aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-01-16 01:48:42 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-01-16 17:11:57 +0000
commit787125abab968ed681106146b68afa2c06b1cd69 (patch)
tree99faed232f8b5ea7aa87f129c26fb191945fc94a
parent5b708a6b6a57fb8022da58cd4c521d0ba77126fd (diff)
downloadgo-787125abab968ed681106146b68afa2c06b1cd69.tar.gz
go-787125abab968ed681106146b68afa2c06b1cd69.zip
doc: 2017 is the Year of the Gopher
Change-Id: Iac713ae1f322f893c92b3fc47fe9b5719052f9eb Reviewed-on: https://go-review.googlesource.com/35240 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: David Symonds <dsymonds@golang.org> Reviewed-by: Minux Ma <minux@golang.org>
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
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.
<p>Code that you contribute should use the standard copyright header:</p>
<pre>
-// 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.
</pre>