summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/makeisprint.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/strconv/makeisprint.go')
-rw-r--r--src/pkg/strconv/makeisprint.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/strconv/makeisprint.go b/src/pkg/strconv/makeisprint.go
index 8a6699bdb..216159cc0 100644
--- a/src/pkg/strconv/makeisprint.go
+++ b/src/pkg/strconv/makeisprint.go
@@ -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")