aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/json
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-02 01:58:10 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-01-07 19:26:10 -0500
commitb8e89f3a0945b02281aa0d456917b421702c9bef (patch)
tree78d19761bbcb2196b74bb0ed6c1ebb4119e08ec4 /contrib/json
parentwg: curve25519: handle unaligned loads/stores safely (diff)
downloadwireguard-tools-b8e89f3a0945b02281aa0d456917b421702c9bef.tar.xz
wireguard-tools-b8e89f3a0945b02281aa0d456917b421702c9bef.zip
global: update copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'contrib/json')
-rwxr-xr-xcontrib/json/wg-json2
1 files changed, 1 insertions, 1 deletions
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 <Jason@zx2c4.com>. All Rights Reserved.
+# Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
exec < <(exec wg show all dump)