1
0
mirror of https://github.com/golang/go synced 2024-11-12 04:40:22 -07:00

doc/contribute.html: change copyright year

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/184055
This commit is contained in:
Bill Neubauer 2010-01-11 13:06:58 -08:00 committed by Russ Cox
parent bc82aaddb6
commit 14992a4e4b

View File

@ -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>