]> Cypherpunks repositories - gostls13.git/commitdiff
doc/contribute.html: change copyright year
authorBill Neubauer <wcn@golang.org>
Mon, 11 Jan 2010 21:06:58 +0000 (13:06 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 11 Jan 2010 21:06:58 +0000 (13:06 -0800)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/184055

doc/contribute.html

index ca24973c5c9cf85a83ae25b50d827b829b90d2ed..3b0c12569a1080762246bd733642b6d48f1695b1 100644 (file)
@@ -524,7 +524,7 @@ This rigmarole needs to be done only for your first submission.
 <p>Code that you contribute should use the standard copyright header:</p>
 
 <pre>
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2010 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.
 </pre>