]> git.lizzy.rs Git - rust.git/commitdiff
Fix LICENSE.txt pointing to the wrong filenames.
authorGraydon Hoare <graydon@mozilla.com>
Fri, 6 Jan 2012 00:36:19 +0000 (16:36 -0800)
committerGraydon Hoare <graydon@mozilla.com>
Fri, 6 Jan 2012 00:36:48 +0000 (16:36 -0800)
LICENSE.txt

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