From: Ian Lance Taylor Date: Sat, 4 Feb 2012 01:36:48 +0000 (-0800) Subject: test: fix copyright year in new test case X-Git-Tag: weekly.2012-02-07~78 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f25a3873b74bf48c6f0e41e9091e8beba087a1f2;p=gostls13.git test: fix copyright year in new test case R=golang-dev, r CC=golang-dev https://golang.org/cl/5631044 --- diff --git a/test/fixedbugs/bug405.go b/test/fixedbugs/bug405.go index 36e8013ea5..dcca000449 100644 --- a/test/fixedbugs/bug405.go +++ b/test/fixedbugs/bug405.go @@ -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.