From: David Symonds Date: Tue, 31 Dec 2013 13:00:22 +0000 (+1100) Subject: 2014: Year of the Gopher. X-Git-Tag: go1.3beta1~1081 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8f3fc547d0d658a13149dd7e504087b21defddee;p=gostls13.git 2014: Year of the Gopher. R=adg, djd, mpvl, nigeltao CC=golang-codereviews https://golang.org/cl/46660043 --- diff --git a/doc/contribute.html b/doc/contribute.html index ffdd4d0d5f..bd0ba808d2 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -636,7 +636,7 @@ This rigmarole needs to be done only for your first submission.

Code that you contribute should use the standard copyright header:

-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2014 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.