From 396dc76a04508ca23f955f1dbd0b305d854149c2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 10 Jan 2017 06:36:19 +0100 Subject: Update copyright Signed-off-by: Jason A. Donenfeld --- contrib/external-tests/go/main.go | 2 +- contrib/external-tests/rust/src/main.rs | 2 +- contrib/extract-keys/config.c | 2 +- contrib/extract-keys/extract-keys.c | 2 +- contrib/nat-hole-punching/nat-punch-client.c | 2 +- contrib/nat-hole-punching/nat-punch-server.c | 2 +- contrib/ncat-client-server/client.sh | 2 +- contrib/ncat-client-server/server.sh | 2 +- contrib/synergy/synergy-client.sh | 2 +- contrib/synergy/synergy-server.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'contrib') diff --git a/contrib/external-tests/go/main.go b/contrib/external-tests/go/main.go index 0f65ec4..11c2f86 100644 --- a/contrib/external-tests/go/main.go +++ b/contrib/external-tests/go/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2017 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 c75cded..232375c 100644 --- a/contrib/external-tests/rust/src/main.rs +++ b/contrib/external-tests/rust/src/main.rs @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. */ extern crate screech; extern crate crypto; diff --git a/contrib/extract-keys/config.c b/contrib/extract-keys/config.c index 4c0e9b4..abd435f 100644 --- a/contrib/extract-keys/config.c +++ b/contrib/extract-keys/config.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. */ struct def { const char *name; diff --git a/contrib/extract-keys/extract-keys.c b/contrib/extract-keys/extract-keys.c index 335f962..8a5f24e 100644 --- a/contrib/extract-keys/extract-keys.c +++ b/contrib/extract-keys/extract-keys.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. */ #include #include diff --git a/contrib/nat-hole-punching/nat-punch-client.c b/contrib/nat-hole-punching/nat-punch-client.c index 6d0b5f1..65f3249 100644 --- a/contrib/nat-hole-punching/nat-punch-client.c +++ b/contrib/nat-hole-punching/nat-punch-client.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. */ /* Example only. Do not run in production. */ diff --git a/contrib/nat-hole-punching/nat-punch-server.c b/contrib/nat-hole-punching/nat-punch-server.c index 425885e..ab5ddd7 100644 --- a/contrib/nat-hole-punching/nat-punch-server.c +++ b/contrib/nat-hole-punching/nat-punch-server.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. */ +/* Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. */ /* Example only. Do not run in production. */ diff --git a/contrib/ncat-client-server/client.sh b/contrib/ncat-client-server/client.sh index e59d9ce..b49a05e 100755 --- a/contrib/ncat-client-server/client.sh +++ b/contrib/ncat-client-server/client.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2017 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 bb45718..b527cf5 100755 --- a/contrib/ncat-client-server/server.sh +++ b/contrib/ncat-client-server/server.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. if [[ -z $NCAT_REMOTE_ADDR ]]; then ip link del dev wg0 2>/dev/null diff --git a/contrib/synergy/synergy-client.sh b/contrib/synergy/synergy-client.sh index 07b32d3..ee8727a 100755 --- a/contrib/synergy/synergy-client.sh +++ b/contrib/synergy/synergy-client.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. set -ex if [[ $UID == 0 ]]; then diff --git a/contrib/synergy/synergy-server.sh b/contrib/synergy/synergy-server.sh index ac028ba..2832164 100755 --- a/contrib/synergy/synergy-server.sh +++ b/contrib/synergy/synergy-server.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2015-2016 Jason A. Donenfeld . All Rights Reserved. +# Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. set -ex if [[ $UID == 0 ]]; then -- cgit v1.2.3-59-g8ed1b