From 9f2124fb70150373b1fa070cb5547a7d8d6f2930 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 13 Aug 2015 19:32:40 +0200 Subject: [PATCH] cmd/tipgodoc: change capitalization of 'Authors' to be consistent Change-Id: I040007a2b9bfa3388f3fbed839b2e5c6853925b3 Reviewed-on: https://go-review.googlesource.com/13596 Reviewed-by: Brad Fitzpatrick --- cmd/tipgodoc/tip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tipgodoc/tip.go b/cmd/tipgodoc/tip.go index 2dd3a7b3..ab3b8e60 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.