]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
headers: cleanup notices
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Nov 2016 05:22:00 +0000 (06:22 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 21 Nov 2016 00:00:07 +0000 (01:00 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
27 files changed:
contrib/external-tests/go/main.go
contrib/external-tests/rust/src/main.rs
contrib/extract-keys/config.c
contrib/extract-keys/extract-keys.c
contrib/nat-hole-punching/nat-punch-client.c
contrib/nat-hole-punching/nat-punch-server.c
contrib/ncat-client-server/client.sh
contrib/ncat-client-server/server.sh
contrib/synergy/synergy-client.sh
contrib/synergy/synergy-server.sh
src/base64.h
src/config.c
src/config.h
src/curve25519.c
src/curve25519.h
src/genkey.c
src/ipc.c
src/ipc.h
src/pubkey.c
src/set.c
src/setconf.c
src/show.c
src/showconf.c
src/subcommands.h
src/terminal.c
src/terminal.h
src/wg.c

index c1aa29375eec3d80db0d5ca40371e06cddb20fd2..b259212fc629cc1c4845adef0e7e872ea16d5756 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 package main
 
index 73e19b36a55eb1ed7432c0e1119a60991dca9f7b..c5a78fe67275e6b58868de189fbd553aef64e747 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 extern crate screech;
 extern crate crypto;
 extern crate time;
index 7852dcf6f6d7a29c3a8182fad70d561642e31066..4c0e9b47c155c2b16277c482c696500c0647553f 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+
 struct def {
        const char *name;
        long long value;
index 5d7de321a16a4be1251b14cd90b2ab12ad5c29aa..335f962882585fc084c005b3235644595227dd1b 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+
 #include <endian.h>
 #include <errno.h>
 #include <fcntl.h>
index a72b5f614bd9a0c83ea15fffd6f915483ce8eb2b..6d0b5f1d01fabdf9c7efccf74a6f05ab9b094172 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+
 /* Example only. Do not run in production. */
 
 #include <stdio.h>
index 198e0f85a4fa538fd3904b978a8334b7b697aafd..425885e2d25044e79d1357ebf61053c433dc0fd0 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+
 /* Example only. Do not run in production. */
 
 #include <stdio.h>
index ab9fe88d377b74e0da3b63a5b452a18d3a3465a3..e59d9cebdc2855cb0d517bc70fbf9512b2beb21e 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+
 set -e
 [[ $UID == 0 ]] || { echo "You must be root to run this."; exit 1; }
 umask 077
index e37861f93c12ed64a0683599648d3aaec7e6a935..2680afd178a525a6da25e26ad7e0403660f51f6f 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+
 if [[ -z $NCAT_REMOTE_ADDR ]]; then
        ip link del dev wg0 2>/dev/null
        set -e
index 56cfdb2831a60e9fe27bf9145a53ab18250e7166..07b32d32980d5ddf0fa348182e0c9259ea6e6758 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+
 set -ex
 if [[ $UID == 0 ]]; then
        ip link del dev synergy || true
index 6bef42343788739aa9c28529213d02a7b310a6f8..ac028babd2f4f87b1750856b979dec54e58e9d81 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+
 set -ex
 if [[ $UID == 0 ]]; then
        ip link del dev synergy || true
index 5cc94e1c28ea956cd63a765746c7e34b4b88e56e..748b5d95208fc0ef0b9d46a70c49174a91bc7f2f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifndef BASE64_H
 #define BASE64_H
index 860845e0a0b9e0578addeb50962ba391185b4ddb..52acc7816c42cde507e7ee2f81f649a50b37223b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 
 #include <arpa/inet.h>
index 268e3f6080426de1653547be631f1801fd757040..9338c72e4695eed10e0d48dd32d6970a14cfaaff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifndef CONFIG_H
 #define CONFIG_H
index 3d0b615b0a8e3ad13d0e2abcaa895d63e762b4c2..3c147c8950ffac5bbb77bf30ccfb051f4f6f7c0b 100644 (file)
@@ -1,7 +1,7 @@
 /* Original author: Adam Langley <agl@imperialviolet.org>
  *
  * Copyright 2008 Google Inc. All Rights Reserved.
- * Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  *
  *   Redistribution and use in source and binary forms of this file, with or
  *   without modification, are permitted provided that the following conditions
index 0be59b78554dd417b1567847fb824690d4b6d093..45ae1ce8371e036cb011244c6fd5865567148823 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifndef CURVE25519_H
 #define CURVE25519_H
index af2765f77bbb3c2e1c3d3b25f467b382d8eccca3..d029527e1d1f0208e3fa7080b71d21272213e545 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <errno.h>
 #include <stdio.h>
index 3b96e6a484b3f7630d90688fd58437366f372004..c8ca4311539a0523e31aa8d4e31beb5cdf9a5d10 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifdef __linux__
 #include <libmnl/libmnl.h>
index 9cb9db277ef5f02cbccec3425239790238bac52d..9571ff98b674ef59f1a3808f5e84f912df4156e5 100644 (file)
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifndef IPC_H
 #define IPC_H
index 452c8fa2f77c32f9a03530b409fd2950a58ac4f7..d61df036ebd5bc0835b27f1f1e28023ba62dbace 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <errno.h>
 #include <resolv.h>
index 65f3ff6fb8365ed1dbd0c592c2bd9d69a6d7744f..236504be9ba1f7490f8720cf939a21cd7afebb51 100644 (file)
--- a/src/set.c
+++ b/src/set.c
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <stdio.h>
 #include <stdlib.h>
index a3105e1ed849f175982e98bf8153dbf75cfb1deb..4de6117e0b0d843892f2b097ba2e5d43e22b9c90 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <stddef.h>
 #include <stdio.h>
index 05a8e3e34d4ca030a45da5d7992dfe9d6e7f57a3..c7341520451e71a79d7c7c14293c52a8e5a3de4d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <arpa/inet.h>
 #include <inttypes.h>
index 75d78e04359819af50a39cdca39e8f4fcaa020a3..f04caa1eb9b7206b523a29cc06a63627c2ebe171 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <arpa/inet.h>
 #include <netinet/in.h>
index 8351f8f448e60aee422598d7e0c6796db041e357..5da0226ffcdd1fcaf53a11328ef2557bbe413ba5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifndef SUBCOMMANDS_H
 #define SUBCOMMANDS_H
index c6f3f7fd6e77f0f4c29a70b70864166f9caecdfc..139cc7190cac52f37d9b5e5fd70d74895f8ebb9a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #define _GNU_SOURCE
 #include <ctype.h>
index 825c0578d690e33035b929386cb3eb19ff79bf46..ee03f8d42ecb485ceb336f7c5e0b4177e2aa09c5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #ifndef TERMINAL_H
 #define TERMINAL_H
index ee19387c5579fdf3e94bb295931252b9fec1dd9c..616107e42c6cfc502d4c09edebd5f508ac07cc82 100644 (file)
--- a/src/wg.c
+++ b/src/wg.c
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
 
 #include <stddef.h>
 #include <stdio.h>