Skip to content

Commit

Permalink
go,gopls: remove license from package doc comments
Browse files Browse the repository at this point in the history
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 <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
  • Loading branch information
suzmue committed Feb 7, 2023
1 parent ebad375 commit 1ace7db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go/analysis/passes/ifaceassert/parameterized.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2022 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 ifaceassert

import (
Expand Down
1 change: 1 addition & 0 deletions go/ssa/subst.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2022 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 (
Expand Down
1 change: 1 addition & 0 deletions gopls/internal/lsp/cache/os_windows.go
Original file line number Diff line number Diff line change
@@ -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 cache

import (
Expand Down

0 comments on commit 1ace7db

Please sign in to comment.