aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Neubauer <wcn@golang.org>2010-01-11 13:06:58 -0800
committerRuss Cox <rsc@golang.org>2010-01-11 13:06:58 -0800
commit14992a4e4b90a9ecd8b14552ff6e34cb1779ebee (patch)
tree2e1b9e2b207bf98e3df52bcc9f54a8d42527c8a8
parentbc82aaddb6e12937fcc5019a4c2c2b377e9f3cbb (diff)
downloadgo-14992a4e4b90a9ecd8b14552ff6e34cb1779ebee.tar.gz
go-14992a4e4b90a9ecd8b14552ff6e34cb1779ebee.zip
doc/contribute.html: change copyright year
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/184055
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
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.
<p>Code that you contribute should use the standard copyright header:</p>
<pre>
-// 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.
</pre>