From bf268472408b0f46767d46ae1d14439e5eb84014 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 1 Jan 2020 00:00:00 -0500 Subject: [PATCH] doc: 2020 is the Year of the Gopher MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 TryBot-Result: Gobot Gobot Reviewed-by: Josh Bleecher Snyder Reviewed-by: David Symonds Reviewed-by: Ian Lance Taylor --- doc/contribute.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index abb2b9bf77..551d510288 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -925,13 +925,13 @@ New files that you contribute should use the standard copyright header:

-// 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.
 

-(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.

-- 2.50.0