From c6ed78a4c1ffd4361ff9e3319644fe9dc4df2b20 Mon Sep 17 00:00:00 2001 From: Peter Mundy Date: Sat, 8 Jan 2011 17:17:15 -0800 Subject: [PATCH] doc: contribution copyright year 2011 R=r CC=golang-dev https://golang.org/cl/3907042 --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
 
-- 2.50.0