Skip to content

Commit

Permalink
Add NOTICE file, make clear files that were ported from the stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
pquerna committed Mar 29, 2014
1 parent 23b4993 commit 7033a98
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ffjson
Copyright (c) 2014, Paul Querna

This product includes software developed by
Paul Querna (http://paul.querna.org/).

Portions of this software were developed as
part of Go, Copyright (c) 2012 The Go Authors.
18 changes: 18 additions & 0 deletions pills/iota.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/**
* Copyright 2014 Paul Querna
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

/* Portions of this file are on Go stdlib's strconv/iota.go */
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
Expand Down
5 changes: 5 additions & 0 deletions pills/jsonstring.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
*
*/

/* Portions of this file are on Go stdlib's encoding/json/encode.go */
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package pills

import (
Expand Down

0 comments on commit 7033a98

Please sign in to comment.