1
0
mirror of https://github.com/golang/go synced 2024-11-23 16:10:05 -07:00

doc: contribution copyright year 2011

R=r
CC=golang-dev
https://golang.org/cl/3907042
This commit is contained in:
Peter Mundy 2011-01-08 17:17:15 -08:00 committed by Rob Pike
parent 2d39303429
commit c6ed78a4c1

View File

@ -522,7 +522,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 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.
</pre>