aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/synergy
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-01-03 21:58:00 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-01-03 21:58:00 +0100
commitddb82700a810c3f929e5a2fff00254b29eadc689 (patch)
tree622657a72476a9187303641729b1f0433f01171d /contrib/examples/synergy
parentreceive: treat packet checking as irrelevant for timers (diff)
downloadwireguard-monolithic-historical-ddb82700a810c3f929e5a2fff00254b29eadc689.tar.xz
wireguard-monolithic-historical-ddb82700a810c3f929e5a2fff00254b29eadc689.zip
global: year bump
Diffstat (limited to 'contrib/examples/synergy')
-rwxr-xr-xcontrib/examples/synergy/synergy-client.sh2
-rwxr-xr-xcontrib/examples/synergy/synergy-server.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/examples/synergy/synergy-client.sh b/contrib/examples/synergy/synergy-client.sh
index d01980a..997280a 100755
--- a/contrib/examples/synergy/synergy-client.sh
+++ b/contrib/examples/synergy/synergy-client.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
-# Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
set -ex
if [[ $UID == 0 ]]; then
diff --git a/contrib/examples/synergy/synergy-server.sh b/contrib/examples/synergy/synergy-server.sh
index 65f5a0e..eb3a20f 100755
--- a/contrib/examples/synergy/synergy-server.sh
+++ b/contrib/examples/synergy/synergy-server.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
-# Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
set -ex
if [[ $UID == 0 ]]; then