summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-02-11 10:20:51 +0000
committerChristian Pointner <equinox@anytun.org>2010-02-11 10:20:51 +0000
commit37ae80b21d9f8db4b3a5420862ef27c378f32624 (patch)
tree5e873bc2c2ab577e4a7e31f73a8608193a405f34
parentcleaned up manpage (diff)
updated copyright year
-rw-r--r--doc/Makefile2
-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
36 files changed, 36 insertions, 36 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 28ecb07..b5eecb8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -15,7 +15,7 @@
## tunneling and relaying of packets of any protocol.
##
##
-## Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+## Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
##
## This file is part of uAnytun.
##
diff --git a/src/Makefile b/src/Makefile
index 7ad7921..5ed36d9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,7 +15,7 @@
## tunneling and relaying of packets of any protocol.
##
##
-## Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+## Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
##
## This file is part of uAnytun.
##
diff --git a/src/auth_algo.c b/src/auth_algo.c
index 69d4ec0..b148946 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/auth_algo.h b/src/auth_algo.h
index 1f08a3f..1007955 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/bsd/tun.c b/src/bsd/tun.c
index 46c7c1c..a995c35 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/cipher.c b/src/cipher.c
index a91facb..8913f64 100644
--- a/src/cipher.c
+++ b/src/cipher.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/cipher.h b/src/cipher.h
index d65c761..e33d815 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/configure b/src/configure
index 792621f..ee80582 100755
--- a/src/configure
+++ b/src/configure
@@ -16,7 +16,7 @@
# tunneling and relaying of packets of any protocol.
#
#
-# Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+# Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
#
# This file is part of uAnytun.
#
diff --git a/src/daemon.h b/src/daemon.h
index 0c57a8c..04a4d4f 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/datatypes.h b/src/datatypes.h
index ae57112..0105062 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/encrypted_packet.c b/src/encrypted_packet.c
index c6db3d8..12f04ef 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h
index f654b2c..4afe323 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/init_crypt.h b/src/init_crypt.h
index 24077db..2461a54 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/key_derivation.c b/src/key_derivation.c
index 7e98416..a01695b 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/key_derivation.h b/src/key_derivation.h
index 7f75685..d037157 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/linux/tun.c b/src/linux/tun.c
index 10037ea..85cdc01 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log.c b/src/log.c
index 43a0a5a..ae323e9 100644
--- a/src/log.c
+++ b/src/log.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log.h b/src/log.h
index 2717622..17de487 100644
--- a/src/log.h
+++ b/src/log.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/log_targets.h b/src/log_targets.h
index 8db3812..4a19d8e 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/options.c b/src/options.c
index e0dd9f7..331a3c3 100644
--- a/src/options.c
+++ b/src/options.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/options.h b/src/options.h
index 70d9a80..ccc5044 100644
--- a/src/options.h
+++ b/src/options.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/plain_packet.c b/src/plain_packet.c
index 6995d42..29ba5fe 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/plain_packet.h b/src/plain_packet.h
index 6f1b385..0dc62b7 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/seq_window.c b/src/seq_window.c
index a855f68..0f58adb 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/seq_window.h b/src/seq_window.h
index 385cbdb..b699ee9 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sig_handler.c b/src/sig_handler.c
index 56cab15..bed72ba 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sig_handler.h b/src/sig_handler.h
index 1995e1a..8219618 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/string_list.c b/src/string_list.c
index a4f4ab8..5e0ddf8 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/string_list.h b/src/string_list.h
index cd054cb..9e210ae 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sysexec.c b/src/sysexec.c
index 2cea52e..6e4e821 100644
--- a/src/sysexec.c
+++ b/src/sysexec.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/sysexec.h b/src/sysexec.h
index 0aabde1..faed8eb 100644
--- a/src/sysexec.h
+++ b/src/sysexec.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/tun.h b/src/tun.h
index b74e0b1..230b88d 100644
--- a/src/tun.h
+++ b/src/tun.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/tun_helper.h b/src/tun_helper.h
index bd9b438..9d55267 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-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/uanytun.c b/src/uanytun.c
index 0227aab..53acbaf 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/udp.c b/src/udp.c
index aadf595..3e1def6 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*
diff --git a/src/udp.h b/src/udp.h
index 6abdca1..edf0160 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -15,7 +15,7 @@
* tunneling and relaying of packets of any protocol.
*
*
- * Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+ * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
*
* This file is part of uAnytun.
*