]> Cypherpunks repositories - gostls13.git/commitdiff
all: add missing copyright
authorChaiShushan <chaishushan@gmail.com>
Tue, 17 Dec 2013 14:52:32 +0000 (06:52 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 17 Dec 2013 14:52:32 +0000 (06:52 -0800)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/43290043

17 files changed:
src/pkg/bytes/compare_test.go
src/pkg/compress/flate/fixedhuff.go
src/pkg/crypto/md5/gen.go
src/pkg/crypto/md5/md5block.go
src/pkg/image/color/palette/gen.go
src/pkg/image/color/palette/palette.go
src/pkg/image/gif/reader_test.go
src/pkg/os/signal/example_test.go
src/pkg/path/filepath/path_windows_test.go
src/pkg/regexp/example_test.go
src/pkg/regexp/syntax/make_perl_groups.pl
src/pkg/regexp/syntax/perl_groups.go
src/pkg/strconv/isprint.go
src/pkg/strconv/makeisprint.go
src/pkg/unicode/maketables.go
src/pkg/unicode/tables.go
src/pkg/unicode/utf8/example_test.go

index 0a36f5ad39be6a1da630e394b65c2e3c6ee08bf7..63522374ee0403f81210f9a6381578e974551527 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 bytes_test
 
 import (
index 41a6b25dfdbcfe6730b0a3d602514e0734d146c7..9be3d534954be4395260a02eb712fadbc81aa3a3 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 flate
 
 // autogenerated by gen.go, DO NOT EDIT
index ccaa7c13d38d56d9d0af077bad1d4f35de862d9c..397e2647e4bef36c000a4c8004ec8c90b6d21358 100644 (file)
@@ -160,7 +160,10 @@ var data = Data{
        },
 }
 
-var program = `
+var program = `// Copyright 2013 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.
+
 // DO NOT EDIT.
 // Generate with: go run gen.go{{if .Full}} -full{{end}} | gofmt >md5block.go
 
index 3e739e36ffd764790a20d6b15821f29ab396dc04..c1a87e4640bb969ccab76d8ab03ce1153ca27190 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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.
+
 // DO NOT EDIT.
 // Generate with: go run gen.go -full | gofmt >md5block.go
 
index f20c021de13c5ea3417b54b52d21822afdf7f57c..4f4d88345a8da3e068565632072c9c72dc67a9fb 100644 (file)
@@ -14,6 +14,10 @@ import (
 )
 
 func main() {
+       fmt.Println(`// Copyright 2013 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.`)
+       fmt.Println()
        fmt.Println("// generated by go run gen.go; DO NOT EDIT")
        fmt.Println()
        fmt.Println("// Package palette provides standard color palettes.")
index 3aba7401d1a94c135d43c5bd0bb36c94491a1325..f761e5368d90b42a42d6a417ec017b641426822c 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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.
+
 // generated by go run gen.go; DO NOT EDIT
 
 // Package palette provides standard color palettes.
index 09867132d3d11b3ed6ab6bd35a6c68aaa5a7b12c..fc2041e99704209193404656acb41c4eb898f860 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 gif
 
 import (
index 600ed315d65ec456192feb39c942467f23a450bc..079ee50702bc790707685820bdb62485db40c39f 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 signal_test
 
 import (
index d8926adde55adea685631cb0e9f1a6aba59e8502..8a9be8e896d7ef4a6c60f1961e46fffb7a4ea1f3 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 filepath_test
 
 import (
index b0ad9d3400263efefbd2149f4be76842e76249d4..a4e0da8eaa25faed0349b18d25591d1de1270c0a 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 regexp_test
 
 import (
index d024f5090e9e8b8304aac8dedecd1a47fc82f462..90040fcb4960d9c2dcaf3357612c231cf3409b28 100755 (executable)
@@ -92,6 +92,10 @@ sub PrintClasses($@) {
 }
 
 print <<EOF;
+// Copyright 2013 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.
+
 // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
 // make_perl_groups.pl >perl_groups.go
 
index 1a11ca62f0c0de7d7748110dd0a76482798597c7..effe4e6862754899ebeeabe5bedf97b46b06f120 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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.
+
 // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
 // make_perl_groups.pl >perl_groups.go
 
index db5f0fbae0cf7c92f7043c94bfba3aa658261c2f..91f1795356bec9cd77e29e09165091ae01209048 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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.
+
 // DO NOT EDIT.  GENERATED BY
 //     go run makeisprint.go >x && mv x isprint.go
 
index 8a6699bdb52e378e618d2946f0e071db7500d22d..216159cc020fdc5e27c5e3aa7c106dced48c0c1d 100644 (file)
@@ -122,6 +122,9 @@ func main() {
                }
        }
 
+       fmt.Printf(`// Copyright 2013 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.` + "\n\n")
        fmt.Printf("// DO NOT EDIT.  GENERATED BY\n")
        fmt.Printf("//     go run makeisprint.go >x && mv x isprint.go\n\n")
        fmt.Printf("package strconv\n\n")
index e5ed08b23779270d00da66142fdbc128392c8b61..cc950f4b47a5ae3f7db8a726dd18936ae85e9f8c 100644 (file)
@@ -386,7 +386,11 @@ func loadCasefold() {
        }
 }
 
-const progHeader = `// Generated by running
+const progHeader = `// Copyright 2013 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.
+
+// Generated by running
 //     maketables --tables=%s --data=%s --casefolding=%s
 // DO NOT EDIT
 
index 939c41dc5106cedb2320bae6312de685dd021590..d8101d68100f50ae4df81b786583a945c2a6fa77 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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.
+
 // Generated by running
 //     maketables --tables=all --data=http://www.unicode.org/Public/6.2.0/ucd/UnicodeData.txt --casefolding=http://www.unicode.org/Public/6.2.0/ucd/CaseFolding.txt
 // DO NOT EDIT
index fe20373368e15a761237dde1ea398bc50d306455..7b3e7ac742570cab11d311d5dbc958673e43ab6c 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 utf8_test
 
 import (