summaryrefslogtreecommitdiff
path: root/src/pkg/compress/flate/fixedhuff.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/compress/flate/fixedhuff.go')
-rw-r--r--src/pkg/compress/flate/fixedhuff.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/compress/flate/fixedhuff.go b/src/pkg/compress/flate/fixedhuff.go
index 41a6b25df..9be3d5349 100644
--- a/src/pkg/compress/flate/fixedhuff.go
+++ b/src/pkg/compress/flate/fixedhuff.go
@@ -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