Skip to content

Commit c9204e3

Browse files
committed
all: fix licence header
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
1 parent 8039a92 commit c9204e3

File tree

11 files changed

+15
-9
lines changed

11 files changed

+15
-9
lines changed

base_test.go

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

44
package protocol

client.go

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

44
package protocol

context.go

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

44
package protocol

doc.go

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

44
// Package protocol implements Language Server Protocol specification in Go.

generics.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 The Go Language Server Authors
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
package protocol
25

36
import (

handler.go

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

44
package protocol

lifecycle_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024 The Go Language Server Authors
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
14
package protocol
25

36
import (

log.go

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

44
package protocol

protocol.go

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

44
package protocol

server.go

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

44
package protocol

0 commit comments

Comments
 (0)