encoding/gob: fix copyright

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7423046
This commit is contained in:
Russ Cox 2013-02-28 13:30:59 -08:00
parent f8d49b509b
commit 349cc74867
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Copyright 20011 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.