Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg
LGTM On Thu, Feb 28, 2013 at 1:28 PM, <rsc@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://go.googlecode.com/hg > > > Description: > encoding/gob: fix copyright > > Please review this at https://codereview.appspot.**com/7423046/<https://codereview.appspot.com/7423... > > Affected files: > M src/pkg/encoding/gob/**gobencdec_test.go > > > Index: src/pkg/encoding/gob/**gobencdec_test.go > ==============================**==============================**======= > --- a/src/pkg/encoding/gob/**gobencdec_test.go > +++ b/src/pkg/encoding/gob/**gobencdec_test.go > @@ -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. > > > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-dev+unsubscribe@**googlegroups.com<golang-dev%2Bunsubscribe@googlegrou... > . > For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o... > . > > >
*** Submitted as https://code.google.com/p/go/source/detail?r=f5c0b6dc035c *** encoding/gob: fix copyright R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7423046