From: Julian Seward Date: Mon, 20 Mar 2006 00:54:54 +0000 (+0000) Subject: Add a comment about the library's license. X-Git-Tag: svn/VALGRIND_3_2_0~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c287a8837df84b22eaaa4a9fdae4369e7f62db63;p=thirdparty%2Fvalgrind.git Add a comment about the library's license. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5779 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index ee5766e71b..b6c56a0f81 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -2398,6 +2398,11 @@ detecting errors such as passing undefined data to PMPI_Send, or receiving data into a buffer which is too small. +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 auxprogs/libmpiwrap.c +for details. + Building and installing the wrappers