]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a comment about the library's license.
authorJulian Seward <jseward@acm.org>
Mon, 20 Mar 2006 00:54:54 +0000 (00:54 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 20 Mar 2006 00:54:54 +0000 (00:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5779

docs/xml/manual-core.xml

index ee5766e71b1f677067c46e47d67327bb6f5cb799..b6c56a0f81a6975eee9b2d89bf0beac4227761b8 100644 (file)
@@ -2398,6 +2398,11 @@ 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
+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>
+
 
 <sect2 id="manual-core.mpiwrap.build" xreflabel="Building MPI Wrappers">
 <title>Building and installing the wrappers</title>