From: Julian Seward Date: Sun, 25 Aug 2002 20:07:16 +0000 (+0000) Subject: 1. The license is actually in the file COPYING, not LICENSE as all X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5226dd7bb27e86546f9d603904c9a750a59197b3;p=thirdparty%2Fvalgrind.git 1. The license is actually in the file COPYING, not LICENSE as all 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 --- diff --git a/README b/README index f2dd536dde..d065b4a5e8 100644 --- 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 diff --git a/demangle/cplus-dem.c b/demangle/cplus-dem.c index 56c3261391..35743405c4 100644 --- a/demangle/cplus-dem.c +++ b/demangle/cplus-dem.c @@ -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. */ diff --git a/demangle/safe-ctype.c b/demangle/safe-ctype.c index 0c2be3ed79..cf42c46111 100644 --- a/demangle/safe-ctype.c +++ b/demangle/safe-ctype.c @@ -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. */ diff --git a/demangle/safe-ctype.h b/demangle/safe-ctype.h index b2ad8490bd..1ca7427fd4 100644 --- a/demangle/safe-ctype.h +++ b/demangle/safe-ctype.h @@ -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. */ diff --git a/docs/manual.html b/docs/manual.html index 11fb01c713..3d3b2e8a50 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -128,7 +128,7 @@ modern Linux installations.

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, test/pth_*.c, are taken from "Pthreads Programming" by Bradford Nichols, Dick Buttlar & Jacqueline Proulx Farrell, ISBN 1-56592-115-1, published by O'Reilly & diff --git a/tests/pth_atfork1.c b/tests/pth_atfork1.c index f0876b8886..4e78566131 100644 --- a/tests/pth_atfork1.c +++ b/tests/pth_atfork1.c @@ -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. */ diff --git a/valgrind.h b/valgrind.h index 5a819c78ae..7660eed91c 100644 --- a/valgrind.h +++ b/valgrind.h @@ -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. + ---------------------------------------------------------------- */ diff --git a/vg_annotate.in b/vg_annotate.in index 11821901c2..914bd80859 100644 --- a/vg_annotate.in +++ b/vg_annotate.in @@ -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. diff --git a/vg_cachesim.c b/vg_cachesim.c index a60b7765c9..490bb6b176 100644 --- a/vg_cachesim.c +++ b/vg_cachesim.c @@ -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" diff --git a/vg_cachesim_D1.c b/vg_cachesim_D1.c index 7b8a8da155..19d11baa19 100644 --- a/vg_cachesim_D1.c +++ b/vg_cachesim_D1.c @@ -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" diff --git a/vg_cachesim_I1.c b/vg_cachesim_I1.c index 26db3b3488..8993ecba4f 100644 --- a/vg_cachesim_I1.c +++ b/vg_cachesim_I1.c @@ -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" diff --git a/vg_cachesim_L2.c b/vg_cachesim_L2.c index ec89027429..e870db2366 100644 --- a/vg_cachesim_L2.c +++ b/vg_cachesim_L2.c @@ -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" diff --git a/vg_cachesim_gen.c b/vg_cachesim_gen.c index f938bc4b0f..bc7b81a55e 100644 --- a/vg_cachesim_gen.c +++ b/vg_cachesim_gen.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. */ /* Notes: diff --git a/vg_clientfuncs.c b/vg_clientfuncs.c index c71b6db490..026b99b576 100644 --- a/vg_clientfuncs.c +++ b/vg_clientfuncs.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" diff --git a/vg_clientmalloc.c b/vg_clientmalloc.c index 0292aa404d..167f056ab6 100644 --- a/vg_clientmalloc.c +++ b/vg_clientmalloc.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" diff --git a/vg_clientperms.c b/vg_clientperms.c index e9ecbc420c..a03e2d960c 100644 --- a/vg_clientperms.c +++ b/vg_clientperms.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" diff --git a/vg_constants.h b/vg_constants.h index d3da14b1a9..4a0fe7f037 100644 --- a/vg_constants.h +++ b/vg_constants.h @@ -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 diff --git a/vg_demangle.c b/vg_demangle.c index f07f7f3465..82661f66db 100644 --- a/vg_demangle.c +++ b/vg_demangle.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" diff --git a/vg_dispatch.S b/vg_dispatch.S index bd1c5b959f..079cc7733c 100644 --- a/vg_dispatch.S +++ b/vg_dispatch.S @@ -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" diff --git a/vg_errcontext.c b/vg_errcontext.c index 46838b603f..52c7c6cdd4 100644 --- a/vg_errcontext.c +++ b/vg_errcontext.c @@ -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" diff --git a/vg_execontext.c b/vg_execontext.c index 4da1b31e18..1746a81b31 100644 --- a/vg_execontext.c +++ b/vg_execontext.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" diff --git a/vg_from_ucode.c b/vg_from_ucode.c index 573ee93271..bba3d95096 100644 --- a/vg_from_ucode.c +++ b/vg_from_ucode.c @@ -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" diff --git a/vg_helpers.S b/vg_helpers.S index 82627377d6..4a285f3ed8 100644 --- a/vg_helpers.S +++ b/vg_helpers.S @@ -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" diff --git a/vg_include.h b/vg_include.h index ca1b0b0aa1..7795aa80fd 100644 --- a/vg_include.h +++ b/vg_include.h @@ -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 diff --git a/vg_kerneliface.h b/vg_kerneliface.h index bcc10f55e2..87a55320a2 100644 --- a/vg_kerneliface.h +++ b/vg_kerneliface.h @@ -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 diff --git a/vg_libpthread.c b/vg_libpthread.c index 9e03e82760..0ed6ee3cf6 100644 --- a/vg_libpthread.c +++ b/vg_libpthread.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. */ /* ALL THIS CODE RUNS ON THE SIMULATED CPU. diff --git a/vg_libpthread_unimp.c b/vg_libpthread_unimp.c index e854ed94b4..f3938ec9e6 100644 --- a/vg_libpthread_unimp.c +++ b/vg_libpthread_unimp.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. */ /* --------------------------------------------------------------------- diff --git a/vg_main.c b/vg_main.c index a2e9cb51b0..733bae5c62 100644 --- 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" diff --git a/vg_malloc2.c b/vg_malloc2.c index 87f580d01a..3271e9731b 100644 --- a/vg_malloc2.c +++ b/vg_malloc2.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. */ diff --git a/vg_memory.c b/vg_memory.c index e8e7770e8e..ca387f9784 100644 --- a/vg_memory.c +++ b/vg_memory.c @@ -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" diff --git a/vg_messages.c b/vg_messages.c index 3eaf8cd53e..b0051bd4b7 100644 --- a/vg_messages.c +++ b/vg_messages.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. */ diff --git a/vg_mylibc.c b/vg_mylibc.c index 2f2c0998a7..4a5f1f7a97 100644 --- a/vg_mylibc.c +++ b/vg_mylibc.c @@ -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" diff --git a/vg_procselfmaps.c b/vg_procselfmaps.c index ceba7b3bf0..78c3de8a21 100644 --- a/vg_procselfmaps.c +++ b/vg_procselfmaps.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. */ diff --git a/vg_profile.c b/vg_profile.c index 34e98d6e70..964b24b10b 100644 --- a/vg_profile.c +++ b/vg_profile.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" diff --git a/vg_scheduler.c b/vg_scheduler.c index 9b2dfeb92e..ebf3fff930 100644 --- a/vg_scheduler.c +++ b/vg_scheduler.c @@ -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" diff --git a/vg_signals.c b/vg_signals.c index f58ec11e96..24448d4427 100644 --- a/vg_signals.c +++ b/vg_signals.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. */ diff --git a/vg_startup.S b/vg_startup.S index 63ee590153..d6c202ec92 100644 --- a/vg_startup.S +++ b/vg_startup.S @@ -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" diff --git a/vg_symtab2.c b/vg_symtab2.c index 8330794ee3..a14558e220 100644 --- a/vg_symtab2.c +++ b/vg_symtab2.c @@ -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" diff --git a/vg_syscall.S b/vg_syscall.S index adabbedbbe..52d6091678 100644 --- a/vg_syscall.S +++ b/vg_syscall.S @@ -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" diff --git a/vg_syscall_mem.c b/vg_syscall_mem.c index 4c3885f9af..f5c002c9aa 100644 --- a/vg_syscall_mem.c +++ b/vg_syscall_mem.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" diff --git a/vg_to_ucode.c b/vg_to_ucode.c index 10a4e80450..475b328e9b 100644 --- a/vg_to_ucode.c +++ b/vg_to_ucode.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" diff --git a/vg_translate.c b/vg_translate.c index 27a02754cf..4dbf7ceeee 100644 --- a/vg_translate.c +++ b/vg_translate.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" diff --git a/vg_transtab.c b/vg_transtab.c index a6e15b3053..81e74b22bb 100644 --- a/vg_transtab.c +++ b/vg_transtab.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" diff --git a/vg_unsafe.h b/vg_unsafe.h index 0f726468d0..0862e0eb68 100644 --- a/vg_unsafe.h +++ b/vg_unsafe.h @@ -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. */ diff --git a/vg_valgrinq_dummy.c b/vg_valgrinq_dummy.c index a0b14410ea..eda35812b1 100644 --- a/vg_valgrinq_dummy.c +++ b/vg_valgrinq_dummy.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. */ /* For the rationale behind this file, look at diff --git a/vg_vtagops.c b/vg_vtagops.c index 6e9f41fc71..c8ced15f3e 100644 --- a/vg_vtagops.c +++ b/vg_vtagops.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"