From: james Date: Wed, 7 Mar 2007 10:09:53 +0000 (+0000) Subject: Windows TAP driver license text changes. X-Git-Tag: v2.1_rc3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6a068ecb102b32a2339196fe00183458fe2f83;p=thirdparty%2Fopenvpn.git Windows TAP driver license text changes. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1764 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/COPYING b/COPYING index 7f5fa3da9..e52ce713b 100644 --- a/COPYING +++ b/COPYING @@ -45,12 +45,18 @@ LZO license: Markus F.X.J. Oberhumer -TAP-Win32 Driver license: -------------------------- - - The TAP-Win32 driver is derived from the CIPE-Win32 - kernel driver, Copyright (C) Damion K. Wilson, - and is licensed under the GPL. +TAP-Win32/TAP-Win64 Driver license: +----------------------------------- + + This device driver was inspired by the CIPE-Win32 driver by + Damion K. Wilson. + + The source and object code of the TAP-Win32/TAP-Win64 driver + 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. Windows DDK Samples: -------------------- diff --git a/tap-win32/common.h b/tap-win32/common.h index 5aaab2032..458974018 100755 --- a/tap-win32/common.h +++ b/tap-win32/common.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 diff --git a/tap-win32/constants.h b/tap-win32/constants.h index 6a5c7602d..a16e42586 100755 --- a/tap-win32/constants.h +++ b/tap-win32/constants.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 diff --git a/tap-win32/dhcp.c b/tap-win32/dhcp.c index 1d8f30363..5a9c86bfa 100755 --- a/tap-win32/dhcp.c +++ b/tap-win32/dhcp.c @@ -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 diff --git a/tap-win32/dhcp.h b/tap-win32/dhcp.h index 8a573f841..ae3815b92 100755 --- a/tap-win32/dhcp.h +++ b/tap-win32/dhcp.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 diff --git a/tap-win32/endian.h b/tap-win32/endian.h index 3032dea53..30db3a8bc 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 diff --git a/tap-win32/error.c b/tap-win32/error.c index 3e52eb042..77746e675 100755 --- a/tap-win32/error.c +++ b/tap-win32/error.c @@ -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 diff --git a/tap-win32/error.h b/tap-win32/error.h index 21137e5c5..b597ed888 100755 --- a/tap-win32/error.h +++ b/tap-win32/error.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 diff --git a/tap-win32/hexdump.c b/tap-win32/hexdump.c index 69ca418ab..6624f22be 100755 --- a/tap-win32/hexdump.c +++ b/tap-win32/hexdump.c @@ -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 diff --git a/tap-win32/hexdump.h b/tap-win32/hexdump.h index 4963dbf4e..59f0f705f 100755 --- a/tap-win32/hexdump.h +++ b/tap-win32/hexdump.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 diff --git a/tap-win32/instance.c b/tap-win32/instance.c index 53c800c8e..c0ccbd5dd 100755 --- a/tap-win32/instance.c +++ b/tap-win32/instance.c @@ -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 diff --git a/tap-win32/lock.h b/tap-win32/lock.h index 8598f319d..6643b259a 100755 --- a/tap-win32/lock.h +++ b/tap-win32/lock.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 diff --git a/tap-win32/macinfo.c b/tap-win32/macinfo.c index bc75f3db1..03c0b2c94 100755 --- a/tap-win32/macinfo.c +++ b/tap-win32/macinfo.c @@ -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 diff --git a/tap-win32/macinfo.h b/tap-win32/macinfo.h index 71a17c32d..4098777dd 100755 --- a/tap-win32/macinfo.h +++ b/tap-win32/macinfo.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 diff --git a/tap-win32/mem.c b/tap-win32/mem.c index 5df720628..c418e1ff1 100755 --- a/tap-win32/mem.c +++ b/tap-win32/mem.c @@ -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 diff --git a/tap-win32/proto.h b/tap-win32/proto.h index 6a70bebd7..994d32207 100755 --- a/tap-win32/proto.h +++ b/tap-win32/proto.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 diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h index 55895c423..2bd996169 100755 --- a/tap-win32/prototypes.h +++ b/tap-win32/prototypes.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 diff --git a/tap-win32/tapdrvr.c b/tap-win32/tapdrvr.c index 3ad1060dd..3d3c2245c 100755 --- a/tap-win32/tapdrvr.c +++ b/tap-win32/tapdrvr.c @@ -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-2006 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 diff --git a/tap-win32/types.h b/tap-win32/types.h index 45e00332b..f9ab5c107 100755 --- a/tap-win32/types.h +++ b/tap-win32/types.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