]> Cypherpunks repositories - gostls13.git/commitdiff
doc: contribution copyright year 2011
authorPeter Mundy <go.peter.90@gmail.com>
Sun, 9 Jan 2011 01:17:15 +0000 (17:17 -0800)
committerRob Pike <r@golang.org>
Sun, 9 Jan 2011 01:17:15 +0000 (17:17 -0800)
R=r
CC=golang-dev
https://golang.org/cl/3907042

doc/contribute.html

index f18346bca6240c5c47f03e4bf0a6efbecb8e3491..ba70c960036dfebf6e3def53158a526ce9d71aab 100644 (file)
@@ -522,7 +522,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 2010 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.
 </pre>