Commit 64379b85 authored by ChaiShushan's avatar ChaiShushan Committed by Ian Lance Taylor

all: add missing copyright

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/43290043
parent d35b22d1
// 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 package bytes_test
import ( import (
......
// 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 package flate
// autogenerated by gen.go, DO NOT EDIT // autogenerated by gen.go, DO NOT EDIT
......
...@@ -160,7 +160,10 @@ var data = Data{ ...@@ -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. // DO NOT EDIT.
// Generate with: go run gen.go{{if .Full}} -full{{end}} | gofmt >md5block.go // Generate with: go run gen.go{{if .Full}} -full{{end}} | gofmt >md5block.go
......
// 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. // DO NOT EDIT.
// Generate with: go run gen.go -full | gofmt >md5block.go // Generate with: go run gen.go -full | gofmt >md5block.go
......
...@@ -14,6 +14,10 @@ import ( ...@@ -14,6 +14,10 @@ import (
) )
func main() { 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("// generated by go run gen.go; DO NOT EDIT")
fmt.Println() fmt.Println()
fmt.Println("// Package palette provides standard color palettes.") fmt.Println("// Package palette provides standard color palettes.")
......
// 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 // generated by go run gen.go; DO NOT EDIT
// Package palette provides standard color palettes. // Package palette provides standard color palettes.
......
// 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 package gif
import ( import (
......
// 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 package signal_test
import ( import (
......
// 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 package filepath_test
import ( import (
......
// 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 package regexp_test
import ( import (
......
...@@ -92,6 +92,10 @@ sub PrintClasses($@) { ...@@ -92,6 +92,10 @@ sub PrintClasses($@) {
} }
print <<EOF; 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. // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
// make_perl_groups.pl >perl_groups.go // make_perl_groups.pl >perl_groups.go
......
// 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. // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
// make_perl_groups.pl >perl_groups.go // make_perl_groups.pl >perl_groups.go
......
// 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 // DO NOT EDIT. GENERATED BY
// go run makeisprint.go >x && mv x isprint.go // go run makeisprint.go >x && mv x isprint.go
......
...@@ -122,6 +122,9 @@ func main() { ...@@ -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("// DO NOT EDIT. GENERATED BY\n")
fmt.Printf("// go run makeisprint.go >x && mv x isprint.go\n\n") fmt.Printf("// go run makeisprint.go >x && mv x isprint.go\n\n")
fmt.Printf("package strconv\n\n") fmt.Printf("package strconv\n\n")
......
...@@ -386,7 +386,11 @@ func loadCasefold() { ...@@ -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 // maketables --tables=%s --data=%s --casefolding=%s
// DO NOT EDIT // DO NOT EDIT
......
// 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 // 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 // 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 // DO NOT EDIT
......
// 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 package utf8_test
import ( import (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment