aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Mundy <go.peter.90@gmail.com>2011-01-08 17:17:15 -0800
committerRob Pike <r@golang.org>2011-01-08 17:17:15 -0800
commitc6ed78a4c1ffd4361ff9e3319644fe9dc4df2b20 (patch)
tree997d153ee7b6cd4b0adfe5df3003fd24a8cf46e0
parent2d393034290661f5e78cf9b481aa8255b39eb488 (diff)
downloadgo-c6ed78a4c1ffd4361ff9e3319644fe9dc4df2b20.tar.gz
go-c6ed78a4c1ffd4361ff9e3319644fe9dc4df2b20.zip
doc: contribution copyright year 2011
R=r CC=golang-dev https://golang.org/cl/3907042
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
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.
<p>Code that you contribute should use the standard copyright header:</p>
<pre>
-// 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.
</pre>