]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
global: bump copyright
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 21 Mar 2026 11:20:43 +0000 (12:20 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 21 Mar 2026 11:20:43 +0000 (12:20 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
78 files changed:
contrib/dns-hatchet/apply.sh
contrib/embeddable-wg-library/test.c
contrib/embeddable-wg-library/wireguard.c
contrib/embeddable-wg-library/wireguard.h
contrib/external-tests/go/main.go
contrib/external-tests/rust/src/main.rs
contrib/extract-handshakes/extract-handshakes.sh
contrib/extract-handshakes/offset-finder.c
contrib/extract-keys/config.c
contrib/extract-keys/extract-keys.c
contrib/highlighter/fuzz.c
contrib/highlighter/highlight.c
contrib/highlighter/highlighter.c
contrib/highlighter/highlighter.h
contrib/json/wg-json
contrib/keygen-html/keygen.html
contrib/keygen-html/wireguard.js
contrib/nat-hole-punching/nat-punch-client.c
contrib/nat-hole-punching/nat-punch-server.c
contrib/ncat-client-server/client-quick.sh
contrib/ncat-client-server/client.sh
contrib/ncat-client-server/server.sh
contrib/reresolve-dns/reresolve-dns.sh
contrib/sticky-sockets/sticky-sockets.c
contrib/synergy/synergy-client.sh
contrib/synergy/synergy-server.sh
src/Makefile
src/completion/wg-quick.bash-completion
src/completion/wg.bash-completion
src/config.c
src/config.h
src/containers.h
src/ctype.h
src/curve25519-fiat32.h
src/curve25519-hacl64.h
src/curve25519.c
src/curve25519.h
src/encoding.c
src/encoding.h
src/fuzz/Makefile
src/fuzz/cmd.c
src/fuzz/config.c
src/fuzz/set.c
src/fuzz/setconf.c
src/fuzz/stringlist.c
src/fuzz/uapi.c
src/genkey.c
src/ipc-freebsd.h
src/ipc-linux.h
src/ipc-openbsd.h
src/ipc-uapi-unix.h
src/ipc-uapi-windows.h
src/ipc-uapi.h
src/ipc-windows.h
src/ipc.c
src/ipc.h
src/netlink.h
src/pubkey.c
src/set.c
src/setconf.c
src/show.c
src/showconf.c
src/subcommands.h
src/terminal.c
src/terminal.h
src/uapi/linux/linux/wireguard.h
src/wg-quick/android.c
src/wg-quick/darwin.bash
src/wg-quick/freebsd.bash
src/wg-quick/linux.bash
src/wg-quick/openbsd.bash
src/wg.c
src/wincompat/compat.h
src/wincompat/include/hashtable.h
src/wincompat/init.c
src/wincompat/libc.c
src/wincompat/loader.c
src/wincompat/resources.rc

index d98e4c829caed801d8c33b823da11594e17eace7..03d3d4c8dc87d3f1a27ae3e69ae3a6bfc2338a72 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
 TOOLS="$ME/../../src"
index f9a8bd4d7265701b5d67a095fab650af65eaab14..1806de4d37f6269d7f7855b952e80c2c93d50b3d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "wireguard.h"
index 4941549af77a34327d2fc1c7a8c6a2694374aa00..957438441ae8178c72c17b6c3642fe0cbfd1002e 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  * Copyright (C) 2008-2012 Pablo Neira Ayuso <pablo@netfilter.org>.
  */
 
index 328fcb423d90d24a8ac709b66f151e21f82deda7..c8c24093b02887e8e876af47c21563f388874148 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef WIREGUARD_H
index a52f16e0826dbbd6d37f462dc6b70dc6b862eabe..4cada395f61a70e730ad84c4d2fb83a8d210bb5f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 package main
 
index 4b6ebccadd505a7fe4011c7d85917c19684afcbd..b9a96166f4c073e5b9ae0db56ac1d94ae90f03b4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 extern crate snow;
 extern crate base64;
index 688f4e4a4874a220b7c1cba7ad3bc18027377d1b..135a0d39f4971955270b9aadd48ea8d77f63d944 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 # Copyright (C) 2017-2018 Peter Wu <peter@lekensteyn.nl>. All Rights Reserved.
 
 set -e
index 4c1034175494b8ba1bbb4c52559832e0f878f2d5..b853243db90a1c32976aaf654cce3a433edc356c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 struct def {
index 59009ef9330be18eb7238af70746b3a1b403e211..7c2058ef190164a91e2b7b9851955eb4253f6c1d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 struct def {
index 3d05f7c3d8adb88b45dbe807dfa7b38ef1922ed5..b92e38b6f69eedb9103322a44985715c1a08f10a 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <endian.h>
index eaade6b03bbd8b2bf2e1617e62764d79206a451b..d1c7b6f397a161de0833924b4d5864432570d9d0 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdlib.h>
index e9034f714320b44df01e67e355ddc39216ac1fc9..8dc0d49e66ad68e888c56588325fa732cad2d258 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index d89feda1e324d548bf4b424a6ffa1e7a7dabc90d..3c34f1cf5d411f2bcfe3a569bbadd9c74e6a7c63 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdbool.h>
index 65cc23038868cffcfd77bd41830724d897235762..ecbce00df24a1bc5f0a8910d0a02d4ad0934f695 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <sys/types.h>
index c763c54a175271a5e0bc7c3e19cfcf4b647b5966..6489c5280b7ec141e1aa67d8f780eb45d5c7e14d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 exec < <(exec wg show all dump)
 
index fd5b02b798383db5b90ec1efabdd612cc8ab1868..d963008a5cacfd718da82a8e64cfae4b80dff10f 100644 (file)
@@ -2,7 +2,7 @@
 <script>
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 function sendPubkeyToServer(pubkey, username, password)
index 2349ca2e7e79691ecbaca2c06d6026dac656b378..7177adf4d8c3f9d29674a30dfad9fecfb5776313 100644 (file)
@@ -1,6 +1,6 @@
 /*! SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 (function() {
index 7e53b67a7dcfd46536bed431461d0df44b6fc8d0..62b7a51fcc42885c9526bbdeed16306643301010 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Example only. Do not run in production.
  */
index 428fd6d623f056627898e5e9ba6e484f0cf95710..915ebe2a16452001c1bf44271ca808c86fe590ac 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Example only. Do not run in production.
  */
index 971f3ec3487994f6ecc3122598bb1d0bd4fff1d4..e8e2ec2a47539f7f0bad61711b2198062eb0898a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 
index 8df29aba26cc7ac6d5c4646a5bb0b5def4d146e3..80ae4715444df972964686fdba52942d3a0cf7f7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 [[ $UID == 0 ]] || { echo "You must be root to run this."; exit 1; }
index 926661e1dff1d6303545fa9e4d7d5ff514c0dfb1..77b3c79547980d0632818f14b1a4fb3ba77cf15f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 if [[ -z $NCAT_REMOTE_ADDR ]]; then
        ip link del dev wg0 2>/dev/null
index 711c33253ffd2232356d67b0a49024e97275386c..c26c5b47199e86545952e8877cb2be410c43fcc4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 shopt -s nocasematch
index 86907e8fdb6eeb3c830af7eff1d464760ddbd3b6..7db8ee8c092ecc93bf8b5b8b94e6d731f803a13c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This implements userspace semantics of "sticky sockets", modeled after
  * WireGuard's kernelspace implementation.
index d1dfcbd1fb006144e5a0f9f72e14b138122a708f..89d48714bd4c6219db6c41eb907562566d8cf728 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -ex
 if [[ $UID == 0 ]]; then
index b8a715808a23f591e48b485afbb0b9cccb29e294..626bd50ad6e29e97733b3c0ab26b08b2b27a9066 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -ex
 if [[ $UID == 0 ]]; then
index 976a39691a4411e07b8b9603638d75caafa015a3..c37865bfa5b301ebdb6089bee6c73eb41b1b3eb2 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 PKG_CONFIG ?= pkg-config
 PREFIX ?= /usr
index f8973cdd933f631343ef40a361bfaaf10a0b6ee3..ac57708d0053a282649c09684c70e57f9228ac65 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 _wg_quick_completion() {
        local p i a search_paths old_glob
index 3c062b4aa9784c934a3766c339eb31431f3873fa..783bc22923702f2d4772a72604c898b56de0aefb 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 _wg_completion() {
        local a
index 806e3f825af37aba8ffb9d1ec8e39dd6a1ba0f71..0e145d4cd76c71487b51043bf5898523d390739c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 443cf2147446d5c5ae5353f0107c945a16b340d6..a4ea5d2d4c38105584024c6b3bbdd2571a73b68f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CONFIG_H
index 8fd813aff34276d1eb2563d3bb54274fb387e23d..30a673918517feeb28dae64eeec37c5d5ae0ee55 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CONTAINERS_H
index 7c9942c29265e9fd752e6405477d7fdb063e4cdb..1dd38c0c6afd2a5c1bc63674e1a1c8ac7a5f469c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Specialized constant-time ctype.h reimplementations that aren't locale-specific.
  */
index 66f3309c8d8857eac1d309b93d57161a6c498229..5264e87e8889fa9092733d6058a11a3b27d72882 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright (C) 2015-2016 The fiat-crypto Authors.
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This is a machine-generated formally verified implementation of Curve25519
  * ECDH from: <https://github.com/mit-plv/fiat-crypto>. Though originally
index 1fba1f5949f0ce7062d4f70fe8e1d1dd5411799a..1e0697262922781104282cea86dd1d0b24de957e 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright (C) 2016-2017 INRIA and Microsoft Corporation.
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This is a machine-generated formally verified implementation of Curve25519
  * ECDH from: <https://github.com/mitls/hacl-star>. Though originally machine
index 7121d1eed12439638ab7efb1bb49663ec822c022..34c55f689a04d55fa8aebd7b225f0144bf798124 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "curve25519.h"
index b05432fb1cd3bf76d67f35329e954b125c8e11e1..9d0a2c8abb1ee31dbc131d8bd7f4fad2241d27a5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CURVE25519_H
index 9b2cda51e8c015db518b97b8c1461e23876a46c5..494fd1fcd76e9e866eadaa4e4a1adc3c484d6125 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This is a specialized constant-time base64/hex implementation that resists side-channel attacks.
  */
index 3cabe9cddba4d13f76f06cee5e98a3daf5f49b5d..6a4eb6c3a38d0fbae1f1ea34c7ebe8726b5f6014 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef ENCODING_H
index 0f6ef2cc44855c70a7fb8e5d548fbc7bf39f0b67..65a7e4ed16489bb9c7d1dc069fe44a4bb33a1774 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 FUZZERS := config uapi stringlist cmd set setconf
 
index 8d75eb7f3e21e7b7b9e4b6302d4c6cf8b40bb916..293877601bb4de53d524011253eaffae24cab2b7 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <string.h>
index 5812b4c8ea36930b0249832a21633e979122b933..bfff62f524cdfcf345f58d2ccba13c3d6a7af5ce 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 2f406150f4e66be81ecdea90bcc9dcacf6387d4f..1ace9d43c67fb2fc651af1ecd66260257f13239f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 1f2bd75409c5d45a4a16bf05bc7046d4d60f98bc..66d603575ab3eba9171d2b93d51c39d4a304ec63 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 9823aa00200c21cbbc698d81910034823d3ca888..bc5499f95974dcbfa88974e72253f5cdb0a60df2 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #define RUNSTATEDIR "/var/empty"
index 46576bddfffa6b34599bc6d3c0d687ac9c4381eb..d7ceb42fd658483499c315228211053d664e3d8c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 0201b2826d8611f1674cdf150589dd3a33a85d79..2b7446a302fb37763ce46113b23253510b3e4f7c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index 58e5e71ce5cb4f4dff6b50cf9101a1926587bf99..0060375d70a69472b1bb40a97e72cf64188537b3 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  */
 
index 01247f1e0fcb9298ff6b40b289ef38ee562fad5c..9f78c6742f74a39a81174f4fc8d01e74813ee733 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdbool.h>
index 6bb231ecce9e3c678c3ac5379239de76758eeef5..cabee2d8dba9e0ebef7288cebfff67ad5483a588 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index aaf60ca69af91ed6c51382c3436bbb8b189d3641..5ffff0b06abc491cf347828436fda4110b1a0813 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdbool.h>
index 8ea4f75fa9afe16184884ab9e067dafd78692d6f..83803022233164887bf13b8ef614d2756a5c563a 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <windows.h>
index 1d8a2710250a87aa6366b7022eb6913d72b3e0d4..d06507fd0055366f01649f88f49608c65981a8c9 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index c882bf933d4193bba4a87eac8e624bf8b86503f6..137151aec1e09c378a0c876647efc753932db89a 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "containers.h"
index 1155bd569913b9f20801d7c7bd169dff8b48ffcb..945c9363a4afb415516f8b67cd08c12993ef72a7 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <string.h>
index bc0fd60bcb3acf641d45199ab7090773e9482386..a23e645c733f3a357f9c3ae144569d95d1009cfc 100644 (file)
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef IPC_H
index f9729ee280f145513881dab71c9f9c325986919e..ca11bae47b11f0787e25bb815edd592d1c78bafc 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  * Copyright (C) 2008-2012 Pablo Neira Ayuso <pablo@netfilter.org>.
  */
 
index f191592f518c8d1859e321455e32631269f530f6..dcb3a779926f29c857006b4e14df25a211440e68 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index 992ffa205d6b95427137b2269c350cf5358ada61..63803d6825168e9d7bc5ca451258880b0e4ef7c2 100644 (file)
--- a/src/set.c
+++ b/src/set.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 5a0bec00f8d358f115d59ec5a95b770bd669af50..ac5768a7c1efadd94c3fb3f38d2d89adec9d2c50 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stddef.h>
index 13777cf04280dd5f2103f0c51f5fb383c3f72e0f..0f6eab891cf96e08cf35e1ea851c156e68f888d7 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 62070dc27af20acca7f65c460743b1ab48f59ec6..be02d7ad306ff6c50dabb09d93ea5431a22fdcae 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 4308b5b6eb4f9362df5e1ebf57633b623bb9852e..7803d22ee33fc1f5b21891890d0d0129584cbc80 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef SUBCOMMANDS_H
index d3e6611d2e5aef3fa153edcdb9f0514cbe6e5378..32aea55d602738450cc501448d590a16d52b87f0 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdarg.h>
index 50b16868cc8935b192964bc67ce5e3a2f781cc61..a41810b26e2ae3c5448ebe0366b12bb3206bd53a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef TERMINAL_H
index 6ca266a33c0892e007571ef679c1de128ca52c5e..c285d66a4bd81903659998c01a3d7fcbc788079b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Documentation
  * =============
index 3ed05e52cefe0b0b5bdf1f25526be39528b6f588..027f8878e0bb06242db733df88d0485b4fe4b6c2 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This is a shell script written in C. It very intentionally still functions like
  * a shell script, calling out to external executables such as ip(8).
index 1b7fe5e1a1640c9d919335d37a1aa4eb1bdd2f14..0e870625eb72495ff992e87257374ba4f3395a23 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index aeae18d9950af6c8b4cc42aabfa5e5042568d823..a76638fb7c446ad2913c371bb4ff598d59f2ecf0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index 8c22d6eefc2e020ef316488b2ed9af8fecf25254..18e266c952b466e8797c73fd1aa4f2187f7ec658 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index 19b9909b2e7dd01b17e7664f99f6b5ad7d0a1865..c1c0c6596b9389ef0f89d88804d5f55f60d391ab 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index 6480970614487865f6bf9270dfece691ac35160e..3790c87e9d571e163f8387aa8f8494628e0b5d71 100644 (file)
--- a/src/wg.c
+++ b/src/wg.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stddef.h>
index 4c5b3688dccbae3d5e21f6b92b61479ee5eda194..aac9f0cdab7656fe62ea7fa5ec76bcb570eef6d1 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #define __USE_MINGW_ANSI_STDIO 1
index bd83bbb2f9d723c15901599bae59305e8dde7294..f110ec6712d75e61d687f2fa81c7788c81d28155 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2018-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef _HASHTABLE_H
index 5a34dcb3c21eabdb356de27fbb018449889b963e..919f5423e8405440823b8b88b0eea31cac237207 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <winsock2.h>
index 3138370cda45cd3b02464c164d1e2d6ecaf775cc..5dd22a0dee48157cbaa4ef55e4822e91de0b67ea 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 72367b4cae70c923d27b5e647d434f7a631b1375..aa04884aeed8b7e4e8db4182b2cc4339dac474c9 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <windows.h>
index 2a0330cd5e122384b6f70fb942d8bcc8131dbe42..8cd0d9a9911245792bc51f5b400f6f95c84ff53a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2020 Jason A. Donenfeld. All Rights Reserved.
+ * Copyright (C) 2020-2026 Jason A. Donenfeld. All Rights Reserved.
  */
 
 #include <windows.h>
@@ -26,7 +26,7 @@ BEGIN
       VALUE "FileDescription", "WireGuard wg(8) CLI: Fast, Modern, Secure VPN Tunnel"
       VALUE "FileVersion", EXPAND(VERSION_STR)
       VALUE "InternalName", "wg"
-      VALUE "LegalCopyright", "Copyright © 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved."
+      VALUE "LegalCopyright", "Copyright © 2015-2026 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved."
       VALUE "OriginalFilename", "wg.exe"
       VALUE "ProductName", "WireGuard"
       VALUE "ProductVersion", EXPAND(VERSION_STR)