Skip to content

Commit b6ecbf5

Browse files
committed
all: fix SPDX-FileCopyrightText licence header
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent c071fd8 commit b6ecbf5

File tree

96 files changed

+421
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+421
-94
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ linters-settings:
7272
regexp:
7373
YEAR: '20\d\d'
7474
template: |-
75-
SPDX-FileCopyrightText: Copyright {{ YEAR }} The {{ AUTHOR }} Authors
75+
SPDX-FileCopyrightText: {{ YEAR }} The {{ AUTHOR }} Authors
7676
SPDX-License-Identifier: BSD-3-Clause
7777
goimports:
7878
local-prefixes: go.lsp.dev/protocol

base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2021 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2021 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
package protocol

base_gojay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2021 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2021 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
//go:build gojay

base_gojay_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2021 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2021 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
//go:build gojay

base_json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2021 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2021 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
//go:build !gojay

base_json_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2021 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2021 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
//go:build !gojay

base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2021 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2021 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
package protocol

basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2019 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2019 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
package protocol

basic_gojay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2019 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2019 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
//go:build gojay

basic_gojay_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: Copyright 2019 The Go Language Server Authors
1+
// SPDX-FileCopyrightText: 2019 The Go Language Server Authors
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
//go:build gojay

0 commit comments

Comments
 (0)