aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/encoding/gob/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/encoding/gob/debug.go')
-rw-r--r--libgo/go/encoding/gob/debug.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/go/encoding/gob/debug.go b/libgo/go/encoding/gob/debug.go
index b21c7fa..4a61d0f 100644
--- a/libgo/go/encoding/gob/debug.go
+++ b/libgo/go/encoding/gob/debug.go
@@ -1,3 +1,7 @@
+// Copyright 2009 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 gob
// This file is not normally included in the gob package. Used only for debugging the package itself.