|
From: <sv...@va...> - 2006-03-31 12:05:15
|
Author: njn
Date: 2006-03-31 13:05:04 +0100 (Fri, 31 Mar 2006)
New Revision: 5803
Log:
Make the BSD-style license notices slightly more accurate.
Modified:
trunk/callgrind/callgrind.h
trunk/docs/xml/manual-core.xml
trunk/helgrind/helgrind.h
trunk/include/valgrind.h
trunk/memcheck/memcheck.h
Modified: trunk/callgrind/callgrind.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/callgrind/callgrind.h 2006-03-31 11:57:59 UTC (rev 5802)
+++ trunk/callgrind/callgrind.h 2006-03-31 12:05:04 UTC (rev 5803)
@@ -3,9 +3,10 @@
----------------------------------------------------------------
=20
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.
=20
----------------------------------------------------------------
=20
Modified: trunk/docs/xml/manual-core.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/xml/manual-core.xml 2006-03-31 11:57:59 UTC (rev 5802)
+++ trunk/docs/xml/manual-core.xml 2006-03-31 12:05:04 UTC (rev 5803)
@@ -1281,8 +1281,8 @@
<para>You are encouraged to copy the <filename>valgrind/*.h</filename> h=
eaders
into your project's include directory, so your program doesn't have a
compile-time dependency on Valgrind being installed. The Valgrind heade=
rs,
-unlike the rest of the code, are under a BSD-style license so you may in=
clude
-them without worrying about license incompatibility.</para>
+unlike most of the rest of the code, are under a BSD-style license so yo=
u may
+include them without worrying about license incompatibility.</para>
=20
<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 @@
<computeroutput>PMPI_Send</computeroutput>, or receiving data into a
buffer which is too small.</para>
=20
-<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 subjec=
t 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>
Modified: trunk/helgrind/helgrind.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/helgrind/helgrind.h 2006-03-31 11:57:59 UTC (rev 5802)
+++ trunk/helgrind/helgrind.h 2006-03-31 12:05:04 UTC (rev 5803)
@@ -2,9 +2,10 @@
----------------------------------------------------------------
=20
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.
=20
----------------------------------------------------------------
=20
Modified: trunk/include/valgrind.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/include/valgrind.h 2006-03-31 11:57:59 UTC (rev 5802)
+++ trunk/include/valgrind.h 2006-03-31 12:05:04 UTC (rev 5803)
@@ -2,9 +2,10 @@
----------------------------------------------------------------
=20
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.
=20
----------------------------------------------------------------
=20
Modified: trunk/memcheck/memcheck.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/memcheck.h 2006-03-31 11:57:59 UTC (rev 5802)
+++ trunk/memcheck/memcheck.h 2006-03-31 12:05:04 UTC (rev 5803)
@@ -3,9 +3,10 @@
----------------------------------------------------------------
=20
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.
=20
----------------------------------------------------------------
=20
|