From: Peter Mundy Date: Mon, 9 Jan 2012 18:47:28 +0000 (-0800) Subject: doc: use 2012 for year in model standard copyright header X-Git-Tag: weekly.2012-01-15~122 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=834830d2bbf5a213e1222c1505e898f2c360b672;p=gostls13.git doc: use 2012 for year in model standard copyright header R=golang-dev, r CC=golang-dev https://golang.org/cl/5531048 --- diff --git a/doc/contribute.html b/doc/contribute.html index 2de4aecb89..a5beb54f9b 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -523,7 +523,7 @@ This rigmarole needs to be done only for your first submission.

Code that you contribute should use the standard copyright header:

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