Skip to content

Commit 1ace7db

Browse files
committed
go,gopls: remove license from package doc comments
Inspired by http://go.dev/cl/465995, add a blank line between license and package statement to avoid the license appearing in the package doc comment. Change-Id: I867e0729ca1fdc1bcee34964954549e5c92f2b31 Reviewed-on: https://go-review.googlesource.com/c/tools/+/466215 TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]> Run-TryBot: Suzy Mueller <[email protected]>
1 parent ebad375 commit 1ace7db

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

go/analysis/passes/ifaceassert/parameterized.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2022 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
4+
45
package ifaceassert
56

67
import (

go/ssa/subst.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2022 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
4+
45
package ssa
56

67
import (

gopls/internal/lsp/cache/os_windows.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2020 The Go Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
4+
45
package cache
56

67
import (

0 commit comments

Comments
 (0)