summaryrefslogtreecommitdiffstats
path: root/tap-win32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-30 21:38:49 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-05-30 21:38:49 +0000
commitd7fa38f2a93ad5923e96bf8d97d3cbc7fec5bd8b (patch)
tree6e9171f68529c828bf6881ca9a4a65198ed23fb2 /tap-win32
parent2f26a79c8802d00d56660ddefc509719a78fa785 (diff)
downloadopenvpn-d7fa38f2a93ad5923e96bf8d97d3cbc7fec5bd8b.tar.gz
openvpn-d7fa38f2a93ad5923e96bf8d97d3cbc7fec5bd8b.tar.xz
openvpn-d7fa38f2a93ad5923e96bf8d97d3cbc7fec5bd8b.zip
Update copyright to 2009.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4477 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tap-win32')
-rwxr-xr-xtap-win32/common.h2
-rwxr-xr-xtap-win32/constants.h2
-rwxr-xr-xtap-win32/dhcp.c2
-rwxr-xr-xtap-win32/dhcp.h2
-rwxr-xr-xtap-win32/endian.h2
-rwxr-xr-xtap-win32/error.c2
-rwxr-xr-xtap-win32/error.h2
-rwxr-xr-xtap-win32/hexdump.c2
-rwxr-xr-xtap-win32/hexdump.h2
-rwxr-xr-xtap-win32/i386/OemWin2k.inf.in2
-rwxr-xr-xtap-win32/instance.c2
-rwxr-xr-xtap-win32/lock.h2
-rwxr-xr-xtap-win32/macinfo.c2
-rwxr-xr-xtap-win32/macinfo.h2
-rwxr-xr-xtap-win32/mem.c2
-rwxr-xr-xtap-win32/proto.h2
-rwxr-xr-xtap-win32/prototypes.h2
-rwxr-xr-xtap-win32/resource.rc2
-rwxr-xr-xtap-win32/tapdrvr.c2
-rwxr-xr-xtap-win32/types.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/tap-win32/common.h b/tap-win32/common.h
index 1e6eee6..b7c1157 100755
--- a/tap-win32/common.h
+++ b/tap-win32/common.h
@@ -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
diff --git a/tap-win32/constants.h b/tap-win32/constants.h
index 5654a54..b6a3d56 100755
--- a/tap-win32/constants.h
+++ b/tap-win32/constants.h
@@ -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
diff --git a/tap-win32/dhcp.c b/tap-win32/dhcp.c
index f12e029..47e2995 100755
--- a/tap-win32/dhcp.c
+++ b/tap-win32/dhcp.c
@@ -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
diff --git a/tap-win32/dhcp.h b/tap-win32/dhcp.h
index dd30ae4..8f40f54 100755
--- a/tap-win32/dhcp.h
+++ b/tap-win32/dhcp.h
@@ -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
diff --git a/tap-win32/endian.h b/tap-win32/endian.h
index 0d0e757..ef9376b 100755
--- a/tap-win32/endian.h
+++ b/tap-win32/endian.h
@@ -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
diff --git a/tap-win32/error.c b/tap-win32/error.c
index 0ce8b9c..dd27024 100755
--- a/tap-win32/error.c
+++ b/tap-win32/error.c
@@ -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
diff --git a/tap-win32/error.h b/tap-win32/error.h
index 0256866..d779af0 100755
--- a/tap-win32/error.h
+++ b/tap-win32/error.h
@@ -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
diff --git a/tap-win32/hexdump.c b/tap-win32/hexdump.c
index 8f09383..f230569 100755
--- a/tap-win32/hexdump.c
+++ b/tap-win32/hexdump.c
@@ -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
diff --git a/tap-win32/hexdump.h b/tap-win32/hexdump.h
index 4bec65a..8814ed1 100755
--- a/tap-win32/hexdump.h
+++ b/tap-win32/hexdump.h
@@ -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
diff --git a/tap-win32/i386/OemWin2k.inf.in b/tap-win32/i386/OemWin2k.inf.in
index 9ea1d83..830fc11 100755
--- a/tap-win32/i386/OemWin2k.inf.in
+++ b/tap-win32/i386/OemWin2k.inf.in
@@ -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. *
diff --git a/tap-win32/instance.c b/tap-win32/instance.c
index e042ee8..1c97823 100755
--- a/tap-win32/instance.c
+++ b/tap-win32/instance.c
@@ -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
diff --git a/tap-win32/lock.h b/tap-win32/lock.h
index ebf0b2c..c3b52b1 100755
--- a/tap-win32/lock.h
+++ b/tap-win32/lock.h
@@ -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
diff --git a/tap-win32/macinfo.c b/tap-win32/macinfo.c
index bb30295..49f21f9 100755
--- a/tap-win32/macinfo.c
+++ b/tap-win32/macinfo.c
@@ -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
diff --git a/tap-win32/macinfo.h b/tap-win32/macinfo.h
index d279947..60ea8cc 100755
--- a/tap-win32/macinfo.h
+++ b/tap-win32/macinfo.h
@@ -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
diff --git a/tap-win32/mem.c b/tap-win32/mem.c
index 2b9ae97..ab4b2ed 100755
--- a/tap-win32/mem.c
+++ b/tap-win32/mem.c
@@ -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
diff --git a/tap-win32/proto.h b/tap-win32/proto.h
index 7c6ccd6..6c53f40 100755
--- a/tap-win32/proto.h
+++ b/tap-win32/proto.h
@@ -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
diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h
index d2544a2..c342ad3 100755
--- a/tap-win32/prototypes.h
+++ b/tap-win32/prototypes.h
@@ -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
diff --git a/tap-win32/resource.rc b/tap-win32/resource.rc
index 2c0d22f..d7f25a8 100755
--- a/tap-win32/resource.rc
+++ b/tap-win32/resource.rc
@@ -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."
diff --git a/tap-win32/tapdrvr.c b/tap-win32/tapdrvr.c
index 12ccc0d..cd4d179 100755
--- a/tap-win32/tapdrvr.c
+++ b/tap-win32/tapdrvr.c
@@ -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
diff --git a/tap-win32/types.h b/tap-win32/types.h
index ff78ef3..d424521 100755
--- a/tap-win32/types.h
+++ b/tap-win32/types.h
@@ -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