summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-12-11 05:13:24 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-12-11 05:13:24 +0000
commite54724b077ef82c52eed4c3fae40d606fadc0bf6 (patch)
tree6c943b96ae02541d15ee7b5a5c17058fac703867
parent16ded86c203ce719108780f19346ec923a28d808 (diff)
downloadopenvpn-e54724b077ef82c52eed4c3fae40d606fadc0bf6.tar.gz
openvpn-e54724b077ef82c52eed4c3fae40d606fadc0bf6.tar.xz
openvpn-e54724b077ef82c52eed4c3fae40d606fadc0bf6.zip
Clarified that TAP-Win32 driver is licensed under GPL 2.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5265 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--COPYING5
-rwxr-xr-xtap-win32/common.h6
-rwxr-xr-xtap-win32/constants.h6
-rwxr-xr-xtap-win32/dhcp.c6
-rwxr-xr-xtap-win32/dhcp.h6
-rwxr-xr-xtap-win32/endian.h6
-rwxr-xr-xtap-win32/error.c6
-rwxr-xr-xtap-win32/error.h6
-rwxr-xr-xtap-win32/hexdump.c6
-rwxr-xr-xtap-win32/hexdump.h6
-rwxr-xr-xtap-win32/instance.c6
-rwxr-xr-xtap-win32/lock.h6
-rwxr-xr-xtap-win32/macinfo.c6
-rwxr-xr-xtap-win32/macinfo.h6
-rwxr-xr-xtap-win32/mem.c6
-rwxr-xr-xtap-win32/proto.h6
-rwxr-xr-xtap-win32/prototypes.h6
-rwxr-xr-xtap-win32/tapdrvr.c6
-rwxr-xr-xtap-win32/types.h6
19 files changed, 19 insertions, 94 deletions
diff --git a/COPYING b/COPYING
index 21b13cd..597c10a 100644
--- a/COPYING
+++ b/COPYING
@@ -53,10 +53,7 @@ TAP-Win32/TAP-Win64 Driver license:
The source and object code of the TAP-Win32/TAP-Win64 driver
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
- and higher prior to the official release of OpenVPN 2.1.
+ the GPL version 2.
Windows DDK Samples:
--------------------
diff --git a/tap-win32/common.h b/tap-win32/common.h
index b7c1157..c8dcd5d 100755
--- a/tap-win32/common.h
+++ b/tap-win32/common.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/constants.h b/tap-win32/constants.h
index fc7855d..220d3d3 100755
--- a/tap-win32/constants.h
+++ b/tap-win32/constants.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/dhcp.c b/tap-win32/dhcp.c
index b6b28bb..8ef3917 100755
--- a/tap-win32/dhcp.c
+++ b/tap-win32/dhcp.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/dhcp.h b/tap-win32/dhcp.h
index 8f40f54..babe31e 100755
--- a/tap-win32/dhcp.h
+++ b/tap-win32/dhcp.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/endian.h b/tap-win32/endian.h
index ef9376b..7a298f4 100755
--- a/tap-win32/endian.h
+++ b/tap-win32/endian.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/error.c b/tap-win32/error.c
index dd27024..82757cc 100755
--- a/tap-win32/error.c
+++ b/tap-win32/error.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/error.h b/tap-win32/error.h
index d779af0..d3deb28 100755
--- a/tap-win32/error.h
+++ b/tap-win32/error.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/hexdump.c b/tap-win32/hexdump.c
index f230569..b30a8e7 100755
--- a/tap-win32/hexdump.c
+++ b/tap-win32/hexdump.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/hexdump.h b/tap-win32/hexdump.h
index 8814ed1..cfddcf1 100755
--- a/tap-win32/hexdump.h
+++ b/tap-win32/hexdump.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/instance.c b/tap-win32/instance.c
index 1c97823..ef994ee 100755
--- a/tap-win32/instance.c
+++ b/tap-win32/instance.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/lock.h b/tap-win32/lock.h
index c3b52b1..7c3a1a9 100755
--- a/tap-win32/lock.h
+++ b/tap-win32/lock.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/macinfo.c b/tap-win32/macinfo.c
index 49f21f9..c03a8c5 100755
--- a/tap-win32/macinfo.c
+++ b/tap-win32/macinfo.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/macinfo.h b/tap-win32/macinfo.h
index 60ea8cc..774e5d6 100755
--- a/tap-win32/macinfo.h
+++ b/tap-win32/macinfo.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/mem.c b/tap-win32/mem.c
index ab4b2ed..3f8d949 100755
--- a/tap-win32/mem.c
+++ b/tap-win32/mem.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/proto.h b/tap-win32/proto.h
index 6c53f40..e059772 100755
--- a/tap-win32/proto.h
+++ b/tap-win32/proto.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/prototypes.h b/tap-win32/prototypes.h
index 29502d6..ff7733a 100755
--- a/tap-win32/prototypes.h
+++ b/tap-win32/prototypes.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/tapdrvr.c b/tap-win32/tapdrvr.c
index a856734..2c6af48 100755
--- a/tap-win32/tapdrvr.c
+++ b/tap-win32/tapdrvr.c
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* 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/tap-win32/types.h b/tap-win32/types.h
index 4adee6a..48bdff7 100755
--- a/tap-win32/types.h
+++ b/tap-win32/types.h
@@ -5,11 +5,7 @@
* This code was inspired by the CIPE-Win32 driver by Damion K. Wilson.
*
* 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
- * license for versions 9.1 and higher prior to the official release of
- * OpenVPN 2.1.
+ * and is released under the GPL version 2 (see below).
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2