aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-09-01 22:26:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:26:41 +0000
commitad62f1bd4fbff4bc4ad3f425851855fee367c55c (patch)
tree8cef29df62f3447d2edb6b2a0b537c990c3a4b11
parent894e0d66f8c08d2f239a5f544e2753ba93ca5c5f (diff)
parent9f2124fb70150373b1fa070cb5547a7d8d6f2930 (diff)
downloadtools-ad62f1bd4fbff4bc4ad3f425851855fee367c55c.tar.gz
cmd/tipgodoc: change capitalization of \'Authors\' to be consistent
automerge: 9f2124f * commit '9f2124fb70150373b1fa070cb5547a7d8d6f2930': cmd/tipgodoc: change capitalization of 'Authors' to be consistent
-rw-r--r--cmd/tipgodoc/tip.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tipgodoc/tip.go b/cmd/tipgodoc/tip.go
index 2dd3a7b..ab3b8e6 100644
--- a/cmd/tipgodoc/tip.go
+++ b/cmd/tipgodoc/tip.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The Go AUTHORS. All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.