]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix copyright year in new test case
authorIan Lance Taylor <iant@golang.org>
Sat, 4 Feb 2012 01:36:48 +0000 (17:36 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 4 Feb 2012 01:36:48 +0000 (17:36 -0800)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5631044

test/fixedbugs/bug405.go

index 36e8013ea5dc50d086c7ba02e1ed43b34b39b358..dcca000449a8cb0e914c094b597b0aaae43e0f98 100644 (file)
@@ -1,6 +1,6 @@
 // $G $D/$F.go && $L $F.$A && ./$A.out
 
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2012 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.