diff options
Diffstat (limited to 'tap-win32')
-rwxr-xr-x | tap-win32/common.h | 2 | ||||
-rwxr-xr-x | tap-win32/constants.h | 2 | ||||
-rwxr-xr-x | tap-win32/dhcp.c | 2 | ||||
-rwxr-xr-x | tap-win32/dhcp.h | 2 | ||||
-rwxr-xr-x | tap-win32/endian.h | 2 | ||||
-rwxr-xr-x | tap-win32/error.c | 2 | ||||
-rwxr-xr-x | tap-win32/error.h | 2 | ||||
-rwxr-xr-x | tap-win32/hexdump.c | 2 | ||||
-rwxr-xr-x | tap-win32/hexdump.h | 2 | ||||
-rwxr-xr-x | tap-win32/i386/OemWin2k.inf.in | 2 | ||||
-rwxr-xr-x | tap-win32/instance.c | 2 | ||||
-rwxr-xr-x | tap-win32/lock.h | 2 | ||||
-rwxr-xr-x | tap-win32/macinfo.c | 2 | ||||
-rwxr-xr-x | tap-win32/macinfo.h | 2 | ||||
-rwxr-xr-x | tap-win32/mem.c | 2 | ||||
-rwxr-xr-x | tap-win32/proto.h | 2 | ||||
-rwxr-xr-x | tap-win32/prototypes.h | 2 | ||||
-rwxr-xr-x | tap-win32/tapdrvr.c | 2 | ||||
-rwxr-xr-x | tap-win32/types.h | 2 |
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 |