From 834830d2bbf5a213e1222c1505e898f2c360b672 Mon Sep 17 00:00:00 2001 From: Peter Mundy Date: Mon, 9 Jan 2012 10:47:28 -0800 Subject: [PATCH] doc: use 2012 for year in model standard copyright header R=golang-dev, r CC=golang-dev https://golang.org/cl/5531048 --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
 
-- 2.50.0