From: David Symonds Date: Thu, 31 Dec 2015 13:00:00 +0000 (+1100) Subject: doc: 2016 is the Year of the Gopher. X-Git-Tag: go1.6beta2~175 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=043ae50feb7b5e33e3a665124a6532cc1dd6859e;p=gostls13.git doc: 2016 is the Year of the Gopher. Change-Id: I85caba8c743dcd82954de75df947053b3d206bdc Reviewed-on: https://go-review.googlesource.com/18117 Reviewed-by: Minux Ma Reviewed-by: Brad Fitzpatrick Reviewed-by: Josh Bleecher Snyder Reviewed-by: Alex Brainman --- diff --git a/doc/contribute.html b/doc/contribute.html index 7f74adf893..5533731415 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -674,7 +674,7 @@ These files will be periodically updated based on the commit logs.

Code that you contribute should use the standard copyright header:

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