diff --git a/contrib/dns-hatchet/apply.sh b/contrib/dns-hatchet/apply.sh index 35460d1..2bf002d 100755 --- a/contrib/dns-hatchet/apply.sh +++ b/contrib/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/embeddable-wg-library/test.c b/contrib/embeddable-wg-library/test.c index 6a3e7c7..25fc9ea 100644 --- a/contrib/embeddable-wg-library/test.c +++ b/contrib/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/embeddable-wg-library/wireguard.c b/contrib/embeddable-wg-library/wireguard.c index 370b3da..1522c91 100644 --- a/contrib/embeddable-wg-library/wireguard.c +++ b/contrib/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/embeddable-wg-library/wireguard.h b/contrib/embeddable-wg-library/wireguard.h index e9210a4..9ebe47c 100644 --- a/contrib/embeddable-wg-library/wireguard.h +++ b/contrib/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/external-tests/go/main.go b/contrib/external-tests/go/main.go index a582797..0f8deda 100644 --- a/contrib/external-tests/go/main.go +++ b/contrib/external-tests/go/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ package main diff --git a/contrib/external-tests/rust/src/main.rs b/contrib/external-tests/rust/src/main.rs index 5604a43..9fb78f2 100644 --- a/contrib/external-tests/rust/src/main.rs +++ b/contrib/external-tests/rust/src/main.rs @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. */ extern crate snow; extern crate base64; diff --git a/contrib/extract-handshakes/extract-handshakes.sh b/contrib/extract-handshakes/extract-handshakes.sh index 16ed630..f794ffe 100755 --- a/contrib/extract-handshakes/extract-handshakes.sh +++ b/contrib/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/extract-handshakes/offset-finder.c b/contrib/extract-handshakes/offset-finder.c index bd5824a..ecde5ac 100644 --- a/contrib/extract-handshakes/offset-finder.c +++ b/contrib/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/extract-keys/config.c b/contrib/extract-keys/config.c index e4033f9..09252a2 100644 --- a/contrib/extract-keys/config.c +++ b/contrib/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/extract-keys/extract-keys.c b/contrib/extract-keys/extract-keys.c index f918a2a..1906be6 100644 --- a/contrib/extract-keys/extract-keys.c +++ b/contrib/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/json/wg-json b/contrib/json/wg-json index 3c36e65..8b35521 100755 --- a/contrib/json/wg-json +++ b/contrib/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/keygen-html/keygen.html b/contrib/keygen-html/keygen.html index d9365e0..af2a545 100644 --- a/contrib/keygen-html/keygen.html +++ b/contrib/keygen-html/keygen.html @@ -2,7 +2,7 @@