diff options
Diffstat (limited to 'src/encoding/binary')
| -rw-r--r-- | src/encoding/binary/binary.go | 2 | ||||
| -rw-r--r-- | src/encoding/binary/binary_test.go | 2 | ||||
| -rw-r--r-- | src/encoding/binary/example_test.go | 2 | ||||
| -rw-r--r-- | src/encoding/binary/varint.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/encoding/binary/binary.go b/src/encoding/binary/binary.go index 1c2577b68d..d2e267eca5 100644 --- a/src/encoding/binary/binary.go +++ b/src/encoding/binary/binary.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// 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. diff --git a/src/encoding/binary/binary_test.go b/src/encoding/binary/binary_test.go index 7fd36fa4ef..efc425ec42 100644 --- a/src/encoding/binary/binary_test.go +++ b/src/encoding/binary/binary_test.go @@ -1,4 +1,4 @@ -// Copyright 2009 The Go Authors. All rights reserved. +// 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. diff --git a/src/encoding/binary/example_test.go b/src/encoding/binary/example_test.go index 067cf553be..c0fec7385f 100644 --- a/src/encoding/binary/example_test.go +++ b/src/encoding/binary/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 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. diff --git a/src/encoding/binary/varint.go b/src/encoding/binary/varint.go index 3a2dfa3c74..d7a75f99b1 100644 --- a/src/encoding/binary/varint.go +++ b/src/encoding/binary/varint.go @@ -1,4 +1,4 @@ -// Copyright 2011 The Go Authors. All rights reserved. +// Copyright 2011 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. |
