aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2021-01-01 00:00:00 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2021-01-01 20:05:20 +0000
commit3dd58676054223962cd915bb0934d1f9f489d4d2 (patch)
treeb206b5a7782daba9057b51279d6e8cc724d5bd70 /doc
parent95ce805d14642a8e8e40fe1f8f50b9b5a2c4e38b (diff)
downloadgo-3dd58676054223962cd915bb0934d1f9f489d4d2.tar.gz
go-3dd58676054223962cd915bb0934d1f9f489d4d2.zip
doc: 2021 is the Year of the Gopher
What a year it has been. If there's one thing we can count on at a time like this, it's that 2021 is the Year of the Gopher. Change-Id: I4f6fbbe3d9b4b70df8fadd0d18237f05cd572265 Reviewed-on: https://go-review.googlesource.com/c/go/+/280163 Trust: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/contribute.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index 0113a1be5d..66a47eb07e 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -1023,13 +1023,13 @@ New files that you contribute should use the standard copyright header:
</p>
<pre>
-// Copyright 2020 The Go Authors. All rights reserved.
+// Copyright 2021 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>
<p>
-(Use the current year if you're reading this in 2021 or beyond.)
+(Use the current year if you're reading this in 2022 or beyond.)
Files in the repository are copyrighted the year they are added.
Do not update the copyright year on files that you change.
</p>