summaryrefslogtreecommitdiffstats
path: root/tap-win32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-07-14 18:59:09 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-07-14 18:59:09 +0000
commit1c0cc4ad89308f3cc3ea26c6e4566e6e29073de7 (patch)
tree2677e70e6feb3b76accf816f60dbe349bc615467 /tap-win32
parentfc71b7c9623e0a642f6b976ad9bbdc9beb3d2573 (diff)
downloadopenvpn-1c0cc4ad89308f3cc3ea26c6e4566e6e29073de7.tar.gz
openvpn-1c0cc4ad89308f3cc3ea26c6e4566e6e29073de7.tar.xz
openvpn-1c0cc4ad89308f3cc3ea26c6e4566e6e29073de7.zip
Copyright change OpenVPN Solutions LLC -> Telethra, Inc.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3048 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.rc2
-rwxr-xr-xtap-win32/tapdrvr.c2
-rwxr-xr-xtap-win32/types.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/tap-win32/common.h b/tap-win32/common.h
index 7569b98..51fedcd 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 ce7dd06..1a2d919 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 e3ce2c9..e376f89 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 ba90361..d9a3fcf 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 ce696a4..f9c869e 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 164e185..1502f9c 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 54f07de..65a9768 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 0c6b09a..0d3617f 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 20b5fa1..079b33b 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 06b951f..9bff41a 100755
--- a/tap-win32/i386/OemWin2k.inf.in
+++ b/tap-win32/i386/OemWin2k.inf.in
@@ -1,5 +1,5 @@
; ****************************************************************************
-; * Copyright (C) 2002-2008 OpenVPN Solutions LLC *
+; * Copyright (C) 2002-2008 Telethra, 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 b2640ec..bbad812 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 af5e226..58f3d4a 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 9fe6877..924e76b 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 789d588..26afe75 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 e5aaedd..ab88c69 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 8f02a88..347184e 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 8ab909c..fd4e6c2 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 8c9cb7b..8323717 100755
--- a/tap-win32/resource.rc
+++ b/tap-win32/resource.rc
@@ -37,7 +37,7 @@
#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 "OpenVPN Solutions LLC and Damion K. Wilson"
+#define VER_LEGALCOPYRIGHT_STR "Telethra, Inc."
#define VER_PRODUCTNAME_STR VER_FILEDESCRIPTION_STR
diff --git a/tap-win32/tapdrvr.c b/tap-win32/tapdrvr.c
index 5893ad1..0615909 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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 5c7da23..1f9c64e 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 OpenVPN Solutions LLC,
+ * This source code is Copyright (C) 2002-2008 Telethra, 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