Skip to content

Commit 9eb3221

Browse files
committed
global: bump copyright notice
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 867a4c4 commit 9eb3221

Some content is hidden

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

90 files changed

+90
-90
lines changed

README.md

+1-1

conn/bind_std.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/bind_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/bindtest/bindtest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package bindtest

conn/boundif_android.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
// Package conn implements WireGuard's network connections.

conn/conn_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/controlfns.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/controlfns_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/controlfns_unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/controlfns_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/errors_default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/errors_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/features_default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/* SPDX-License-Identifier: MIT
55
*
6-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
6+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
77
*/
88

99
package conn

conn/features_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package conn

conn/gso_default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/gso_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/mark_default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/mark_unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/sticky_default.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/sticky_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/sticky_linux_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* SPDX-License-Identifier: MIT
44
*
5-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
5+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
66
*/
77

88
package conn

conn/winrio/rio_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package winrio

device/allowedips.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/allowedips_rand_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/allowedips_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/bind_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/channels.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/cookie.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/cookie_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/device.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/device_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/endpoint_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/indextable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/ip.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/kdf_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/keypair.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/logger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/mobilequirks.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/noise-helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/noise-protocol.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/noise-types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/noise_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/peer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/pools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

device/pools_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
3+
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
44
*/
55

66
package device

0 commit comments

Comments
 (0)