]> Cypherpunks repositories - gostls13.git/commitdiff
doc: 2020 is the Year of the Gopher
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 1 Jan 2020 05:00:00 +0000 (00:00 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 2 Jan 2020 17:36:29 +0000 (17:36 +0000)
Starting with 2014 (golang.org/cl/46660043), we have enjoyed 6
consecutive years of the gopher. Now, the slice¹ of gophers is
ready to make its way into the next decade, as 2020 is the new
Year of the Gopher.

¹ https://en.wikipedia.org/w/index.php?title=List_of_English_terms_of_venery,_by_animal&oldid=932675028#G

Change-Id: I5f9598dbedb373bd13021964193fa9e44c67693e
Reviewed-on: https://go-review.googlesource.com/c/go/+/213017
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: David Symonds <dsymonds@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/contribute.html

index abb2b9bf775bc9d6f933669f0daef579a934d545..551d510288ed76e9032e6bba165d328a53080f9b 100644 (file)
@@ -925,13 +925,13 @@ New files that you contribute should use the standard copyright header:
 </p>
 
 <pre>
-// Copyright 2019 The Go Authors. All rights reserved.
+// Copyright 2020 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 2020 or beyond.)
+(Use the current year if you're reading this in 2021 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>