From: Bill Neubauer Date: Mon, 11 Jan 2010 21:06:58 +0000 (-0800) Subject: doc/contribute.html: change copyright year X-Git-Tag: weekly.2010-01-13~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=14992a4e4b90a9ecd8b14552ff6e34cb1779ebee;p=gostls13.git doc/contribute.html: change copyright year R=golang-dev, rsc CC=golang-dev https://golang.org/cl/184055 --- diff --git a/doc/contribute.html b/doc/contribute.html index ca24973c5c..3b0c12569a 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -524,7 +524,7 @@ This rigmarole needs to be done only for your first submission.

Code that you contribute should use the standard copyright header:

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