diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-07 10:09:53 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-07 10:09:53 +0000 |
commit | 6a6a068ecb102b32a2339196fe00183458fe2f83 (patch) | |
tree | 7a5db9021775370930ad3974303fa33b798b0fba /tap-win32/endian.h | |
parent | Cleaned up Windows build scripts. (diff) | |
download | openvpn-6a6a068ecb102b32a2339196fe00183458fe2f83.tar.xz |
Windows TAP driver license text changes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1764 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tap-win32/endian.h')
-rwxr-xr-x | tap-win32/endian.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tap-win32/endian.h b/tap-win32/endian.h index 3032dea..30db3a8 100755 --- a/tap-win32/endian.h +++ b/tap-win32/endian.h @@ -1,15 +1,15 @@ /* - * TAP-Win32 -- A kernel driver to provide virtual tap device - * functionality on Windows. Originally derived - * from the CIPE-Win32 project by Damion K. Wilson, - * with extensive modifications by James Yonan. + * TAP-Win32/TAP-Win64 -- A kernel driver to provide virtual tap + * device functionality on Windows. * - * All source code which derives from the CIPE-Win32 project is - * Copyright (C) Damion K. Wilson, 2003, and is released under the - * GPL version 2 (see below). + * This code was inspired by the CIPE-Win32 driver by Damion K. Wilson. * - * All other source code is Copyright (C) 2002-2005 OpenVPN Solutions LLC, - * and is released under the GPL version 2 (see below). + * This source code is Copyright (C) 2002-2007 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 + * license for versions 9.1 and higher prior to the official release of + * OpenVPN 2.1. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 |