Make the BSD-style license notices slightly more accurate.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5803
This commit is contained in:
Nicholas Nethercote 2006-03-31 12:05:04 +00:00
parent 3d12e0e9db
commit 7852ab7f22
5 changed files with 19 additions and 15 deletions

View File

@ -3,9 +3,10 @@
----------------------------------------------------------------
Notice that the following BSD-style license applies to this one
file (callgrind.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.
file (mpiwrap.c) only. The rest of Valgrind is licensed under the
terms of the GNU General Public License, version 2, unless
otherwise indicated. See the COPYING file in the source
distribution for details.
----------------------------------------------------------------

View File

@ -1281,8 +1281,8 @@ compile with <computeroutput>-DNVALGRIND</computeroutput> (analogous to
<para>You are encouraged to copy the <filename>valgrind/*.h</filename> headers
into your project's include directory, so your program doesn't have a
compile-time dependency on Valgrind being installed. The Valgrind headers,
unlike the rest of the code, are under a BSD-style license so you may include
them without worrying about license incompatibility.</para>
unlike most of the rest of the code, are under a BSD-style license so you may
include them without worrying about license incompatibility.</para>
<para>Here is a brief description of the macros available in
<filename>valgrind.h</filename>, which work with more than one
@ -2398,7 +2398,7 @@ detecting errors such as passing undefined data to
<computeroutput>PMPI_Send</computeroutput>, or receiving data into a
buffer which is too small.</para>
<para>Unlike the rest of Valgrind, the wrapper library is subject to a
<para>Unlike most of the rest of Valgrind, the wrapper library is subject to a
BSD-style license, so you can link it into any code base you like.
See the top of <computeroutput>auxprogs/libmpiwrap.c</computeroutput>
for details.</para>

View File

@ -2,9 +2,10 @@
----------------------------------------------------------------
Notice that the following BSD-style license applies to this one
file (helgrind.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.
file (mpiwrap.c) only. The rest of Valgrind is licensed under the
terms of the GNU General Public License, version 2, unless
otherwise indicated. See the COPYING file in the source
distribution for details.
----------------------------------------------------------------

View File

@ -2,9 +2,10 @@
----------------------------------------------------------------
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.
file (valgrind.h) only. The rest of Valgrind is licensed under the
terms of the GNU General Public License, version 2, unless
otherwise indicated. See the COPYING file in the source
distribution for details.
----------------------------------------------------------------

View File

@ -3,9 +3,10 @@
----------------------------------------------------------------
Notice that the following BSD-style license applies to this one
file (memcheck.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.
file (memcheck.h) only. The rest of Valgrind is licensed under the
terms of the GNU General Public License, version 2, unless
otherwise indicated. See the COPYING file in the source
distribution for details.
----------------------------------------------------------------