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

Code that you contribute should use the standard copyright header:

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