From c287a8837df84b22eaaa4a9fdae4369e7f62db63 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 20 Mar 2006 00:54:54 +0000 Subject: [PATCH] Add a comment about the library's license. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5779 --- docs/xml/manual-core.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2