diff --git a/doc/contribute.html b/doc/contribute.html index bcf7b25c51..f1a5b27998 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -698,7 +698,7 @@ These files will be periodically updated based on the commit logs.

Code that you contribute should use the standard copyright header:

-// Copyright 2016 The Go Authors. All rights reserved.
+// Copyright 2017 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.