]> Cypherpunks repositories - gostls13.git/commitdiff
all: add empty line between copyright header and package clause
authorTobias Klauser <tklauser@distanz.ch>
Mon, 17 Aug 2020 09:28:26 +0000 (11:28 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 17 Aug 2020 09:45:44 +0000 (09:45 +0000)
Makes sure the copyright notice is not interpreted as the package level
godoc.

Change-Id: I2afce7c9d620f19d51ec1438b1d0db1774b57146
Reviewed-on: https://go-review.googlesource.com/c/go/+/248760
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/compile/internal/ssa/debug.go
src/cmd/compile/internal/ssa/passbm_test.go
src/cmd/go/internal/trace/trace.go
src/cmd/link/internal/benchmark/bench_test.go
src/cmd/link/internal/ld/errors.go
src/runtime/closure_test.go
src/runtime/map_benchmark_test.go
src/runtime/slice_test.go
src/sync/cond_test.go
test/fixedbugs/issue15281.go

index 13fe67cbca48625f77e112b30da2674b2acb940e..6353f7289785880aa734606e8453f4a398cc1d8a 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2017 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.
+
 package ssa
 
 import (
index eefdbb87224e785cdb366743d34530eeca511fd6..3fd3eb579bc0954fd1beeacecadd8b55c3e686b7 100644 (file)
@@ -1,6 +1,7 @@
 // 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.
+
 package ssa
 
 import (
index 7cb7636a348c617ddf26bdbf9de346306f3ac61a..c8fac92c9ff55a7c075eedb4593b9af07d488d28 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2020 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.
+
 package trace
 
 import (
index d8ec717c7c08d547d4094fb1953c9d4a1d1b2a39..419dc557240d3a9c2bbad58a4ce36e2deadb685c 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2020 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.
+
 package benchmark
 
 import (
index c5ce097fdee06b8e2ab1c358abcb6bd2e3aa98d9..d6e8ff236dfd7ed86fec5bf763f4c09a9abfc970 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2020 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.
+
 package ld
 
 import (
index ea65fbd5f5d72624c89e961b46607dd1db79c544..741c932eabde0d35f035312f87ac5d1504096986 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2011 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.
+
 package runtime_test
 
 import "testing"
index 893cb6c5b6eb31b6c115def9931a6e7496aba299..d0becc9ddb859654e6d524143ef5e8b8b6114065 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2013 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.
+
 package runtime_test
 
 import (
index e963a43dd31cb88525a9248ba1115c8fc2990e43..cd2bc26d1ebfdaa1b4741f21ae00ca868f410853 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2011 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.
+
 package runtime_test
 
 import (
index 9d0d9adc7486ddbef338d1e4a9a17425f1b90493..859cae59bca829aaaa3ab8e3a8465c02c241a89e 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2011 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.
+
 package sync_test
 
 import (
index 187c96f2189117b208acee5dfa29aaa996c72900..390867c84835b0691ceff9fe910b8058268832d9 100644 (file)
@@ -3,6 +3,7 @@
 // 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.
+
 package main
 
 import "runtime"