aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2018-01-01 02:04:51 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-01-01 03:45:23 +0000
commitcd97aca3fdd87aca95f547643fe28f352e4f27cf (patch)
tree3d922b1b92f0c8cddbd7f986c6676e05ef170ee7
parent92b142a653afb8bd43bc172b08f667591c89ff3e (diff)
downloadgo-cd97aca3fdd87aca95f547643fe28f352e4f27cf.tar.xz
doc: 2018 is the Year of the Gopher
Change-Id: Ie167512e000f3a8be0ff8a6a9edd52bd74f45115 Reviewed-on: https://go-review.googlesource.com/85775 Reviewed-by: Emmanuel Odeke <emm.odeke@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 feeaf08643..adaf983cee 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -394,7 +394,7 @@ Authors&rdquo;&mdash;the copyright holders&mdash;are.
<p>New files that you contribute should use the standard copyright header:</p>
<pre>
-// Copyright 2017 The Go Authors. All rights reserved.
+// Copyright 2018 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>