From 92da6bd53f198009ed4eb6358a06acf3091f7981 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 2 Jan 2019 01:58:10 +0100 Subject: global: update copyright --- contrib/examples/dns-hatchet/apply.sh | 2 +- contrib/examples/embeddable-wg-library/test.c | 2 +- contrib/examples/embeddable-wg-library/wireguard.c | 2 +- contrib/examples/embeddable-wg-library/wireguard.h | 2 +- contrib/examples/extract-handshakes/extract-handshakes.sh | 2 +- contrib/examples/extract-handshakes/offset-finder.c | 2 +- contrib/examples/extract-keys/config.c | 2 +- contrib/examples/extract-keys/extract-keys.c | 2 +- contrib/examples/json/wg-json | 2 +- contrib/examples/keygen-html/keygen.html | 2 +- contrib/examples/keygen-html/src/curve25519_generate.c | 2 +- contrib/examples/keygen-html/src/glue.js | 2 +- contrib/examples/nat-hole-punching/nat-punch-client.c | 2 +- contrib/examples/nat-hole-punching/nat-punch-server.c | 2 +- contrib/examples/ncat-client-server/client-quick.sh | 2 +- contrib/examples/ncat-client-server/client.sh | 2 +- contrib/examples/ncat-client-server/server.sh | 2 +- contrib/examples/reresolve-dns/reresolve-dns.sh | 2 +- contrib/examples/sticky-sockets/sticky-sockets.c | 2 +- contrib/examples/synergy/synergy-client.sh | 2 +- contrib/examples/synergy/synergy-server.sh | 2 +- contrib/external-tests/go/main.go | 2 +- contrib/external-tests/rust/src/main.rs | 2 +- contrib/kernel-tree/create-patch.sh | 2 +- contrib/kernel-tree/filter-compat-defines.sh | 2 +- contrib/kernel-tree/jury-rig.sh | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'contrib') diff --git a/contrib/examples/dns-hatchet/apply.sh b/contrib/examples/dns-hatchet/apply.sh index 35460d1..2bf002d 100755 --- a/contrib/examples/dns-hatchet/apply.sh +++ b/contrib/examples/dns-hatchet/apply.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0 # -# Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")" TOOLS="$ME/../../../src/tools" diff --git a/contrib/examples/embeddable-wg-library/test.c b/contrib/examples/embeddable-wg-library/test.c index 6a3e7c7..25fc9ea 100644 --- a/contrib/examples/embeddable-wg-library/test.c +++ b/contrib/examples/embeddable-wg-library/test.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: LGPL-2.1+ /* - * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ #include "wireguard.h" diff --git a/contrib/examples/embeddable-wg-library/wireguard.c b/contrib/examples/embeddable-wg-library/wireguard.c index 370b3da..1522c91 100644 --- a/contrib/examples/embeddable-wg-library/wireguard.c +++ b/contrib/examples/embeddable-wg-library/wireguard.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: LGPL-2.1+ /* - * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. * Copyright (C) 2008-2012 Pablo Neira Ayuso . */ diff --git a/contrib/examples/embeddable-wg-library/wireguard.h b/contrib/examples/embeddable-wg-library/wireguard.h index e9210a4..9ebe47c 100644 --- a/contrib/examples/embeddable-wg-library/wireguard.h +++ b/contrib/examples/embeddable-wg-library/wireguard.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /* - * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ #ifndef WIREGUARD_H diff --git a/contrib/examples/extract-handshakes/extract-handshakes.sh b/contrib/examples/extract-handshakes/extract-handshakes.sh index 16ed630..f794ffe 100755 --- a/contrib/examples/extract-handshakes/extract-handshakes.sh +++ b/contrib/examples/extract-handshakes/extract-handshakes.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0 # -# Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. # Copyright (C) 2017-2018 Peter Wu . All Rights Reserved. set -e diff --git a/contrib/examples/extract-handshakes/offset-finder.c b/contrib/examples/extract-handshakes/offset-finder.c index bd5824a..ecde5ac 100644 --- a/contrib/examples/extract-handshakes/offset-finder.c +++ b/contrib/examples/extract-handshakes/offset-finder.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ struct def { diff --git a/contrib/examples/extract-keys/config.c b/contrib/examples/extract-keys/config.c index e4033f9..09252a2 100644 --- a/contrib/examples/extract-keys/config.c +++ b/contrib/examples/extract-keys/config.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ struct def { diff --git a/contrib/examples/extract-keys/extract-keys.c b/contrib/examples/extract-keys/extract-keys.c index f918a2a..1906be6 100644 --- a/contrib/examples/extract-keys/extract-keys.c +++ b/contrib/examples/extract-keys/extract-keys.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. + * Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ #include diff --git a/contrib/examples/json/wg-json b/contrib/examples/json/wg-json index 3c36e65..8b35521 100755 --- a/contrib/examples/json/wg-json +++ b/contrib/examples/json/wg-json @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0 # -# Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. exec < <(exec wg show all dump) diff --git a/contrib/examples/keygen-html/keygen.html b/contrib/examples/keygen-html/keygen.html index d9365e0..af2a545 100644 --- a/contrib/examples/keygen-html/keygen.html +++ b/contrib/examples/keygen-html/keygen.html @@ -2,7 +2,7 @@