summaryrefslogtreecommitdiffstats
path: root/tap-win32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-06-11 21:59:26 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-06-11 21:59:26 +0000
commiteca86913db7af43c682fbcc793505fadcbc0e78f (patch)
tree71d56e2508b3643ec3b6d325a886e080fcf9c962 /tap-win32
parent4d90d73272e16e7038df7bc85f6f7fdf8a64b111 (diff)
downloadopenvpn-eca86913db7af43c682fbcc793505fadcbc0e78f.tar.gz
openvpn-eca86913db7af43c682fbcc793505fadcbc0e78f.tar.xz
openvpn-eca86913db7af43c682fbcc793505fadcbc0e78f.zip
Updated copyright notice to 2008.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2995 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/tapdrvr.c2
-rwxr-xr-xtap-win32/types.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/tap-win32/common.h b/tap-win32/common.h
index 93e4750..7569b98 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 d4bd1c9..ce7dd06 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 5a9c86b..e3ce2c9 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 ae3815b..ba90361 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 30db3a8..ce696a4 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 696d84e..164e185 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 b597ed8..54f07de 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 6624f22..0c6b09a 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 59f0f70..20b5fa1 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 2e3fcda..06b951f 100755
--- a/tap-win32/i386/OemWin2k.inf.in
+++ b/tap-win32/i386/OemWin2k.inf.in
@@ -1,5 +1,5 @@
; ****************************************************************************
-; * Copyright (C) 2002-2006 OpenVPN Solutions LLC *
+; * Copyright (C) 2002-2008 OpenVPN Solutions LLC *
; * 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 c0ccbd5..b2640ec 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 6643b25..af5e226 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 03c0b2c..9fe6877 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 4098777..789d588 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 c418e1f..e5aaedd 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 994d322..8f02a88 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 ecece51..8ab909c 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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/tapdrvr.c b/tap-win32/tapdrvr.c
index a6d2b6b..5893ad1 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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 f9ab5c1..5c7da23 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-2007 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 OpenVPN Solutions LLC,
* 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