summaryrefslogtreecommitdiff
path: root/src/pkg/image/color/palette/gen.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/image/color/palette/gen.go')
-rw-r--r--src/pkg/image/color/palette/gen.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/image/color/palette/gen.go b/src/pkg/image/color/palette/gen.go
index f20c021de..4f4d88345 100644
--- a/src/pkg/image/color/palette/gen.go
+++ b/src/pkg/image/color/palette/gen.go
@@ -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.")