summaryrefslogtreecommitdiffstats
path: root/tap-win32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-06 07:33:45 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-06 07:33:45 +0000
commit367ed084db5159d822dce53a1e041a5f4e8c1ad3 (patch)
tree751d00bfa376418939774bbf6e31936eaef36e96 /tap-win32
parentbb564a5950a14139f59305e549ca8665b8f31cb8 (diff)
downloadopenvpn-367ed084db5159d822dce53a1e041a5f4e8c1ad3.tar.gz
openvpn-367ed084db5159d822dce53a1e041a5f4e8c1ad3.tar.xz
openvpn-367ed084db5159d822dce53a1e041a5f4e8c1ad3.zip
Copyright notice changed to reflect change in name of
Telethra to OpenVPN Technologies. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3409 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/resource.rc4
-rwxr-xr-xtap-win32/tapdrvr.c2
-rwxr-xr-xtap-win32/types.h2
20 files changed, 21 insertions, 21 deletions
diff --git a/tap-win32/common.h b/tap-win32/common.h
index 51fedcd..1e6eee6 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/constants.h b/tap-win32/constants.h
index 1a2d919..5654a54 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/dhcp.c b/tap-win32/dhcp.c
index e376f89..f12e029 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/dhcp.h b/tap-win32/dhcp.h
index d9a3fcf..dd30ae4 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/endian.h b/tap-win32/endian.h
index f9c869e..0d0e757 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/error.c b/tap-win32/error.c
index 1502f9c..0ce8b9c 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/error.h b/tap-win32/error.h
index 65a9768..0256866 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/hexdump.c b/tap-win32/hexdump.c
index 0d3617f..8f09383 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/hexdump.h b/tap-win32/hexdump.h
index 079b33b..4bec65a 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/i386/OemWin2k.inf.in b/tap-win32/i386/OemWin2k.inf.in
index 9bff41a..9ea1d83 100755
--- a/tap-win32/i386/OemWin2k.inf.in
+++ b/tap-win32/i386/OemWin2k.inf.in
@@ -1,5 +1,5 @@
; ****************************************************************************
-; * Copyright (C) 2002-2008 Telethra, Inc. *
+; * Copyright (C) 2002-2008 OpenVPN Technologies, Inc. *
; * 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 bbad812..e042ee8 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/lock.h b/tap-win32/lock.h
index 58f3d4a..ebf0b2c 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/macinfo.c b/tap-win32/macinfo.c
index 924e76b..bb30295 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/macinfo.h b/tap-win32/macinfo.h
index 26afe75..d279947 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/mem.c b/tap-win32/mem.c
index ab88c69..2b9ae97 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/proto.h b/tap-win32/proto.h
index 347184e..7c6ccd6 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h
index fd4e6c2..d2544a2 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/resource.rc b/tap-win32/resource.rc
index 8323717..2c0d22f 100755
--- a/tap-win32/resource.rc
+++ b/tap-win32/resource.rc
@@ -36,8 +36,8 @@
#define VER_COMPANYNAME_STR "The OpenVPN Project"
#define VER_FILEDESCRIPTION_STR "TAP-Win32 Virtual Network Driver"
#define VER_ORIGINALFILENAME_STR TAP_COMPONENT_ID ".sys"
-#define VER_LEGALCOPYRIGHT_YEARS "2003-2006"
-#define VER_LEGALCOPYRIGHT_STR "Telethra, Inc."
+#define VER_LEGALCOPYRIGHT_YEARS "2003-2008"
+#define VER_LEGALCOPYRIGHT_STR "OpenVPN Technologies, Inc."
#define VER_PRODUCTNAME_STR VER_FILEDESCRIPTION_STR
diff --git a/tap-win32/tapdrvr.c b/tap-win32/tapdrvr.c
index 0615909..12ccc0d 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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
diff --git a/tap-win32/types.h b/tap-win32/types.h
index 1f9c64e..ff78ef3 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-2008 Telethra, Inc.,
+ * This source code is Copyright (C) 2002-2008 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