]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update standard copyright header
authorAndrew Gerrand <adg@golang.org>
Wed, 2 Jan 2013 05:26:25 +0000 (16:26 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 2 Jan 2013 05:26:25 +0000 (16:26 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7034044

doc/contribute.html

index 694de5467a3007b7e538c1588245e63a5a1f6f25..dd317a51ff3fa1790b5c9298c0de3887270cd979 100644 (file)
@@ -530,7 +530,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 2012 The Go Authors. All rights reserved.
+// Copyright 2013 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>