diff --git a/doc/contribute.html b/doc/contribute.html index a50dd85c42..efd5040097 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -652,7 +652,7 @@ This rigmarole needs to be done only for your first submission.

Code that you contribute should use the standard copyright header:

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