]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
global: update copyright
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 2 Jan 2019 00:58:10 +0000 (01:58 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 8 Jan 2019 00:26:10 +0000 (19:26 -0500)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
52 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/json/wg-json
contrib/keygen-html/keygen.html
contrib/keygen-html/src/curve25519_generate.c
contrib/keygen-html/src/glue.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.c
src/curve25519.h
src/encoding.c
src/encoding.h
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/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

index 35460d14906e57e823c09dba11d3ca00a0334c37..2bf002d2186d5c2e93aad49410a4c161f37e4d58 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")"
 TOOLS="$ME/../../../src/tools"
index 6a3e7c720214bc3888286368f701d7ec53f402e5..25fc9eafafc92fcba298cb3d4d5d9761d720646f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "wireguard.h"
index 370b3dae39fef5e636f761e693b580a0bdab7206..1522c9109f3bdb9ad918fac937fa4d2f56df78fa 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: LGPL-2.1+
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  * Copyright (C) 2008-2012 Pablo Neira Ayuso <pablo@netfilter.org>.
  */
 
index e9210a41a28c3b025634fc9b974f881365b17058..9ebe47c719e9acd0f03bd63a9597e1693d07c341 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef WIREGUARD_H
index a58279758e4f5b040d81321a9763d7bad6268e43..0f8dedac8938e5593875d65abae29601ea5355bf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 package main
 
index 5604a43efedb1eeeefeb2390dfddc01e70ec7aa9..9fb78f2246968c6981b67c09d0793049ef1805bb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 extern crate snow;
 extern crate base64;
index 16ed6303e0e97ad66abbe811f4b3b1f9c908b977..f794ffe54b77065f8941d20b8323fe8ea65d78b9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 # Copyright (C) 2017-2018 Peter Wu <peter@lekensteyn.nl>. All Rights Reserved.
 
 set -e
index bd5824a3ad1c15deb22a02b34321357bdcf564d4..ecde5ac5fe37db67d90f91de33e9cd9d99d64240 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 struct def {
index e4033f9bed5a152cb747a7ea4fb196b14e12e975..09252a297d1288661d190ecff27c76cdeafc5aa9 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 struct def {
index f918a2afb8507cc3afdbd9ef90049db4075b77f4..1906be64b68cdbbda2f696e3de84627c9a352c9b 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <endian.h>
index 3c36e65256e83731589afcccdb6c8c37c0ec5a5b..8b35521189460ffbc9e0bfbdac1d45cecef67e20 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 exec < <(exec wg show all dump)
 
index d9365e08332d4a270acf2fbf27529f1e152acde5..af2a5455968e7a8359a32a1edba6e8d709eeaa33 100644 (file)
@@ -2,7 +2,7 @@
 <script>
 /* SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 function sendPubkeyToServer(pubkey, username, password)
index 1e767870dfb5e5d8ea9e09b8664a23197bfd73cb..6329c576aa6c8c6a02a87ef0953ce470681fe0dc 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <emscripten.h>
index 981e53383d673755a905ac5159a90ba4dbfa4f2c..5bd25112ebfc945035fc1b92445349960e92cadb 100644 (file)
@@ -1,6 +1,6 @@
 /*! SPDX-License-Identifier: GPL-2.0
  *
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 window["WireGuard"] = {
        "generateKeypair": function() {
index 09af278124d8c3cd835b149231278f3202c7000e..01bb096b229dd068780e2ebdf329c91a781f7c39 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Example only. Do not run in production.
  */
index 2f49aa8e96da7603f67b3ebd95e90dfc69bb0d93..a6a5a4c2d30a58d4747d012db65e3d0d53c6481b 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Example only. Do not run in production.
  */
index 8ef8f70abe7c8e06e8a236f1649dbf1119d1122f..bf7d7f1dd0aea9dcd2e87ec1702c4355d31cbb6e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 
index 7994f187017fa07ba011fe718e18c2bfa52d02a8..dd0f5753ec1eb23a792675838aee61a9c128e310 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 [[ $UID == 0 ]] || { echo "You must be root to run this."; exit 1; }
index 08885b04e098b51469b0007bf2fb4fc3e151e4d9..38a69e189811504c24a32ba189fc8c2aecd67b7a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 if [[ -z $NCAT_REMOTE_ADDR ]]; then
        ip link del dev wg0 2>/dev/null
index 5b9394b2100c37b607258a1473b54480dfa5e3ad..e579f86df2bc4a5fa8cd20b5dbe548ea14c33664 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -e
 shopt -s nocasematch
index a26e29bd7ce7b9060f6a021f9011dd1c08f84105..d856ef223791e71b02be6fa0924ea95e7fbeb91f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This implements userspace semantics of "sticky sockets", modeled after
  * WireGuard's kernelspace implementation.
index 997280a6271b5d044f210fcdc2d735c72054dfd4..de358efc67f44f82968dfb108ca443a4576b64cf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -ex
 if [[ $UID == 0 ]]; then
index eb3a20f34e04a8d0439de271d1543137f7771445..e04b1f43ff4feb53349711369958c094d7c231df 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 set -ex
 if [[ $UID == 0 ]]; then
index 4f3579f3952b80aaba87bcb0b6b0078eb69bc5a6..483b703742b6691ac36f28cd7dcdcf9a421610ce 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 PKG_CONFIG ?= pkg-config
 PREFIX ?= /usr
index 7b14b75eac179f810fa357bdb438d6eb2234cf7e..1ec98d97a0e3c475d0382eb0b524b22f876d7bbb 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 _wg_quick_completion() {
        local p i a search_paths old_glob
index 00ccfd321bb7295312a09abb053e464a1f9826c9..cc6ac060a68bcbd13cfcf7efa4eb6fe3f35905c1 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
 _wg_completion() {
        local a
index 1daa5ea3b7540d304243332f32f4adad78ac20a7..5d15356d6869c4579912d6f9cad776a5b7a372af 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 44f715af58058f623321fc8e54a6a0d2800c8ea4..9c31e8cb88f66f011b89484b77d8284234aa0f79 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CONFIG_H
index 619094ec743e8915ab191be7a02d3e8079b40990..2144052119f54b0815b73937ae0a3e8adc72786f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CONTAINERS_H
index c733a35d0971f37fae8159f59bb4af74a6f10ed6..79499338c9f71506312109003f58af18fc095f6d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include "curve25519.h"
index ef0a09f8e72e5fa157a4ee6c71c0b5113f29248e..a5c30663000ef02bab9c4605143b4999534d3aba 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef CURVE25519_H
index d64b86edd1a5310b962ade98cc34814c9c130bc6..efe004fc88e4e95ee02661d250e6503a08b25a49 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * This is a specialized constant-time base64/hex implementation that resists side-channel attacks.
  */
index 8815c3388bd95b0dc7cf802b2f5ca70e54738792..f977ee9991066be3bd52efec0beaeb30c77c2aa2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef ENCODING_H
index e50d64ba43f124ee3f1a01ddb30ec0d2ad0721f6..65711e16b250fe69ba8939c4f918e78413c63533 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index 587910938c771835e189fd9261e875f77d1e2ab9..da31eff67db1367f847be75ec21e479ae54cd624 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifdef __linux__
index e75be209e9002ab6e2fd9a3c1eadef795995f128..6c564be5ea3520eb8c32d6c005344402cfaa05f2 100644 (file)
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef IPC_H
index 082f1a33d9cf941a2743ab40f9545a25e553b453..173e36619c01da563b7aaf986466697705b98bef 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Original author: Jiri Pirko <jiri@mellanox.com>
  */
index 1bc46c7f13f789c6205d4b3552951b6e6cd59801..b5adbbc139fd19ee593faed1c6964104d8359ceb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  * Original author: Jiri Pirko <jiri@mellanox.com>
  */
index 9741bcf37a3b8d7874ff5fe7d83c3fe20671ce6a..cbf17445be36540e7bde050b7b6d6fca31fc2921 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <errno.h>
index 9d84ccd17e3d31cee6908affdba0889576b0a09b..19f4b92b8b95ef489dbed0ce10e532361fb502a0 100644 (file)
--- a/src/set.c
+++ b/src/set.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stdio.h>
index 7135e85ab8c2bbb6dd86df5811718a0dd13cecb9..8211ebd765bf24c72065b63d6f807c210767453e 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stddef.h>
index b50af2ac9510432c0e8817bd6da8c08d37ec5e4e..ba6f115a658ea5f0966495bc40266ca4d4b5e8d5 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 777e022be55c1cbefafea882865bbc5e798ea661..ad76b7fd913cbebb609cf39a9cf228121ed1a59d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <arpa/inet.h>
index 2a7e36e3b3725c2a35dee04e75afa1be3515317e..afac10ac33b24148ca5e0abf1ad87266cafa1c3e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef SUBCOMMANDS_H
index bee3a4412bd336f86dca1725daf094d32205d108..899d6ca05a49f26c25a3f6b92bae8e251416313c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <ctype.h>
index 099489523cafa737c163b125ff09085d857f8a15..a824ad789d506be804c007061a25099ebf8b09d2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #ifndef TERMINAL_H
index e2b6abe0bb927cd5a911a09d5aede723a32bfb9a..5eec36f11b2c473c802fdc1106ca797098b48da5 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 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 30f35419c9ee0953b388b6fd556c1ff887ae8e0c..bf07fdb13265012a148b2c7b96558399a8e9ff52 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index c302a60e364e4061e292fdb9b33646f504694615..e83dbef0a85af36e75017f3e368e798cf5012b0d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index fd62316c58ade1fb2852ce9edecae2afb270ba49..84643c4d4ebed90f5eef107058830ccc4a5bb293 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index e0c6d1a92322b45828d3ae2909deb3a7fadb0438..99961627ee9760d37316c3d82b590457745a353f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/bash
 # SPDX-License-Identifier: GPL-2.0
 #
-# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 #
 
 set -e -o pipefail
index 4c24ff0c8ce6592cd0c50a04a88d708c436713ee..550d9b4e0c67e0c4ccd3d0ca6959afc69875853d 100644 (file)
--- a/src/wg.c
+++ b/src/wg.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  */
 
 #include <stddef.h>