]> Cypherpunks repositories - gostls13.git/commitdiff
doc: use 2012 for year in model standard copyright header
authorPeter Mundy <go.peter.90@gmail.com>
Mon, 9 Jan 2012 18:47:28 +0000 (10:47 -0800)
committerRob Pike <r@golang.org>
Mon, 9 Jan 2012 18:47:28 +0000 (10:47 -0800)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5531048

doc/contribute.html

index 2de4aecb89d4d5f7ff5dee86124fae3cc6cb7798..a5beb54f9b5a4441dd3f19a0a829752cc46845ac 100644 (file)
@@ -523,7 +523,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 2011 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.
 </pre>