]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
global: bump copyright
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 2 Jan 2020 18:52:25 +0000 (19:52 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 2 Jan 2020 18:52:25 +0000 (19:52 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
66 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/curve25519-fiat32.h
src/curve25519-hacl64.h
src/curve25519.c
src/curve25519.h
src/encoding.c
src/encoding.h
src/fuzz/Makefile
src/fuzz/config.c
src/fuzz/uapi.c
src/genkey.c
src/ipc.c
src/ipc.h
src/mnlg.c
src/mnlg.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/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/getrandom.c
src/wincompat/init.c
src/wincompat/ipc.c
src/wincompat/libc.c

index 44e598057d1dcf7ca987abfa3bc92e5404640fda..d98e4c829caed801d8c33b823da11594e17eace7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
 TOOLS="$ME/../../src"
index 25fc9eafafc92fcba298cb3d4d5d9761d720646f..4c953733eb1e46813d019b9d91b524a659cb1e35 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "wireguard.h"
index 54b870040a62d77c9152b0de04d29d645a2cb1d9..fd68918b66a0e17a148601fb3959739a9f929611 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  * Copyright (C) 2008-2012 Pablo Neira Ayuso <pablo@netfilter.org>.
  */
 
index e7a1bbf0d9e3566effc37c9860ffccf665d3bdca..fbd8765ff29a099783a1a03ac2dfeafc6fd9ea99 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef WIREGUARD_H
index 0f8dedac8938e5593875d65abae29601ea5355bf..a52f16e0826dbbd6d37f462dc6b70dc6b862eabe 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 package main
 
index 9fb78f2246968c6981b67c09d0793049ef1805bb..4b6ebccadd505a7fe4011c7d85917c19684afcbd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 extern crate snow;
 extern crate base64;
index f794ffe54b77065f8941d20b8323fe8ea65d78b9..688f4e4a4874a220b7c1cba7ad3bc18027377d1b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 # Copyright (C) 2017-2018 Peter Wu <peter@lekensteyn.nl>. All Rights Reserved.
 
 set -e
index ecde5ac5fe37db67d90f91de33e9cd9d99d64240..1b54cf3e2f06bf592a994a003d97553e0107ef26 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 struct def {
index 09252a297d1288661d190ecff27c76cdeafc5aa9..640c61be066dce28c7cc3af2cfab1089e5efd2dd 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 struct def {
index 1906be64b68cdbbda2f696e3de84627c9a352c9b..3d05f7c3d8adb88b45dbe807dfa7b38ef1922ed5 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <endian.h>
index e3081570a9cb8f647d55e6d6ed5a6f8a6c338508..eaade6b03bbd8b2bf2e1617e62764d79206a451b 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdlib.h>
index b03f792acd764fd4f33f4114f697cb59a2fd8c4d..e9034f714320b44df01e67e355ddc39216ac1fc9 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 1913e3591c7d92c30f811bba55a425a675e60440..9f0e53a4e9e3672ddd7035694c7e67a869aaf113 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdbool.h>
index c004e127396d5fcd2f0887b8d54b7feb6be5bbc9..65cc23038868cffcfd77bd41830724d897235762 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <sys/types.h>
index 8b35521189460ffbc9e0bfbdac1d45cecef67e20..c763c54a175271a5e0bc7c3e19cfcf4b647b5966 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 exec < <(exec wg show all dump)
 
index 939e6376a6185853cb5e49ac1216da768647c8de..fd5b02b798383db5b90ec1efabdd612cc8ab1868 100644 (file)
@@ -2,7 +2,7 @@
 <script>
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 function sendPubkeyToServer(pubkey, username, password)
index e262459b6378a359e98805cd787c0a2622eb9d61..2349ca2e7e79691ecbaca2c06d6026dac656b378 100644 (file)
@@ -1,6 +1,6 @@
 /*! SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 (function() {
index 01bb096b229dd068780e2ebdf329c91a781f7c39..7e53b67a7dcfd46536bed431461d0df44b6fc8d0 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Example only. Do not run in production.
  */
index a6a5a4c2d30a58d4747d012db65e3d0d53c6481b..428fd6d623f056627898e5e9ba6e484f0cf95710 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Example only. Do not run in production.
  */
index bf7d7f1dd0aea9dcd2e87ec1702c4355d31cbb6e..971f3ec3487994f6ecc3122598bb1d0bd4fff1d4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 
index dd0f5753ec1eb23a792675838aee61a9c128e310..8df29aba26cc7ac6d5c4646a5bb0b5def4d146e3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 [[ $UID == 0 ]] || { echo "You must be root to run this."; exit 1; }
index 38a69e189811504c24a32ba189fc8c2aecd67b7a..926661e1dff1d6303545fa9e4d7d5ff514c0dfb1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 if [[ -z $NCAT_REMOTE_ADDR ]]; then
        ip link del dev wg0 2>/dev/null
index 8ab3635e585f87a94360f0a594e4f9543e44cf0c..fd38cd44dc4438b8131ccde55669223f3035a002 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 shopt -s nocasematch
index d856ef223791e71b02be6fa0924ea95e7fbeb91f..d9a11ad32b41fb7790ed7362e17bb5d948d3531d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This implements userspace semantics of "sticky sockets", modeled after
  * WireGuard's kernelspace implementation.
index de358efc67f44f82968dfb108ca443a4576b64cf..d1dfcbd1fb006144e5a0f9f72e14b138122a708f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -ex
 if [[ $UID == 0 ]]; then
index e04b1f43ff4feb53349711369958c094d7c231df..b8a715808a23f591e48b485afbb0b9cccb29e294 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -ex
 if [[ $UID == 0 ]]; then
index 049d555efd4399fccc14c3c4a2644e5082f26efb..dc7452dd9b827f28362ca2c74dd62346aa2a3c5d 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 PKG_CONFIG ?= pkg-config
 PREFIX ?= /usr
index 1ec98d97a0e3c475d0382eb0b524b22f876d7bbb..f8973cdd933f631343ef40a361bfaaf10a0b6ee3 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 _wg_quick_completion() {
        local p i a search_paths old_glob
index cc6ac060a68bcbd13cfcf7efa4eb6fe3f35905c1..445f0e87c72885b5cd64b433f0dc3542e60680b8 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 _wg_completion() {
        local a
index db902289450182b9d6189670c6762ea1c8bd4d67..b8394a531a3efc4b098d38f107c94811227746e3 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 9c31e8cb88f66f011b89484b77d8284234aa0f79..8bbe23639d1ecb4368576eaa8818dafb5abbeb0f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CONFIG_H
index b312c72d74d0aab7da1d1033cee17ae6cbe0af69..2ffc2302ee78732f6a5479bb28476557df53b29b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CONTAINERS_H
index 42cfb6c00f98411f89b5e5393370b7a6f608ea2b..66f3309c8d8857eac1d309b93d57161a6c498229 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-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2020 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 0f729ec74ece8378cb34b9160b416866f6eb35d2..1fba1f5949f0ce7062d4f70fe8e1d1dd5411799a 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-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2020 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 f1b635856cefb4feb7578cbb5d5c0cc6d720c820..7d3fd155590e614a0c73633a3f0bc9604dec34dd 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "curve25519.h"
index c0470199774ef95983c553478d4375d2a5ef1aae..15698241de8d1047f118b207c3669ae523f6b073 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CURVE25519_H
index af2fc823897dbf123b9d11ca14ae5a0d3e20b70b..2540e5b29aa83e55ec014e996f7e40dc7c889a3a 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This is a specialized constant-time base64/hex implementation that resists side-channel attacks.
  */
index f977ee9991066be3bd52efec0beaeb30c77c2aa2..2d2c1e064602f1d936a5a93a3064bda3e73a49b7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef ENCODING_H
index 0e7ddb54853a73a605b052947ef3686770576f3f..98a16dd6b9cc6ade6ad221ce3c05e9d2e8b6296e 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 all: config uapi
 
index 4877ba765f77601089b0dbe087be4102f9a6e3a3..49c87b4ac935ca7e66ad846b051109824f1e7e27 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 3094f1cc4c34e2539ce97bc25c357a2e013f1b89..90b2ba6d6fd48e6be89107d58d952b4223538bb9 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index b9c2a86a37bca8cbd4aad9d2b5b4a76f0c93b9b3..d1bb643e427103fa87acc07ef348e1a4740bae49 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index 64d8b2089847f0bdbbc70729c07c11b1f10f1e41..9833b3351f9777e783ece299627c4a5ddfbfa9f9 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifdef __linux__
index 6c564be5ea3520eb8c32d6c005344402cfaa05f2..c51c8e7da7746a49c4fae7bd1491e8db6a2391bc 100644 (file)
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef IPC_H
index 173e36619c01da563b7aaf986466697705b98bef..0651896ae0fa137547423693d42f52314c8eb5e5 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Original author: Jiri Pirko <jiri@mellanox.com>
  */
index b5adbbc139fd19ee593faed1c6964104d8359ceb..85854911f278c8c82a6eb5f2d66d926fb83f1f3e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Original author: Jiri Pirko <jiri@mellanox.com>
  */
index cbf17445be36540e7bde050b7b6d6fca31fc2921..19235fc25067cc20410dbdbf33901c4b063c3beb 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index 19f4b92b8b95ef489dbed0ce10e532361fb502a0..0a98f7b36683201546e5c94c70896a9cc2d60551 100644 (file)
--- a/src/set.c
+++ b/src/set.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index f778f40f536b602d2f27ab2df15fbb34bab66aff..89b30230556453a0c4c81abc0f2afc23b2588f13 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stddef.h>
index ff0897d4f8a03150c149e63e2b7683da3400f98c..e772339c06cb687510abed2c82f5c778ba36b691 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index ad76b7fd913cbebb609cf39a9cf228121ed1a59d..6e6a4a5a472615b4ffbdd557567f956845cdefc4 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index afac10ac33b24148ca5e0abf1ad87266cafa1c3e..68e9334995f6f98854411755cb80fdcd95d0bb92 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef SUBCOMMANDS_H
index 899d6ca05a49f26c25a3f6b92bae8e251416313c..ba885978b16839eb94c0c72248b8036ad451bee9 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <ctype.h>
index a824ad789d506be804c007061a25099ebf8b09d2..e8cb5709b062c149c160449bfe4b10e9d1a2e132 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef TERMINAL_H
index ae88be14c9478e2f8539e2ec5abe81ff87dcce5f..0efd52c3687d981dcac4b074cc0aea3362457e9d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Documentation
  * =============
index ad05895ee2c225718bd5ba1dd2f6015114f11cf0..cedc8a7d054a470b259b2b5db4f80ece0e0962e7 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 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 d5dd396fbf2bf576b1d5fd36fe60ea8185141ca3..d9d07cf8f884e3f1c1776c5c6a2b6cc339e13003 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index a72353c7130458d5a4b6115ffab1e28b2cb3c6af..c390dccbea03449f5e1247ebef3b91a1678dc92c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index cd5e06604ce4e7e866992a1cc9d1c61cccef19a6..7c2c002a4288412332ca2647befb429d4b5ded59 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index 2cadeecb61741d0d0bf12e985f6ae6056c35d0a9..8d458d12848d2c66813d4f45a0593589e7b67242 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index dc6dda4b4133c3ebc79570c3824b8c2ca9a917b5..b9952ebda843f8f0d2baecaac512b218c331406e 100644 (file)
--- a/src/wg.c
+++ b/src/wg.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stddef.h>
index 4dada778923b01b667fc3ef2867db81f16656d2c..5decc6686eb59e0ae3c13b94cf1584899a1bd868 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #define __USE_MINGW_ANSI_STDIO 1
index 4e2c4bd44be75a7937bcfe993078df911e66afa9..b064b04bfc4319fb03b3ba119a7702c0ca250ce4 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdbool.h>
index 8d862ff6d7dde51652d675c8b2169cc786daf0a6..8943fff4bf4496f287aa241ae162c824e1270561 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <winsock2.h>
index 25471b04e485d3955337a95a6d48f90ce78621ac..9dce8164f7f532a3def8b6d82a16c5fb6ef9f1b7 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <windows.h>
index ad30278d2a887a2cbdd2a181510466d32464dd1b..870d913dd8f0141690f1adfa21e0d13121eb9ba2 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>