aboutsummaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-03-01 22:57:46 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-03-01 23:34:33 +0000
commit519474451a44b861e54466998a893a173bd54c4b (patch)
tree94031ff090b82fb7969123a4e30f1827a52cbfbf /src/debug
parent8fd7c11d594c28d359839e4e6d2727aab5609c80 (diff)
downloadgo-519474451a44b861e54466998a893a173bd54c4b.tar.xz
all: make copyright headers consistent with one space after period
This is a subset of https://golang.org/cl/20022 with only the copyright header lines, so the next CL will be smaller and more reviewable. Go policy has been single space after periods in comments for some time. The copyright header template at: https://golang.org/doc/contribute.html#copyright also uses a single space. Make them all consistent. Change-Id: Icc26c6b8495c3820da6b171ca96a74701b4a01b0 Reviewed-on: https://go-review.googlesource.com/20111 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/dwarf/buf.go2
-rw-r--r--src/debug/dwarf/const.go2
-rw-r--r--src/debug/dwarf/entry.go2
-rw-r--r--src/debug/dwarf/line.go2
-rw-r--r--src/debug/dwarf/line_test.go2
-rw-r--r--src/debug/dwarf/open.go2
-rw-r--r--src/debug/dwarf/testdata/typedef.c2
-rw-r--r--src/debug/dwarf/type.go2
-rw-r--r--src/debug/dwarf/type_test.go2
-rw-r--r--src/debug/dwarf/typeunit.go2
-rw-r--r--src/debug/dwarf/unit.go2
-rw-r--r--src/debug/elf/elf_test.go2
-rw-r--r--src/debug/elf/file.go2
-rw-r--r--src/debug/elf/file_test.go2
-rw-r--r--src/debug/elf/reader.go2
-rw-r--r--src/debug/gosym/pclntab.go2
-rw-r--r--src/debug/gosym/pclntab_test.go2
-rw-r--r--src/debug/gosym/symtab.go2
-rw-r--r--src/debug/macho/fat.go2
-rw-r--r--src/debug/macho/file.go2
-rw-r--r--src/debug/macho/file_test.go2
-rw-r--r--src/debug/macho/macho.go2
-rw-r--r--src/debug/pe/file.go2
-rw-r--r--src/debug/pe/file_test.go2
-rw-r--r--src/debug/pe/pe.go2
-rw-r--r--src/debug/plan9obj/file.go2
-rw-r--r--src/debug/plan9obj/file_test.go2
-rw-r--r--src/debug/plan9obj/plan9obj.go2
28 files changed, 28 insertions, 28 deletions
diff --git a/src/debug/dwarf/buf.go b/src/debug/dwarf/buf.go
index 2ade0bd76a..98fe7a6ec6 100644
--- a/src/debug/dwarf/buf.go
+++ b/src/debug/dwarf/buf.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/const.go b/src/debug/dwarf/const.go
index 2170db1e32..04d8c506b0 100644
--- a/src/debug/dwarf/const.go
+++ b/src/debug/dwarf/const.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/entry.go b/src/debug/dwarf/entry.go
index 6b140c60c7..5001bf85a2 100644
--- a/src/debug/dwarf/entry.go
+++ b/src/debug/dwarf/entry.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/line.go b/src/debug/dwarf/line.go
index ca64bbd7f3..b3b91ade62 100644
--- a/src/debug/dwarf/line.go
+++ b/src/debug/dwarf/line.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.
diff --git a/src/debug/dwarf/line_test.go b/src/debug/dwarf/line_test.go
index 4104b5d49b..cc363f5478 100644
--- a/src/debug/dwarf/line_test.go
+++ b/src/debug/dwarf/line_test.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.
diff --git a/src/debug/dwarf/open.go b/src/debug/dwarf/open.go
index c1b3f37aca..7255195031 100644
--- a/src/debug/dwarf/open.go
+++ b/src/debug/dwarf/open.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/testdata/typedef.c b/src/debug/dwarf/testdata/typedef.c
index f05f01564f..4780a0b2ba 100644
--- a/src/debug/dwarf/testdata/typedef.c
+++ b/src/debug/dwarf/testdata/typedef.c
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/type.go b/src/debug/dwarf/type.go
index c76a472d78..e4dc6480d8 100644
--- a/src/debug/dwarf/type.go
+++ b/src/debug/dwarf/type.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/type_test.go b/src/debug/dwarf/type_test.go
index ad6308deba..2bd7a48961 100644
--- a/src/debug/dwarf/type_test.go
+++ b/src/debug/dwarf/type_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/dwarf/typeunit.go b/src/debug/dwarf/typeunit.go
index 0f4e07ebf7..4032cd4745 100644
--- a/src/debug/dwarf/typeunit.go
+++ b/src/debug/dwarf/typeunit.go
@@ -1,4 +1,4 @@
-// Copyright 2012 The Go Authors. All rights reserved.
+// Copyright 2012 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/debug/dwarf/unit.go b/src/debug/dwarf/unit.go
index ceb6cdbff3..e45aed7ad1 100644
--- a/src/debug/dwarf/unit.go
+++ b/src/debug/dwarf/unit.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/elf/elf_test.go b/src/debug/elf/elf_test.go
index e3c51bb717..f8985a8992 100644
--- a/src/debug/elf/elf_test.go
+++ b/src/debug/elf/elf_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/elf/file.go b/src/debug/elf/file.go
index 199aa4ec57..17bf76b29e 100644
--- a/src/debug/elf/file.go
+++ b/src/debug/elf/file.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/elf/file_test.go b/src/debug/elf/file_test.go
index 5c0df0f1e9..462d9227a1 100644
--- a/src/debug/elf/file_test.go
+++ b/src/debug/elf/file_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/elf/reader.go b/src/debug/elf/reader.go
index 17b57165bc..4dac6d1b29 100644
--- a/src/debug/elf/reader.go
+++ b/src/debug/elf/reader.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.
diff --git a/src/debug/gosym/pclntab.go b/src/debug/gosym/pclntab.go
index 6620aefb05..3aad41fe06 100644
--- a/src/debug/gosym/pclntab.go
+++ b/src/debug/gosym/pclntab.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/gosym/pclntab_test.go b/src/debug/gosym/pclntab_test.go
index 355bb0433e..a4557118f2 100644
--- a/src/debug/gosym/pclntab_test.go
+++ b/src/debug/gosym/pclntab_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/gosym/symtab.go b/src/debug/gosym/symtab.go
index 46f0783344..aab53752ea 100644
--- a/src/debug/gosym/symtab.go
+++ b/src/debug/gosym/symtab.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/macho/fat.go b/src/debug/macho/fat.go
index a34232e022..6bd730dc0b 100644
--- a/src/debug/macho/fat.go
+++ b/src/debug/macho/fat.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 a BSD-style
// license that can be found in the LICENSE file.
diff --git a/src/debug/macho/file.go b/src/debug/macho/file.go
index a7599aa5b2..063a6f5ff8 100644
--- a/src/debug/macho/file.go
+++ b/src/debug/macho/file.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/macho/file_test.go b/src/debug/macho/file_test.go
index 4797780ce7..9ff6c5d96e 100644
--- a/src/debug/macho/file_test.go
+++ b/src/debug/macho/file_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/macho/macho.go b/src/debug/macho/macho.go
index d9678c8eda..7b61428664 100644
--- a/src/debug/macho/macho.go
+++ b/src/debug/macho/macho.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/pe/file.go b/src/debug/pe/file.go
index 3df4ae7368..6adb039fd9 100644
--- a/src/debug/pe/file.go
+++ b/src/debug/pe/file.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/pe/file_test.go b/src/debug/pe/file_test.go
index 316a569ede..7367b982e2 100644
--- a/src/debug/pe/file_test.go
+++ b/src/debug/pe/file_test.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/pe/pe.go b/src/debug/pe/pe.go
index 8e90b1b513..6af40e2c78 100644
--- a/src/debug/pe/pe.go
+++ b/src/debug/pe/pe.go
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2009 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/debug/plan9obj/file.go b/src/debug/plan9obj/file.go
index b11ed86f18..c78e35d000 100644
--- a/src/debug/plan9obj/file.go
+++ b/src/debug/plan9obj/file.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 a BSD-style
// license that can be found in the LICENSE file.
diff --git a/src/debug/plan9obj/file_test.go b/src/debug/plan9obj/file_test.go
index cfd7a61d1c..7e107bca2f 100644
--- a/src/debug/plan9obj/file_test.go
+++ b/src/debug/plan9obj/file_test.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 a BSD-style
// license that can be found in the LICENSE file.
diff --git a/src/debug/plan9obj/plan9obj.go b/src/debug/plan9obj/plan9obj.go
index af9858562f..7a194514c2 100644
--- a/src/debug/plan9obj/plan9obj.go
+++ b/src/debug/plan9obj/plan9obj.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 a BSD-style
// license that can be found in the LICENSE file.