diff --git a/LICENSE.TXT b/LICENSE.TXT index 36a42e82cac..74d8add7aff 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -66,4 +66,4 @@ Autoconf llvm/autoconf llvm/projects/ModuleMaker/autoconf llvm/projects/sample/autoconf CellSPU backend llvm/lib/Target/CellSPU/README.txt -Google Test llvm/utils/unittest/googletest/COPYING +Google Test llvm/utils/unittest/googletest diff --git a/utils/unittest/googletest/COPYING b/utils/unittest/googletest/LICENSE.TXT similarity index 100% rename from utils/unittest/googletest/COPYING rename to utils/unittest/googletest/LICENSE.TXT diff --git a/utils/unittest/googletest/README.LLVM b/utils/unittest/googletest/README.LLVM index c66affd1622..2c673cc6ab7 100644 --- a/utils/unittest/googletest/README.LLVM +++ b/utils/unittest/googletest/README.LLVM @@ -23,4 +23,4 @@ $ perl -pi -e 's|^#include "src/|#include "gtest/internal/|' *.cc $ rm -f gtest-all.cc gtest_main.cc -For the license, see the file COPYING in this directory. +$ mv COPYING LICENSE.TXT