From: Peter Mundy Date: Sun, 9 Jan 2011 01:17:15 +0000 (-0800) Subject: doc: contribution copyright year 2011 X-Git-Tag: weekly.2011-01-12~40 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c6ed78a4c1ffd4361ff9e3319644fe9dc4df2b20;p=gostls13.git doc: contribution copyright year 2011 R=r CC=golang-dev https://golang.org/cl/3907042 --- diff --git a/doc/contribute.html b/doc/contribute.html index f18346bca6..ba70c96003 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -522,7 +522,7 @@ This rigmarole needs to be done only for your first submission.

Code that you contribute should use the standard copyright header:

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