summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2016-01-01 00:00:00 +1100
committerDavid Symonds <dsymonds@golang.org>2015-12-31 13:11:06 +0000
commit043ae50feb7b5e33e3a665124a6532cc1dd6859e (patch)
tree0dcc2276eed4d90b9eb484c646b25521eb183c80
parentca471573958c12093b1e3b29bc17926105d80143 (diff)
downloadgo-git-043ae50feb7b5e33e3a665124a6532cc1dd6859e.tar.gz
doc: 2016 is the Year of the Gopher.
Change-Id: I85caba8c743dcd82954de75df947053b3d206bdc Reviewed-on: https://go-review.googlesource.com/18117 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
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.
<p>Code that you contribute should use the standard copyright header:</p>
<pre>
-// 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.
</pre>