Skip to content

Commit 3dd5867

Browse files
committed
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 <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Alberto Donizetti <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 95ce805 commit 3dd5867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contribute.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,13 +1023,13 @@ <h3 id="copyright">Copyright headers</h3>
10231023
</p>
10241024

10251025
<pre>
1026-
// Copyright 2020 The Go Authors. All rights reserved.
1026+
// Copyright 2021 The Go Authors. All rights reserved.
10271027
// Use of this source code is governed by a BSD-style
10281028
// license that can be found in the LICENSE file.
10291029
</pre>
10301030

10311031
<p>
1032-
(Use the current year if you're reading this in 2021 or beyond.)
1032+
(Use the current year if you're reading this in 2022 or beyond.)
10331033
Files in the repository are copyrighted the year they are added.
10341034
Do not update the copyright year on files that you change.
10351035
</p>

0 commit comments

Comments
 (0)