summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 feccbaa..a90a57f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,7 +15,7 @@
## tunneling and relaying of packets of any protocol.
##
##
-## Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+## Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
##
## This file is part of uAnytun.
##
diff --git a/src/auth_algo.c b/src/auth_algo.c
index ac102c7..7cf7cb4 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/auth_algo.h b/src/auth_algo.h
index d1e5178..272f279 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/bsd/tun.c b/src/bsd/tun.c
index ceb54a1..2d433a5 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/cipher.c b/src/cipher.c
index f87e2cf..8108d8a 100644
--- a/src/cipher.c
+++ b/src/cipher.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/cipher.h b/src/cipher.h
index 570df8d..13fc7d1 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/configure b/src/configure
index 3b7b1b4..636a0c4 100755
--- a/src/configure
+++ b/src/configure
@@ -16,7 +16,7 @@
# tunneling and relaying of packets of any protocol.
#
#
-# Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+# Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
#
# This file is part of uAnytun.
#
diff --git a/src/daemon.h b/src/daemon.h
index 9a477a7..7fb77c2 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/datatypes.h b/src/datatypes.h
index 58434c8..7f7f7a8 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/encrypted_packet.c b/src/encrypted_packet.c
index 2d46f40..83eb48a 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h
index 3f66f12..740df8a 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/init_crypt.h b/src/init_crypt.h
index b0c6a49..6ea6cf2 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/key_derivation.c b/src/key_derivation.c
index f2d8548..0b832e2 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/key_derivation.h b/src/key_derivation.h
index 0f0942e..a8dd3f8 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/linux/tun.c b/src/linux/tun.c
index c77cea1..fc7502c 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log.c b/src/log.c
index b094d49..0bfafa3 100644
--- a/src/log.c
+++ b/src/log.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log.h b/src/log.h
index 9f89b4c..3d387c0 100644
--- a/src/log.h
+++ b/src/log.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log_targets.h b/src/log_targets.h
index a0a774b..40d3f68 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/options.c b/src/options.c
index 015a9a5..a70b39e 100644
--- a/src/options.c
+++ b/src/options.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/options.h b/src/options.h
index fa4d554..9dc2f9f 100644
--- a/src/options.h
+++ b/src/options.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/plain_packet.c b/src/plain_packet.c
index 868ebd8..49e17de 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/plain_packet.h b/src/plain_packet.h
index 5b79c39..8dfc22e 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/seq_window.c b/src/seq_window.c
index 2d225a4..ebe630b 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/seq_window.h b/src/seq_window.h
index 612c2d1..764517d 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sig_handler.c b/src/sig_handler.c
index f23d070..7d817ad 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sig_handler.h b/src/sig_handler.h
index fbb66b6..2c3e215 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/string_list.c b/src/string_list.c
index 97bc057..521300c 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/string_list.h b/src/string_list.h
index 03ca276..b66d5eb 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sysexec.c b/src/sysexec.c
index 814d5ff..2f3d396 100644
--- a/src/sysexec.c
+++ b/src/sysexec.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sysexec.h b/src/sysexec.h
index da6555e..c025360 100644
--- a/src/sysexec.h
+++ b/src/sysexec.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/tun.h b/src/tun.h
index fa6e689..1a3ca60 100644
--- a/src/tun.h
+++ b/src/tun.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/tun_helper.h b/src/tun_helper.h
index 15a1c81..303af9f 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-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/uanytun.c b/src/uanytun.c
index c5d6291..8494b0d 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/udp.c b/src/udp.c
index 568f738..c59197b 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/udp.h b/src/udp.h
index bb266b0..44f079a 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2014 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2016 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*