]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
1. The license is actually in the file COPYING, not LICENSE as all
authorJulian Seward <jseward@acm.org>
Sun, 25 Aug 2002 20:07:16 +0000 (20:07 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 25 Aug 2002 20:07:16 +0000 (20:07 +0000)
    the sources claim.  Automake seems to have some hard-wired notion
    that the license file must be called COPYING, so we have to
    rename in all the source files :-(

2.  Change the license for valgrind.h ONLY to a BSD-style license
    so people can include it in their code.  The entire rest of
    the system remains under the GPL.

MERGE TO HEAD

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@633

46 files changed:
README
demangle/cplus-dem.c
demangle/safe-ctype.c
demangle/safe-ctype.h
docs/manual.html
tests/pth_atfork1.c
valgrind.h
vg_annotate.in
vg_cachesim.c
vg_cachesim_D1.c
vg_cachesim_I1.c
vg_cachesim_L2.c
vg_cachesim_gen.c
vg_clientfuncs.c
vg_clientmalloc.c
vg_clientperms.c
vg_constants.h
vg_demangle.c
vg_dispatch.S
vg_errcontext.c
vg_execontext.c
vg_from_ucode.c
vg_helpers.S
vg_include.h
vg_kerneliface.h
vg_libpthread.c
vg_libpthread_unimp.c
vg_main.c
vg_malloc2.c
vg_memory.c
vg_messages.c
vg_mylibc.c
vg_procselfmaps.c
vg_profile.c
vg_scheduler.c
vg_signals.c
vg_startup.S
vg_symtab2.c
vg_syscall.S
vg_syscall_mem.c
vg_to_ucode.c
vg_translate.c
vg_transtab.c
vg_unsafe.h
vg_valgrinq_dummy.c
vg_vtagops.c

diff --git a/README b/README
index f2dd536ddea43ce47259bcc0735338e9a5f25769..d065b4a5e8d59d315372b0b903da48c97f424ccc 100644 (file)
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ GNU libc 2.2.X, for example SuSE 7.1 and Mandrake 8.0.  This version
 least.
 
 Valgrind is licensed under the GNU General Public License, version 2. 
-Read the file LICENSE in the source distribution for details.
+Read the file COPYING in the source distribution for details.
 
 
 Documentation
index 56c3261391ec6d4ba6ef80a5d06d8f85bc8a17cc..35743405c4c960e5154691ab14453eddd5d073a8 100644 (file)
@@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
-License along with libiberty; see the file COPYING.LIB.  If
+License along with libiberty; see the file COPYING.  If
 not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
index 0c2be3ed7955e6ed9c508ca0f7eef0bada1caab5..cf42c46111f3cb9c68c0c0f8ed708756a3bda4dc 100644 (file)
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
-License along with libiberty; see the file COPYING.LIB.  If
+License along with libiberty; see the file COPYING.  If
 not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
index b2ad8490bd0454abadb28f1ad694c6a242bf36f4..1ca7427fd4c05e040fd02648906c8314c792186b 100644 (file)
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
-License along with libiberty; see the file COPYING.LIB.  If
+License along with libiberty; see the file COPYING.  If
 not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
index 11fb01c713dfaa76f45d5a8dcb87ec36ae390332..3d3b2e8a50a58b71ae88881788835f8200abdb8b 100644 (file)
@@ -128,7 +128,7 @@ modern Linux installations.
 
 <p>
 Valgrind is licensed under the GNU General Public License, version
-2. Read the file LICENSE in the source distribution for details.  Some
+2. Read the file COPYING in the source distribution for details.  Some
 of the PThreads test cases, <code>test/pth_*.c</code>, are taken from
 "Pthreads Programming" by Bradford Nichols, Dick Buttlar &amp; Jacqueline
 Proulx Farrell, ISBN 1-56592-115-1, published by O'Reilly &amp;
index f0876b88869dd949bd03cf72634f84d8287f4a43..4e78566131d8ce9904e44d5b5f13b529059ad217 100644 (file)
@@ -13,7 +13,7 @@
    Library General Public License for more details.
 
    You should have received a copy of the GNU Library General Public
-   License along with the GNU C Library; see the file COPYING.LIB.  If not,
+   License along with the GNU C Library; see the file COPYING.  If not,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
index 5a819c78aeb3d6bef5f5799bdbc21458ee359791..7660eed91cabd690fc0e8f443eed33f988270363 100644 (file)
@@ -1,27 +1,58 @@
 
 /*
+   ----------------------------------------------------------------
+
+   Notice that the following BSD-style license applies to this one
+   file (valgrind.h) only.  The entire rest of Valgrind is licensed
+   under the terms of the GNU General Public License, version 2.  See
+   the COPYING file in the source distribution for details.
+
+   ----------------------------------------------------------------
+
    This file is part of Valgrind, an x86 protected-mode emulator 
    designed for debugging and profiling binaries on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
-      jseward@acm.org
+   Copyright (C) 2000-2002 Julian Seward.  All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions
+   are met:
+
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+   2. The origin of this software must not be misrepresented; you must 
+      not claim that you wrote the original software.  If you use this 
+      software in a product, an acknowledgment in the product 
+      documentation would be appreciated but is not required.
+
+   3. Altered source versions must be plainly marked as such, and must
+      not be misrepresented as being the original software.
+
+   4. The name of the author may not be used to endorse or promote 
+      products derived from this software without specific prior written 
+      permission.
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2 of the
-   License, or (at your option) any later version.
+   THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
+   OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+   DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+   GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-   This program is distributed in the hope that it will be useful, but
-   WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   General Public License for more details.
+   ----------------------------------------------------------------
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307, USA.
+   Notice that the above BSD-style license applies to this one file
+   (valgrind.h) only.  The entire rest of Valgrind is licensed under
+   the terms of the GNU General Public License, version 2.  See the
+   COPYING file in the source distribution for details.
 
-   The GNU General Public License is contained in the file LICENSE.
+   ---------------------------------------------------------------- 
 */
 
 
index 11821901c22bdbd457f959161d33d9c19194ded2..914bd808597aaef82a113a9761547f7b658d5f28 100644 (file)
@@ -26,7 +26,7 @@
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 #  02111-1307, USA.
 #
-#  The GNU General Public License is contained in the file LICENSE.
+#  The GNU General Public License is contained in the file COPYING.
 
 #----------------------------------------------------------------------------
 # Annotator for cachegrind. 
index a60b7765c907132f7e8b33b04bdaccd6d3bc004f..490bb6b1769140e51669d6d44027b6a34b49fb1b 100644 (file)
@@ -27,7 +27,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 7b8a8da155e1481ecda594000bed872fb0cac689..19d11baa193dd9d29057a3172552729d435830da 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_cachesim_gen.c"
index 26db3b3488e6be881053b13afc58fbf3af5b22c9..8993ecba4f9fcb862a39f8e379471ee4c8a066ac 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_cachesim_gen.c"
index ec890274295582133ffeff593a04e5208d2739b3..e870db23666642141e164504c4bf7124847f043b 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_cachesim_gen.c"
index f938bc4b0fd3497519db75942134bed48174127c..bc7b81a55ef784d58a7989ea505db5db95777145 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 /* Notes:
index c71b6db49097551cf76f69ec0d7f8ac0f1fa371e..026b99b5766f0f516c104ee88f213b03adf9dc69 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 0292aa404d202550aeed82d87acfc536b7fff395..167f056ab63e970f1aeec888a15a05330d1461ca 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index e9ecbc420c9282bc99c0afec4bdd426b11d6bc1e..a03e2d960c9f43df0f471e7359ea5700efb9075a 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index d3da14b1a924898c99f32a949f2194718c32d1a3..4a0fe7f037210b7d796d74dc82e0bcfa01abab4d 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #ifndef __VG_CONSTANTS_H
index f07f7f34657c72dd3d6295e0dd8c8c291b48f4bc..82661f66db4eac9b78b044797495666c7b22efb8 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index bd1c5b959f12c11ade1fde7d0abddb9fb292bd88..079cc7733c49a7a7e85e7111b10de38364b8c45a 100644 (file)
@@ -26,7 +26,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307, USA.
 
-  The GNU General Public License is contained in the file LICENSE.
+  The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_constants.h"
index 46838b603f20d712cb617f7fbe1be34931025f41..52c7c6cdd420b48bb4c0c888ff29dbfc9e944a82 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 4da1b31e180283dd728c9635e1cc964ba2b5c88a..1746a81b316cb9cac05e722f206c9e83a7459726 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 573ee932716b68d77ad3dfcf9e6d15fdf9ae06d1..bba3d950963029773a2caf7f52305c43ae68cd67 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 82627377d67085e0e1ee0ebae5e60b9a43bd9d12..4a285f3ed858f0884a2c23b83959c56ced35e32d 100644 (file)
@@ -26,7 +26,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307, USA.
 
-  The GNU General Public License is contained in the file LICENSE.
+  The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_constants.h"
index ca1b0b0aa128f63906b9380b895c3d2bbb912ee6..7795aa80fd58eeb8d0c83ced999649dd42cd8c2a 100644 (file)
@@ -27,7 +27,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #ifndef __VG_INCLUDE_H
index bcc10f55e2c3ef3df177880a964fd604e3cf2029..87a55320a22501ad05b805ee4fba4ad2ea8b2cc2 100644 (file)
@@ -27,7 +27,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #ifndef __VG_KERNELIFACE_H
index 9e03e82760463cd5e8ed8f53a4580790ea176dfb..0ed6ee3cf643e40b6760f68cc5eb4423cf53eff4 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 /* ALL THIS CODE RUNS ON THE SIMULATED CPU.
index e854ed94b4b7a73ce3947c09ec9d2824aa32edd7..f3938ec9e69f44e6e6e13becd3dd4bcefe3ba40e 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 /* ---------------------------------------------------------------------
index a2e9cb51b017d8a4ceff9de58925be665872e54d..733bae5c626194365b0251fdc843c0440d20a3f5 100644 (file)
--- a/vg_main.c
+++ b/vg_main.c
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 87f580d01ac3bada44d34a602c7a2d787511aa29..3271e9731b8bd1db346016a47772f21fd4b5365e 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 
index e8e7770e8e75d0d8b5abd438a7f6524e98529909..ca387f97840c615964e2ae06b68fe19e11b863bb 100644 (file)
@@ -27,7 +27,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 3eaf8cd53e96f194906ecdf6161cb3b84194c5c6..b0051bd4b72b15e67140e577150e6878bd121aed 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 
index 2f2c0998a773c83245c83392711df19291097eef..4a5f1f7a97b877f46edb738691e809826421810e 100644 (file)
@@ -27,7 +27,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index ceba7b3bf0b43a683fb117b8d6c60993c098e2bd..78c3de8a21f59fc84b9cec68f049c30848be50f0 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 
index 34e98d6e7048b52f62dab7e2e7d11a2d929bd800..964b24b10b8e303669dda2e4b3b935aea7784f38 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 9b2dfeb92ef511f5b5ddce57bf3797ed615fae5a..ebf3fff93034a6786896be108f6f7c746dab5596 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index f58ec11e960e803877778c55ddfab365ae810012..24448d44279145a631bf2e268fd59ad657196311 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 
index 63ee590153cd8c350e9c8f6d08e17edf75ab2d61..d6c202ec92b7aec0018e46cf6442415f3632db90 100644 (file)
@@ -26,7 +26,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307, USA.
 
-  The GNU General Public License is contained in the file LICENSE.
+  The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_constants.h"
index 8330794ee3187dc75af100038ecf2f7a643c0da2..a14558e22083561208b0f7afeff884a970a05da4 100644 (file)
@@ -25,7 +25,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index adabbedbbeb0dfcda31d1fec6a1845817c271b60..52d609167832cdc1e1bfa7f46de365ddf73f47f3 100644 (file)
@@ -26,7 +26,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307, USA.
 
-  The GNU General Public License is contained in the file LICENSE.
+  The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_constants.h"
index 4c3885f9af89a2d67a4980156dd46cbd8905c494..f5c002c9aa1a98c50ca2908967cf237308925ac7 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 10a4e8045051abe0ff4cc07254a83d34deab5fdc..475b328e9b93c7f2f8634598d7a65621529ca5a6 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 27a02754cfb967d858c12818958c6d2e5147ed94..4dbf7ceeee4a4a154b5f726c1620893273791d8e 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index a6e15b305371234a3098055d634d3380be952c7e..81e74b22bbfa1340573fe7113d261377cd47762b 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"
index 0f726468d0ca172d2a59fd6594389506a4ba7af6..0862e0eb689dee2f176cdb31a675ee375e16f51f 100644 (file)
@@ -27,7 +27,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 
index a0b14410ea8526ad59a75a78b3736cefa3eff040..eda35812b1f120fbd2eea5d68976799ca4121506 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 /* For the rationale behind this file, look at
index 6e9f41fc717cc92935a1601f5404b127ff059976..c8ced15f3ee9c32a6d2c9140c03ca2193153a351 100644 (file)
@@ -26,7 +26,7 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307, USA.
 
-   The GNU General Public License is contained in the file LICENSE.
+   The GNU General Public License is contained in the file COPYING.
 */
 
 #include "vg_include.h"