From cfd89164bb6af2d1a660b75ded8c0801372924e2 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Fri, 4 Nov 2016 16:30:12 -0400 Subject: all: make copyright headers consistent with one space after period Continuation of CL 20111. Change-Id: Ie2f62237e6ec316989c021de9b267cc9d6ee6676 Reviewed-on: https://go-review.googlesource.com/32830 Reviewed-by: Brad Fitzpatrick --- src/bytes/bytes_amd64.go | 2 +- src/bytes/bytes_generic.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bytes') diff --git a/src/bytes/bytes_amd64.go b/src/bytes/bytes_amd64.go index 9a4e5e375a..6affff6334 100644 --- a/src/bytes/bytes_amd64.go +++ b/src/bytes/bytes_amd64.go @@ -1,4 +1,4 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2016 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. diff --git a/src/bytes/bytes_generic.go b/src/bytes/bytes_generic.go index e8a4fe347e..06c9e1f26c 100644 --- a/src/bytes/bytes_generic.go +++ b/src/bytes/bytes_generic.go @@ -1,4 +1,4 @@ -// Copyright 2015 The Go Authors. All rights reserved. +// Copyright 2015 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. -- cgit v1.3-5-g9baa