1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:20:24 -07:00

2014: Year of the Gopher.

R=adg, djd, mpvl, nigeltao
CC=golang-codereviews
https://golang.org/cl/46660043
This commit is contained in:
David Symonds 2014-01-01 00:00:22 +11:00
parent 0333e80d63
commit 8f3fc547d0

View File

@ -636,7 +636,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 2013 The Go Authors. All rights reserved.
// Copyright 2014 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>