From: Brad Fitzpatrick Date: Mon, 16 Jan 2017 01:48:42 +0000 (+0000) Subject: doc: 2017 is the Year of the Gopher X-Git-Tag: go1.8rc2~1^2~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=787125abab968ed681106146b68afa2c06b1cd69;p=gostls13.git doc: 2017 is the Year of the Gopher Change-Id: Iac713ae1f322f893c92b3fc47fe9b5719052f9eb Reviewed-on: https://go-review.googlesource.com/35240 Reviewed-by: Ian Lance Taylor Reviewed-by: David Symonds Reviewed-by: Minux Ma --- diff --git a/doc/contribute.html b/doc/contribute.html index bcf7b25c51..f1a5b27998 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -698,7 +698,7 @@ These files will be periodically updated based on the commit logs.

Code that you contribute should use the standard copyright header:

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