From: David Symonds Date: Wed, 31 Dec 2014 13:00:00 +0000 (+1100) Subject: doc: 2015 will be the Year of the Gopher. X-Git-Tag: go1.5beta1~2492 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6cb403319fd162f02499332e0aab32487c1b1ef8;p=gostls13.git doc: 2015 will be the Year of the Gopher. Change-Id: Ic2e34f84596b56715d5f41c9a5250f7c9f8e671b Reviewed-on: https://go-review.googlesource.com/2087 Reviewed-by: Brad Fitzpatrick Reviewed-by: Andrew Gerrand Reviewed-by: Dave Cheney --- diff --git a/doc/contribute.html b/doc/contribute.html index a50dd85c42..efd5040097 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -652,7 +652,7 @@ This rigmarole needs to be done only for your first submission.

Code that you contribute should use the standard copyright header:

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