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/debug/pe/string.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug') diff --git a/src/debug/pe/string.go b/src/debug/pe/string.go index 0155adf9f0..c30255f341 100644 --- a/src/debug/pe/string.go +++ b/src/debug/pe/string.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. -- cgit v1.3-5-g9baa