From 14992a4e4b90a9ecd8b14552ff6e34cb1779ebee Mon Sep 17 00:00:00 2001 From: Bill Neubauer Date: Mon, 11 Jan 2010 13:06:58 -0800 Subject: [PATCH] doc/contribute.html: change copyright year R=golang-dev, rsc CC=golang-dev https://golang.org/cl/184055 --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

Code that you contribute should use the standard copyright header:

-// 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.
 
-- 2.50.0