]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Update copyright to 2009.
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 30 May 2009 21:38:49 +0000 (21:38 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 30 May 2009 21:38:49 +0000 (21:38 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4477 e7ae566f-a301-0410-adde-c780ea21d3b5

157 files changed:
COPYING
ChangeLog
INSTALL
Makefile.am
PORTS
README
basic.h
buffer.c
buffer.h
circ_list.h
common.h
config-win32.h.in
configure.ac
contrib/pull-resolv-conf/client.down
contrib/pull-resolv-conf/client.up
crypto.c
crypto.h
dhcp.c
dhcp.h
easy-rsa/2.0/pkitool
errlevel.h
error.c
error.h
event.c
event.h
fdmisc.c
fdmisc.h
forward-inline.h
forward.c
forward.h
fragment.c
fragment.h
gremlin.c
gremlin.h
helper.c
helper.h
images/Makefile.am
init.c
init.h
install-win32/Makefile.am
install-win32/openvpn.nsi
integer.h
interval.c
interval.h
list.c
list.h
lzo.c
lzo.h
manage.c
manage.h
mbuf.c
mbuf.h
memcmp.c
memdbg.h
misc.c
misc.h
mroute.c
mroute.h
mss.c
mss.h
mtcp.c
mtcp.h
mtu.c
mtu.h
mudp.c
mudp.h
multi.c
multi.h
occ-inline.h
occ.c
occ.h
openvpn-plugin.h
openvpn.8
openvpn.c
openvpn.h
options.c
options.h
otime.c
otime.h
packet_id.c
packet_id.h
perf.c
perf.h
pf-inline.h
pf.c
pf.h
ping-inline.h
ping.c
ping.h
pkcs11.c
pkcs11.h
plugin.c
plugin.h
plugin/auth-pam/auth-pam.c
plugin/defer/simple.c
plugin/down-root/down-root.c
plugin/examples/log.c
plugin/examples/simple.c
pool.c
pool.h
proto.c
proto.h
proxy.c
proxy.h
ps.c
ps.h
push.c
push.h
reliable.c
reliable.h
route.c
route.h
schedule.c
schedule.h
service-win32/Makefile.am
service-win32/openvpnserv.c
session_id.c
session_id.h
shaper.c
shaper.h
sig.c
sig.h
socket.c
socket.h
socks.c
socks.h
ssl.c
ssl.h
status.c
status.h
syshead.h
tap-win32/common.h
tap-win32/constants.h
tap-win32/dhcp.c
tap-win32/dhcp.h
tap-win32/endian.h
tap-win32/error.c
tap-win32/error.h
tap-win32/hexdump.c
tap-win32/hexdump.h
tap-win32/i386/OemWin2k.inf.in
tap-win32/instance.c
tap-win32/lock.h
tap-win32/macinfo.c
tap-win32/macinfo.h
tap-win32/mem.c
tap-win32/proto.h
tap-win32/prototypes.h
tap-win32/resource.rc
tap-win32/tapdrvr.c
tap-win32/types.h
thread.c
thread.h
tun.c
tun.h
win32.c
win32.h

diff --git a/COPYING b/COPYING
index 7be27cad9dfd0d717107cd1e73c7af55626c67cd..21b13cdc88375511b2a023b8305aa2e36d291234 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
 OpenVPN (TM) -- An Open Source VPN daemon
 
-Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
 This distribution contains multiple components, some
 of which fall under different licenses.  By using OpenVPN
@@ -52,7 +52,7 @@ TAP-Win32/TAP-Win64 Driver license:
   Damion K. Wilson.
 
   The source and object code of the TAP-Win32/TAP-Win64 driver
-  is Copyright (C) 2002-2008 OpenVPN Technologies, Inc., and is released under
+  is Copyright (C) 2002-2009 OpenVPN Technologies, Inc., and is released under
   the GPL version 2 (see below), however due to the extra costs of
   supporting Windows Vista, OpenVPN Technologies, Inc. reserves the right to
   change the terms of the TAP-Win32/TAP-Win64 license for versions 9.1
index 4d5faf9efa3a6b4949092605c22b74628db01382..da099611e3d7d8d934a3ccee207270d4a120614c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 OpenVPN
-Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
 $Id$
 
diff --git a/INSTALL b/INSTALL
index 8568ce04ee28c7dd152dc3fb72e713fd2e39709e..ea1124abc0e68243aa7cf9b4fb08775f3fe0daae 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
 Installation instructions for OpenVPN, a Secure Tunneling Daemon
 
-Copyright (C) 2002-2008 OpenVPN Technologies, Inc. This program is free software;
+Copyright (C) 2002-2009 OpenVPN Technologies, Inc. This program is free software;
 you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2
 as published by the Free Software Foundation.
index 5fc40937c59525d1411d0c788e7142ef64f508fc..5d90b838a26955f92f9c1811477edc713491b9d5 100644 (file)
@@ -5,7 +5,7 @@
 #             packet encryption, packet authentication, and
 #             packet compression.
 #
-#  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+#  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 2
diff --git a/PORTS b/PORTS
index 64bc5a1d7c1cbf6fc711e362e41c276e73001909..5a1497eba4b5f5dbbb0f9b04823ad73d43e1f1b1 100644 (file)
--- a/PORTS
+++ b/PORTS
@@ -1,5 +1,5 @@
 OpenVPN
-Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
   OpenVPN has been written to try to avoid features
   that are not standardized well across different
diff --git a/README b/README
index 4dfd6b7b1caf30615b367ffcba5d4bf684d54d9c..f0e7a3e478925b0e540faf14b77faee03978b56b 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 OpenVPN -- A Secure tunneling daemon
 
-Copyright (C) 2002-2008 OpenVPN Technologies, Inc. This program is free software;
+Copyright (C) 2002-2009 OpenVPN Technologies, Inc. This program is free software;
 you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2
 as published by the Free Software Foundation.
diff --git a/basic.h b/basic.h
index ef078a72ed1bde67318d47f158f6e0e7d394ef1b..6d8a8adb065507b473f56ea916e1d5b68f849037 100644 (file)
--- a/basic.h
+++ b/basic.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index e0c95041afbabf9be81d04fd28811c37b96a2707..15ab7764013cde0996dd9bb29ef00763199d48dd 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 7872c3740b1a57ce0bfb4cd2410dd56e6a3efe21..91b3cc6aad5aed59a99419bdb9cd0a3730e516e8 100644 (file)
--- a/buffer.h
+++ b/buffer.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index c3077bca7ec00759f6cb7f9a47a39f5010f73176..2b8305fdddad1ecf16f0c38c4195da9545e79559 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 69cae4ca087ca62b4bdb481fab03eeac8f90a080..03a8d50d7d8ec8955944b39180273ae7e5611d00 100644 (file)
--- a/common.h
+++ b/common.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 7a0119d739b63f233ebd8104ee028e4894e1a992..6f699bbb7e3257f97d2c081e36616413e8bb6f51 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index bbc538a97cc3531e3a5396795de5cfe91adbd0b4..bf883b212f6db651159222bddc60da4ea5c88a93 100644 (file)
@@ -4,7 +4,7 @@ dnl             session authentication and key exchange,
 dnl             packet encryption, packet authentication, and
 dnl             packet compression.
 dnl
-dnl  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+dnl  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 dnl
 dnl  This program is free software; you can redistribute it and/or modify
 dnl  it under the terms of the GNU General Public License as published by
index 3195e8baf4ac17b0b9c76c5a442b1f8bbdb6e05a..c3f35e701c26736d37881856cfaded0b3247c286 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright (c) 2005-2008 OpenVPN Technologies, Inc.
+# Copyright (c) 2005-2009 OpenVPN Technologies, Inc.
 # Licensed under the GPL version 2
 
 # First version by Jesse Adelman
index b411ecb46f9d05c61e8093efbe65e517d405e7fc..6ce7b57809a14e7613f9db7d92d27adf0e3079e1 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright (c) 2005-2008 OpenVPN Technologies, Inc.
+# Copyright (c) 2005-2009 OpenVPN Technologies, Inc.
 # Licensed under the GPL version 2
 
 # First version by Jesse Adelman
index c9d6cdfdca54b20048bc20073e55a071abd0ddcd..10c0beedfe7ff79f7b65f06db4d4ba7d2d7e63f6 100644 (file)
--- a/crypto.c
+++ b/crypto.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 9a677d0fc6b7e1a8cb72fcc2cfcee40d52e6d364..f0b49bbd086343ff2bd8999e4a7cf423cdbc61d5 100644 (file)
--- a/crypto.h
+++ b/crypto.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/dhcp.c b/dhcp.c
index a2462dadbd3f3e082abad23f8664c142ad23e9d7..495e187c92e4a86d017c0ed149006ace48873881 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/dhcp.h b/dhcp.h
index 1ecc9a4936eedc67281dd6056cebac669de8d802..4cd64ef4fe30d13dc44a84b74fdd2bcefc205fc8 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 7df760f06732541939ea5686f7be8eab15b6c4b1..1dffcdd4a37311f33d45032da78ce4f683048ce5 100755 (executable)
@@ -6,7 +6,7 @@
 #             packet encryption, packet authentication, and
 #             packet compression.
 #
-#  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+#  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 2
index ed645160c447ec7454961cf544fd2e88d31ab5e9..a092d3f494c59ea48d509bb038c65fa87febf1dd 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/error.c b/error.c
index 6314de4af905b612245a707802534edfd1d6dd56..1d6ed628c74c92b8bd4d1151d7e5eb3eb9d12c44 100644 (file)
--- a/error.c
+++ b/error.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/error.h b/error.h
index 143b73ac66bb7e39b51ff55995b0dc82bc66099e..368aa623d51605793a3872549cf3d6701d8fe273 100644 (file)
--- a/error.h
+++ b/error.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/event.c b/event.c
index 9fbf9c8a063527c293575e9c30e8d7ac3621c217..32b1c2330ee561ae0a0178d930bcd30f4eca7954 100644 (file)
--- a/event.c
+++ b/event.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/event.h b/event.h
index 5ec081880b583d1380787bc09be6464f73d32c36..a5698c5c14940bc20014753f1dec4f392a42d8fd 100644 (file)
--- a/event.h
+++ b/event.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 450a9d01c37f3953035822b7124f60b5600c4f0a..b279fd4b464c0eb36fdb8c511a0dcc1dda984ef3 100644 (file)
--- a/fdmisc.c
+++ b/fdmisc.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index b24b27d671632e67409a1d77b4a787ac54c570ea..aa03392650299dad87d835a216b4dfff71195dea 100644 (file)
--- a/fdmisc.h
+++ b/fdmisc.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 1ac0d10ac2e1e45ddb7d7708b60a92669b8c680f..c87996d02dd6e3f587522fe208b24556a45e95b5 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index fd1b8cfbae8cdcb64d7a7031095d72df1d345723..e4063d21b94a265d08a233487988ba27341f7b15 100644 (file)
--- a/forward.c
+++ b/forward.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 48a67df2ff58e1bc292a57a2deb6b5e6b44a7580..8361f5b098d509ebd18dedef308678c9ca9a786e 100644 (file)
--- a/forward.h
+++ b/forward.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 847fa8156e366f66c23851f1186861bb094285da..891ff15b962ea075f628c94a7d0e5353c1866187 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index d3c64bdbb33209b4eba0cbf52f89b340354c8e64..675a427b8f560c18675071fe7c1ff2f92237b7a3 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index d08ec9521e11e6322ca094343beaed2735121188..37f32f765d9709f7c48f449c63bec7e8dabcee8f 100644 (file)
--- a/gremlin.c
+++ b/gremlin.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 023c3acab38016d29751d431d2dd3c5ccc83d7a8..ca234d9a44465c585477450d94c4602e511d0b35 100644 (file)
--- a/gremlin.h
+++ b/gremlin.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 034f87f21522d7f259c81ff3a9e5dcc50c45d652..43b64b48dd5729cb8cb1742b420849a2be269f49 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 52a3a40c1ee581d0fc7924902bc1fbc01e9587e9..ec164dece54d379f3651f6267884ed2049bf08b1 100644 (file)
--- a/helper.h
+++ b/helper.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 40519305531d07dafd13a9c993f19971670a33e5..adaed572a591c215693fd509b79602983fa9cc2b 100644 (file)
@@ -5,7 +5,7 @@
 #             packet encryption, packet authentication, and
 #             packet compression.
 #
-#  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+#  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 2
diff --git a/init.c b/init.c
index 959cec2fa9c7fc9b54eb14657de020b6222ae6d9..215302ff7488fc0aede897ed6c607648d863a7e7 100644 (file)
--- a/init.c
+++ b/init.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/init.h b/init.h
index c93ef7f3cb96d61515d287f24421824bf8296215..d2c10f44b4794c5aea89327da03ecaa6eadbf765 100644 (file)
--- a/init.h
+++ b/init.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 8f0975b2ae6f2c874553e6d055b37e7bfd81ef6b..784f8089d0e06ff36aad54788020b33b1bf5262c 100644 (file)
@@ -5,7 +5,7 @@
 #             packet encryption, packet authentication, and
 #             packet compression.
 #
-#  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+#  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 2
index 10e52912c79224587b677cb5dad1c4a36d6efa1a..bd0298b06d64459d176083b2c87f23058c63e52d 100755 (executable)
@@ -1,5 +1,5 @@
 ; ****************************************************************************
-; * Copyright (C) 2002-2008 OpenVPN Technologies, Inc.                            *
+; * Copyright (C) 2002-2009 OpenVPN Technologies, Inc.                            *
 ; *  This program is free software; you can redistribute it and/or modify    *
 ; *  it under the terms of the GNU General Public License version 2          *
 ; *  as published by the Free Software Foundation.                           *
index 83efbb07cb81fed235d61cce347db0d6f6098197..43ae64acff3b9b11aed34e3272d34fe2d4371f8d 100644 (file)
--- a/integer.h
+++ b/integer.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index b1632c695c381420016956fb98fa311e77d536e9..fcda4b7255feb14cc73d5bc38e7ccb1643a778cc 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 26cb22fc9b5c8c9f183486470c01083389539a78..afba9480f161a167aa8d0a3c5c0d73da9e934b25 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/list.c b/list.c
index 840e5000adb0f38c8d8c4591e9a30a47058b6c44..7e57782a8f29251acdf4056c6d8764bf41a6c370 100644 (file)
--- a/list.c
+++ b/list.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/list.h b/list.h
index a3949a5b4014b751438f4ddbe1c4ee093aedf9eb..3f4a9317a1799f9fa490c068fb3058b8cb14f0de 100644 (file)
--- a/list.h
+++ b/list.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/lzo.c b/lzo.c
index e1048f503c4564a266de7ac23a362c605630bc4d..a371573b71f336952b3e0a58f4fd673469fe2ce2 100644 (file)
--- a/lzo.c
+++ b/lzo.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/lzo.h b/lzo.h
index b031ea484de713920ab5cfe38f14ed75158b6e73..b010f50236747c172aa95d0310673dcc9c7906a1 100644 (file)
--- a/lzo.h
+++ b/lzo.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 11038e86bcce5140ac0901530cfc12e283498808..79141fbde1526795f6b9a6bc2c51892cf4e5b3e2 100644 (file)
--- a/manage.c
+++ b/manage.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 9114184eace50b39cfd2821ecc619640bc56900a..23c1fbc7533011934cb5058c4b8e0cd315fd71da 100644 (file)
--- a/manage.h
+++ b/manage.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mbuf.c b/mbuf.c
index e67e4c889e168a1b2fb393b68310428b174207b5..55960b3e518915284c754742c8389ee93dc41bbd 100644 (file)
--- a/mbuf.c
+++ b/mbuf.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mbuf.h b/mbuf.h
index 24f4921b1ee39b2d8b1e88813562c6a08e254e3a..21435f87c2b71b5d771059a6f06bdcebbbbba653 100644 (file)
--- a/mbuf.h
+++ b/mbuf.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 81db72278b1c4d45c051999d48ee2e5b9c059662..fc39d1cab96c633d1afeba766b804bffba897396 100644 (file)
--- a/memcmp.c
+++ b/memcmp.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 51ec5c20ee48e112729e6a9612184d1820e1054f..a9ff95916af0df43f6edcfd056c8602fb7027cbc 100644 (file)
--- a/memdbg.h
+++ b/memdbg.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/misc.c b/misc.c
index b57e83a1f0d3ec2a314aecb2b838a1e0ef3cb85f..d9735bc114f3b9133070b8a9d410d8fe401dada9 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/misc.h b/misc.h
index d96d1719ef3473ee09808af4297eb4dbee4977ed..8bc1e8f848c90140df28d1d57a7f0d117186892f 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 9664a0ee64f862647d95e7cadd12df6125bf31d5..9d8fa664feff6e0fb49603517b7c7272a938a938 100644 (file)
--- a/mroute.c
+++ b/mroute.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 98a75336b73cf40c51385c311356124ec9b722ee..9b9087dd6f4d67866de4d51ecee0c7c2398ea73e 100644 (file)
--- a/mroute.h
+++ b/mroute.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mss.c b/mss.c
index e9a6412be8966a5c908af00b96f9f92afb345b56..900c781435d144c19398a78dcf729ff53f55322e 100644 (file)
--- a/mss.c
+++ b/mss.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mss.h b/mss.h
index c23461db652146e4188676f1647aaca11573fb1e..3604929d5da398f4f72c8ef085fda24a598d34cc 100644 (file)
--- a/mss.h
+++ b/mss.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mtcp.c b/mtcp.c
index c974146e0d7ab1d689a1688df6152f05c56cbeba..72c9618e45b2cf81ccd28f09e8e1e25262e4ff25 100644 (file)
--- a/mtcp.c
+++ b/mtcp.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mtcp.h b/mtcp.h
index 2981a57ba2647b7f865bc39662454b9d443b8dfa..5704171f2196ac85ef647796dcd495ec255608cc 100644 (file)
--- a/mtcp.h
+++ b/mtcp.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mtu.c b/mtu.c
index cf8fd0f38da4ea648c87f68143073f1e5c13cba0..91c55d8fb7790f8c8b01dc063a89f539198a79fb 100644 (file)
--- a/mtu.c
+++ b/mtu.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mtu.h b/mtu.h
index d0dada3b1f82bc1885b7f515cfb3a86e1bcc0c0d..6079bf8a33f12a9545ad91c0a10d00a1d2674cce 100644 (file)
--- a/mtu.h
+++ b/mtu.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mudp.c b/mudp.c
index ac3c21d664390e59d40ee6a6cd60ebbf8a7a6e5a..815ed1c87b56f845469ca0fa8300fd3e2c9ac13a 100644 (file)
--- a/mudp.c
+++ b/mudp.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/mudp.h b/mudp.h
index c9aedbb7b01e7b6b31e97333c60b2ac04513ef92..8525961f05b4ca1bdb08c2a8311f9f1036aefbe5 100644 (file)
--- a/mudp.h
+++ b/mudp.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/multi.c b/multi.c
index ea6ae93b38b2565a2d9fd1e7fa1c29dc653b799a..f62563c3da87841bc862a58f4ed614670b0c2db1 100644 (file)
--- a/multi.c
+++ b/multi.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/multi.h b/multi.h
index 55119d686c02c2bdd0b0469bba09266fb8cc8161..ad26c12731fa1ddee3c61d4073a5a70114944515 100644 (file)
--- a/multi.h
+++ b/multi.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index c18edf2b35d72a1c9c98320913b050a6812c8a07..ff4dfdf90fc1bf7968ac77f1a11d34648107aada 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/occ.c b/occ.c
index 43197c5bf3b5510052cf06fe7dba20d024041380..468067bcd0307e33e465f36a064dd08335f725e9 100644 (file)
--- a/occ.c
+++ b/occ.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/occ.h b/occ.h
index 3e4c6123edcb4325ca6b318c65d379878ca28b29..4b47b0399f9bd79e21165637fbe1ef7a40afc723 100644 (file)
--- a/occ.h
+++ b/occ.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 43982a9afd25fd441125dc0ab6ce381d448d3b78..ac683f2f80e053cccbac4c9153bb1888d174d65a 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 1a860c8eca385b37d5edbed11300247ed3383bca..9f31f204d944bd824356eebfc05a1e2268fdcb19 100644 (file)
--- a/openvpn.8
+++ b/openvpn.8
@@ -4,7 +4,7 @@
 .\"             packet encryption, packet authentication, and
 .\"             packet compression.
 .\"
-.\"  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+.\"  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 .\"
 .\"  This program is free software; you can redistribute it and/or modify
 .\"  it under the terms of the GNU General Public License version 2
@@ -5774,7 +5774,7 @@ For more information on the LZO real-time compression library see
 .I http://www.oberhumer.com/opensource/lzo/
 .\"*********************************************************
 .SH COPYRIGHT
-Copyright (C) 2002-2008 OpenVPN Technologies, Inc. This program is free software;
+Copyright (C) 2002-2009 OpenVPN Technologies, Inc. This program is free software;
 you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2
 as published by the Free Software Foundation.
index 1adfb861d9158c2560c05d95e846216b82399bdf..451fbe41597adc90f5dd7e7115d18d4b45605ac5 100644 (file)
--- a/openvpn.c
+++ b/openvpn.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 416f5d70f87e619c7031145e26bfbce7b8aa2722..d7e8c5645c7c717294b09d2c8c8eeda68bf0c852 100644 (file)
--- a/openvpn.h
+++ b/openvpn.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 7687ec0b99b189f6c26df59a1f42fea84f187db6..a83c6a2e1018c4b70a3404627a2bba4c5e997ebd 100644 (file)
--- a/options.c
+++ b/options.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
@@ -2729,7 +2729,7 @@ usage_version (void)
 {
   msg (M_INFO|M_NOPREFIX, "%s", title_string);
   msg (M_INFO|M_NOPREFIX, "Developed by James Yonan");
-  msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>");
+  msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>");
   openvpn_exit (OPENVPN_EXIT_STATUS_USAGE); /* exit point */
 }
 
index 9cdebef84d6e34db962939c2768294145333df8b..5b4ad8c8d4dde6b77cfa5bb2c90cbda5e329715d 100644 (file)
--- a/options.h
+++ b/options.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/otime.c b/otime.c
index 9e03ed4ebe3e7c75436085e52a86cb31010c73ad..cba953d8f35737e3b15e83848a7db9d14f5d8670 100644 (file)
--- a/otime.c
+++ b/otime.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/otime.h b/otime.h
index 0bccd218186cb68e8bd63f076df3ee8541edff52..3c0692266a4dca65ad46fbca6b1600943d41936c 100644 (file)
--- a/otime.h
+++ b/otime.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 3e85b1399a36b2741e984c9f3ca241e117187bd7..6ccb3111f6f21c207105e8ae456eb32786a2fce8 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 23c0c805adf3992679974df70b7f271102c4f33d..acb082a5b4ca372e8791f4189122a17ff59412db 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/perf.c b/perf.c
index 4e7c1fed2d4ae5326b511565a228fe0d3f66c659..9af680fa22d6b1f45bc28a4edbe472d5a2781218 100644 (file)
--- a/perf.c
+++ b/perf.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/perf.h b/perf.h
index 0b9b95217cae621c335185f1a3f3be06bf41537f..5666a87a1eebc62d6bbf7cea5751be13fc72d9ad 100644 (file)
--- a/perf.h
+++ b/perf.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 610fab62b492404bc400c215e5339552e55991c4..72ce435037a6f21d78444b6553f4b04daf9e2724 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/pf.c b/pf.c
index 471ddbad56d58a130154ecb99afb6ba507cb94d9..027eb695f67eb9fedf4ac2fe8bbd09da2d1fd40a 100644 (file)
--- a/pf.c
+++ b/pf.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/pf.h b/pf.h
index 48a3331d2f6346e5b90e4acf6b6a214925c2cefe..bbf77c1188094bafdff847a8d4911dcec1eeeb0d 100644 (file)
--- a/pf.h
+++ b/pf.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index e50153ae372bfebcdaa7103054384ca88153bcb4..6aace91be3ed5f4da8bd40478e502313399207df 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/ping.c b/ping.c
index 17e5a14f1eafe19d305b0d8e66f5d3c7eda752b9..9692c1affd5604968a6f17f347ff91fc4fd6ad50 100644 (file)
--- a/ping.c
+++ b/ping.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/ping.h b/ping.h
index 5a097a16d1e99dcefde8c82bf7847ee44c9200f0..f7888096712719683dfb67dea1b11a5ef3744623 100644 (file)
--- a/ping.h
+++ b/ping.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 97ee7a65b581cc691dbd7980928c813135392458..e06a2ed7dbc321ba2b89d040af43d074496e5578 100644 (file)
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 8dfc18798b7b876c1dbc92eca55a1f38906c636d..48106bb9567710621adfa45011a39ae48772443e 100644 (file)
--- a/pkcs11.h
+++ b/pkcs11.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index ff570857a54efeeb08a43cff1634d3c6c3919fac..d04c01d376376a980a4f02a3b79145775f32c52d 100644 (file)
--- a/plugin.c
+++ b/plugin.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index bc0b75b9a9563bc5e852b9a9a3c1e10e859c7a22..02da0001a8277b3805f3bf9fdcb75798ceb3a44d 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 72ffa3c6bfaa90daac05d9edbcc0ff45a9e23ecc..52c62db4220405b57983ef7e27b2d13d04959c62 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 5509c59e5f6aa6763513154b6502b6ba3c731509..4ee9b7369e37bf7b7e85a85586d32e329b03f114 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index e3b92f19415ea70d38ddfe02135a47eb22890f7c..5e0c002eb324c9e468570be98b174241b5ea6d47 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 6cdb351f36f2fc41af4deccaf0ee61383e601b62..9304af751f7c4b3ca7929746247d13f8af26cea9 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 24a18214fc63314ac83d3e8dbe98404c213292ec..44da53efe13e6877c15be147f7992d1b71db7451 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/pool.c b/pool.c
index 16bde1be684c581efd134c67687e66de04b3835c..5600083421152f99ff422366f2a5a5d9c2da75fb 100644 (file)
--- a/pool.c
+++ b/pool.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/pool.h b/pool.h
index 1d8ab69fe3df15379746d487db8e8930b6a7f56c..10cf670cd47aebe6fa49df11512e19c253d3b177 100644 (file)
--- a/pool.h
+++ b/pool.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/proto.c b/proto.c
index 58e5775069e64c15bd66486d188a4408cab6ddbe..72a3c6b8d0d662b6011212cb296f3cd554de6598 100644 (file)
--- a/proto.c
+++ b/proto.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/proto.h b/proto.h
index 443d4575d7c12209a01250f656fe3e36cf0809db..f26fc8c3603dfc5fee69045d69680700f4545ad4 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/proxy.c b/proxy.c
index 5ec548fc6afffd845ed0ff7314c88350de084d37..6e5a30a0375977c450a596fc7f8a85f3ce1dbd8f 100644 (file)
--- a/proxy.c
+++ b/proxy.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/proxy.h b/proxy.h
index 4650c512be654a366d877eaa9d5b284b48c9ada5..3f30eefc14a43f159058ea2ceaf30e25442bc7c6 100644 (file)
--- a/proxy.h
+++ b/proxy.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/ps.c b/ps.c
index f4290a53ca814346da556abc235c9203656d6bc9..003fb45eaff41bc585e3e213d4c6c9cac9e5481f 100644 (file)
--- a/ps.c
+++ b/ps.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/ps.h b/ps.h
index 604730698ff2f57ba2d91fdde84c1c74e58a8688..89578ddc4a35c31c4c3c9ea1450d121c558d2be5 100644 (file)
--- a/ps.h
+++ b/ps.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/push.c b/push.c
index 43737447c162424d8e7a1d216c735db9fbd8a073..cbc3c10ec3da6cdc9188fdeb8f486145df449d33 100644 (file)
--- a/push.c
+++ b/push.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/push.h b/push.h
index 39116bc758e1f75837b20d38dc128fc14f6deb3c..30ecb6a3f73d5026009ce193d1b19b0257d956b6 100644 (file)
--- a/push.h
+++ b/push.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 0f43cdce3ff0f5f01870e5247ad219632ac07401..a41f2bf120c20085588a67df29149fd5594aca46 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 7216ec68a80b1d7cb385dd1789c2e3708ac990a6..6a62c3a7326225999e43576f2997442cb8b2f005 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/route.c b/route.c
index 8eccbc100d80a815ecf3f601fcd3615b8acd211a..f7ec601addf12bb9d8c2f0e3c155c54a73885f3c 100644 (file)
--- a/route.c
+++ b/route.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/route.h b/route.h
index a2654a2092b58ac1c76119e48db803bf37d8009d..d8278012b02a07a1e78f037ab1bb868ceeb0ef43 100644 (file)
--- a/route.h
+++ b/route.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 38e92716af1f3e8a3f41f52aced8a710b498ef2f..724613e43b890fdce06f5b17a86b65f9f0eec13c 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 1d0a7ee5586679aff837a16d81530ca2254e3e37..e2a5e0dc5c6107406bbcb5ee09c895608668b30d 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index c8d6c84db9f26d3742fafed6154b03c42d74ef32..a59369d4860e19d51d3af17bf026b8d6ab0cf256 100644 (file)
@@ -5,7 +5,7 @@
 #             packet encryption, packet authentication, and
 #             packet compression.
 #
-#  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+#  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License version 2
index d718b3a0af2373165533da2ce0d6732e915de4d0..e18920392a20a79f7ebb0debdd1a3d74e126950f 100755 (executable)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 3875479c92a13f773aef940b812ca9183729182c..25523640e2593ce0995ce82bb7e5c896605e6e3d 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 7015ee3f0c9f56b66147043bd0684ae3f3e12442..0560e9c450ebbbb3890f2ce6899252b3ee66bcbb 100644 (file)
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index d5ef3bcce81aec4ae6b712e04487bc24c585f528..762933de96db315167c29d4a9e3c8183b4ca9267 100644 (file)
--- a/shaper.c
+++ b/shaper.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 8ffaee406ee875c9e7d53649f28fb22413fd61ab..9f3693ddc79f150b8fddd8c6276bbfdd3ebae1ba 100644 (file)
--- a/shaper.h
+++ b/shaper.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/sig.c b/sig.c
index 070ac28c221c2c817fc2ef0b0e3d8b36fce4271d..4dd6b09208520e891dfa1e7110a88a259b997625 100644 (file)
--- a/sig.c
+++ b/sig.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/sig.h b/sig.h
index 5324896d1d2b0af724d17d77166a4d904c661d07..1cbad1b439715aaf108aa2b21bff5d7a3f0c2833 100644 (file)
--- a/sig.h
+++ b/sig.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index dacb2c47b6b9f12a2e5a5be7b89a4a533be0c597..f3407bb6473678b2fb8f93951e0394439f8696df 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 84d9b4f61c9046547f855cf6ccfcaba1972445a4..e412f032b3c0c5ff07af8db1e50997c586139854 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/socks.c b/socks.c
index c375f7dc6df7f86e39bd21171a7883dcb7e08b4d..60d2b92abdefd25d1f694c5a26e84a1fcce667bf 100644 (file)
--- a/socks.c
+++ b/socks.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/socks.h b/socks.h
index 2285fafe8f7af880746d9431bf9ca9ddcdea99e6..3c60a5b0b4bc6822492d9127368ac8ee734e6e75 100644 (file)
--- a/socks.h
+++ b/socks.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/ssl.c b/ssl.c
index 292a554a329704827b3c4cbf2a271374a0a0f1bb..687c3f3dd2301ff89fdf7574e28aa942b235c9df 100644 (file)
--- a/ssl.c
+++ b/ssl.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/ssl.h b/ssl.h
index dabe6f8edce018397e3f02e0918cbb96ab903406..7d4404baf2d72d1541727ceb06b9c1c0607997ca 100644 (file)
--- a/ssl.h
+++ b/ssl.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 1b8081050fa2fe30c5161e76bbf9052ed1744532..9834f1e24967fb82cea153fb4f999ef4f7694e3c 100644 (file)
--- a/status.c
+++ b/status.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index e126645ea0c4eadb4c46e58a9e053f51fe46d526..1ae1734a2aad4bc6f7a142463129956ba2b8ca03 100644 (file)
--- a/status.h
+++ b/status.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 08ff819decd645135aa8cc5fdc5e8ccc618f79dd..6d9d5f8cb2483d5257b5c6a71a60efcd35cbe059 100644 (file)
--- a/syshead.h
+++ b/syshead.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 1e6eee6a062fca77a282eab46d232c8ad127fdb7..b7c115762ce35bcbe078b1095d1ea2a449cf4d69 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 5654a5414c45cee5f726b75856af0149ba3f443d..b6a3d566260f4fa2e2fad356c184f9c97c5708fa 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index f12e029f1fbc98162887fee233a73b1d80dbe351..47e299595228cc6a5a0489114e3fa28f22aea3d4 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index dd30ae4939d2605f5995772d4429bb61dbcb149b..8f40f540048e5bffac0a36b09e329ab63b923735 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 0d0e757b08a104f454a81f9dc6c3bcf6e023d5cb..ef9376bc4b78b5adee2f4476fb0edef4f5fc73f8 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 0ce8b9c37aa7c5fa437e96e3e86622ec109f0c8a..dd27024e837267fc6901765d6e4162e00ef2f2de 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 0256866d00db2cef56ee71f75705a06f46bc97bc..d779af0c008970e8182fbc50402774c5b6330585 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 8f093835848d2bf24bdf12f0d18536b0367252b6..f230569c8d7cf7b346e8ccf3c5f091506662ab7d 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 4bec65ad18bd3732b87b14f5956b5ee70925f122..8814ed143155e09e358f2fb294694638c93e15fb 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 9ea1d8346b5cdc22992757ab722a4fcac8eb35cc..830fc11409b519d6849527fbe7e10ea6c26a55d0 100755 (executable)
@@ -1,5 +1,5 @@
 ; ****************************************************************************
-; * Copyright (C) 2002-2008 OpenVPN Technologies, Inc.                            *
+; * Copyright (C) 2002-2009 OpenVPN Technologies, Inc.                            *
 ; *  This program is free software; you can redistribute it and/or modify    *
 ; *  it under the terms of the GNU General Public License version 2          *
 ; *  as published by the Free Software Foundation.                           *
index e042ee8fb6f833537cecb4d1f9b7d147bbc0128a..1c97823a0b753027d2df3ae8433a727499bfaa25 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index ebf0b2cf8d7e044863a6269cc4896568a6939642..c3b52b1c1a18a9c7fee1aa350269b33201094ce6 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index bb3029560adf72fa5dd4d882ce238489757ae187..49f21f95755de613d92cc85fa4b07b3bceba71b3 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index d279947baeba6e28f19d23128c070f9d93de264c..60ea8cc3ad6ff8412df3f06edc2e5ac53a6c0d76 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 2b9ae9710664e88802ad73231a56e804d9704f44..ab4b2ede15adbdc2de7cc7d621e0e4a2df6a1aae 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 7c6ccd67391df0c110271ab92b4c90041dc37b7e..6c53f401af0917556fd1e11bdbd7e8e83d8569fd 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index d2544a2ed7aa2b1c1c0d21431cf91f2c77a67f2e..c342ad3b014f9130e5ad419e6d257f2244636fc0 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 2c0d22f92726aa718a9f9c6cffb4716b526a8791..d7f25a8b93e80ea6e26b8c3651ad3aa522ed0d3f 100755 (executable)
@@ -36,7 +36,7 @@
 #define VER_COMPANYNAME_STR         "The OpenVPN Project"
 #define VER_FILEDESCRIPTION_STR     "TAP-Win32 Virtual Network Driver"
 #define VER_ORIGINALFILENAME_STR    TAP_COMPONENT_ID ".sys"
-#define VER_LEGALCOPYRIGHT_YEARS    "2003-2008"
+#define VER_LEGALCOPYRIGHT_YEARS    "2003-2009"
 #define VER_LEGALCOPYRIGHT_STR      "OpenVPN Technologies, Inc."
 
 
index 12ccc0df4e88600ab2e1bcf76e821cc4c52d741c..cd4d179ef703e211a0f1dbf25bfed2d36090549e 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index ff78ef30792f3aacabe21a092e2d362d055043d3..d424521392df6cd37313d2658da3a591eff0c8d8 100755 (executable)
@@ -4,7 +4,7 @@
  *
  *  This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
  *
- *  This source code is Copyright (C) 2002-2008 OpenVPN Technologies, Inc.,
+ *  This source code is Copyright (C) 2002-2009 OpenVPN Technologies, Inc.,
  *  and is released under the GPL version 2 (see below), however due
  *  to the extra costs of supporting Windows Vista, OpenVPN Solutions
  *  LLC reserves the right to change the terms of the TAP-Win32/TAP-Win64
index 045f616266022b858e0f893e9e67122013d819b3..fef7db69379b0617d5912e0f5b178e78f4026e1e 100644 (file)
--- a/thread.c
+++ b/thread.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
index 25b1dd5e7229a2facd71b5c132de949578175c27..eeef3228c60d66b48326fb1ef384961456944eb8 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/tun.c b/tun.c
index 7247d2afd2248ad89c80f6eb0ec734279561aff7..6ad1cb00eadb7181f9767c433558f0ebc91bacbe 100644 (file)
--- a/tun.c
+++ b/tun.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/tun.h b/tun.h
index 9d702fe1f793e604ad8555f7aeb7b8e2e270a329..16598d0ee2c1e382bc84a0ee2f01eedd4d39d47f 100644 (file)
--- a/tun.h
+++ b/tun.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/win32.c b/win32.c
index f6ac6fe2f5796189dde71d94b3a97e0a9ff18fd2..26e81a87877efe5df84579680bc1961be01c5850 100644 (file)
--- a/win32.c
+++ b/win32.c
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2
diff --git a/win32.h b/win32.h
index 7066dceabbcb7501334d6885ee73332e0640de3f..8a79ac3f625d1391dc18a06edc7396b9f2ff29dc 100644 (file)
--- a/win32.h
+++ b/win32.h
@@ -5,7 +5,7 @@
  *             packet encryption, packet authentication, and
  *             packet compression.
  *
- *  Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
+ *  Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2