summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2017-01-04 23:21:22 +0100
committerChristian Pointner <equinox@anytun.org>2017-01-04 23:21:22 +0100
commitee4c2834a85b40e2c5c52b976757025b67e82553 (patch)
treec391998ac365b6efddaf609ae4cf3dc244bfc4dd /src
parentmerge changelog (diff)
updated copyright header
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/auth_algo.c2
-rw-r--r--src/auth_algo.h2
-rw-r--r--src/bsd/tun.c2
-rw-r--r--src/cipher.c2
-rw-r--r--src/cipher.h2
-rwxr-xr-xsrc/configure2
-rw-r--r--src/daemon.h2
-rw-r--r--src/datatypes.h2
-rw-r--r--src/encrypted_packet.c2
-rw-r--r--src/encrypted_packet.h2
-rw-r--r--src/init_crypt.h2
-rw-r--r--src/key_derivation.c2
-rw-r--r--src/key_derivation.h2
-rw-r--r--src/linux/tun.c2
-rw-r--r--src/log.c2
-rw-r--r--src/log.h2
-rw-r--r--src/log_targets.h2
-rw-r--r--src/options.c2
-rw-r--r--src/options.h2
-rw-r--r--src/plain_packet.c2
-rw-r--r--src/plain_packet.h2
-rw-r--r--src/seq_window.c2
-rw-r--r--src/seq_window.h2
-rw-r--r--src/sig_handler.c2
-rw-r--r--src/sig_handler.h2
-rw-r--r--src/string_list.c2
-rw-r--r--src/string_list.h2
-rw-r--r--src/sysexec.c2
-rw-r--r--src/sysexec.h2
-rw-r--r--src/tun.h2
-rw-r--r--src/tun_helper.h2
-rw-r--r--src/uanytun.c2
-rw-r--r--src/udp.c2
-rw-r--r--src/udp.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/src/Makefile b/src/Makefile
index a90a57f..bd83830 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,7 +15,7 @@
## tunneling and relaying of packets of any protocol.
##
##
-## Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+## Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
##
## This file is part of uAnytun.
##
diff --git a/src/auth_algo.c b/src/auth_algo.c
index 7cf7cb4..38ed4f5 100644
--- a/src/auth_algo.c
+++ b/src/auth_algo.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/auth_algo.h b/src/auth_algo.h
index 272f279..576d490 100644
--- a/src/auth_algo.h
+++ b/src/auth_algo.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/bsd/tun.c b/src/bsd/tun.c
index 2d433a5..91ef891 100644
--- a/src/bsd/tun.c
+++ b/src/bsd/tun.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/cipher.c b/src/cipher.c
index 8108d8a..8c73a2e 100644
--- a/src/cipher.c
+++ b/src/cipher.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/cipher.h b/src/cipher.h
index 13fc7d1..62508e2 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/configure b/src/configure
index b94fdf2..650b7c7 100755
--- a/src/configure
+++ b/src/configure
@@ -16,7 +16,7 @@
# tunneling and relaying of packets of any protocol.
#
#
-# Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+# Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
#
# This file is part of uAnytun.
#
diff --git a/src/daemon.h b/src/daemon.h
index 7fb77c2..f7b1bb4 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/datatypes.h b/src/datatypes.h
index 7f7f7a8..6402482 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/encrypted_packet.c b/src/encrypted_packet.c
index 83eb48a..9f739d5 100644
--- a/src/encrypted_packet.c
+++ b/src/encrypted_packet.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h
index 740df8a..c0eefe4 100644
--- a/src/encrypted_packet.h
+++ b/src/encrypted_packet.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/init_crypt.h b/src/init_crypt.h
index 6ea6cf2..0793d1f 100644
--- a/src/init_crypt.h
+++ b/src/init_crypt.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/key_derivation.c b/src/key_derivation.c
index 0b832e2..8f4994e 100644
--- a/src/key_derivation.c
+++ b/src/key_derivation.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/key_derivation.h b/src/key_derivation.h
index a8dd3f8..aa1c67c 100644
--- a/src/key_derivation.h
+++ b/src/key_derivation.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/linux/tun.c b/src/linux/tun.c
index fc7502c..2e3ccce 100644
--- a/src/linux/tun.c
+++ b/src/linux/tun.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log.c b/src/log.c
index 0bfafa3..337af9f 100644
--- a/src/log.c
+++ b/src/log.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log.h b/src/log.h
index 3d387c0..1b09676 100644
--- a/src/log.h
+++ b/src/log.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log_targets.h b/src/log_targets.h
index 40d3f68..b6b64c5 100644
--- a/src/log_targets.h
+++ b/src/log_targets.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/options.c b/src/options.c
index db85771..440c797 100644
--- a/src/options.c
+++ b/src/options.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/options.h b/src/options.h
index 9dc2f9f..1083c8f 100644
--- a/src/options.h
+++ b/src/options.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/plain_packet.c b/src/plain_packet.c
index 49e17de..8939e5c 100644
--- a/src/plain_packet.c
+++ b/src/plain_packet.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/plain_packet.h b/src/plain_packet.h
index 8dfc22e..8f5d603 100644
--- a/src/plain_packet.h
+++ b/src/plain_packet.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/seq_window.c b/src/seq_window.c
index ebe630b..246c374 100644
--- a/src/seq_window.c
+++ b/src/seq_window.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/seq_window.h b/src/seq_window.h
index 764517d..90693a1 100644
--- a/src/seq_window.h
+++ b/src/seq_window.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sig_handler.c b/src/sig_handler.c
index 7d817ad..0ad6a3b 100644
--- a/src/sig_handler.c
+++ b/src/sig_handler.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sig_handler.h b/src/sig_handler.h
index 2c3e215..9bb33a3 100644
--- a/src/sig_handler.h
+++ b/src/sig_handler.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/string_list.c b/src/string_list.c
index 521300c..24c128a 100644
--- a/src/string_list.c
+++ b/src/string_list.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/string_list.h b/src/string_list.h
index b66d5eb..ecc07fa 100644
--- a/src/string_list.h
+++ b/src/string_list.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sysexec.c b/src/sysexec.c
index 2f3d396..3f735aa 100644
--- a/src/sysexec.c
+++ b/src/sysexec.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sysexec.h b/src/sysexec.h
index c025360..92b8ddd 100644
--- a/src/sysexec.h
+++ b/src/sysexec.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/tun.h b/src/tun.h
index 1a3ca60..65005bb 100644
--- a/src/tun.h
+++ b/src/tun.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/tun_helper.h b/src/tun_helper.h
index 303af9f..69a49b3 100644
--- a/src/tun_helper.h
+++ b/src/tun_helper.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/uanytun.c b/src/uanytun.c
index 8494b0d..c95baae 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/udp.c b/src/udp.c
index c59197b..81afe74 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/udp.h b/src/udp.h
index 44f079a..ee60551 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2017 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*