Fix LICENSE.txt pointing to the wrong filenames.

This commit is contained in:
Graydon Hoare 2012-01-05 16:36:19 -08:00
parent e746ed6880
commit 9356de2e80
1 changed files with 4 additions and 4 deletions

View File

@ -89,12 +89,12 @@ included:
* Two header files that are part of the Valgrind * Two header files that are part of the Valgrind
package. These files are found at src/rt/valgrind.h and package. These files are found at src/rt/vg/valgrind.h and
src/rt/memcheck.h, within this distribution. These files src/rt/vg/memcheck.h, within this distribution. These files
are redistributed under the following terms, as noted in are redistributed under the following terms, as noted in
them: them:
for src/rt/valgrind.h: for src/rt/vg/valgrind.h:
This file is part of Valgrind, a dynamic binary This file is part of Valgrind, a dynamic binary
instrumentation framework. instrumentation framework.
@ -140,7 +140,7 @@ included:
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE. OF SUCH DAMAGE.
for src/rt/memcheck.h: for src/rt/vg/memcheck.h:
This file is part of MemCheck, a heavyweight Valgrind This file is part of MemCheck, a heavyweight Valgrind
tool for detecting memory errors. tool for detecting memory errors.