From 9207dec08fdf6d1ea1f740bd98cf122603e919bd Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 3 Jan 2018 21:58:00 +0100 Subject: global: year bump Signed-off-by: Jason A. Donenfeld --- contrib/ncat-client-server/client.sh | 2 +- contrib/ncat-client-server/server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/ncat-client-server') diff --git a/contrib/ncat-client-server/client.sh b/contrib/ncat-client-server/client.sh index af081a3..9ad9180 100755 --- a/contrib/ncat-client-server/client.sh +++ b/contrib/ncat-client-server/client.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0 # -# Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. set -e [[ $UID == 0 ]] || { echo "You must be root to run this."; exit 1; } diff --git a/contrib/ncat-client-server/server.sh b/contrib/ncat-client-server/server.sh index d63b7e1..08885b0 100755 --- a/contrib/ncat-client-server/server.sh +++ b/contrib/ncat-client-server/server.sh @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-License-Identifier: GPL-2.0 # -# Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2018 Jason A. Donenfeld . All Rights Reserved. if [[ -z $NCAT_REMOTE_ADDR ]]; then ip link del dev wg0 2>/dev/null -- cgit v1.2.3-59-g8ed1b