summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-05 17:42:15 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-05 17:42:15 +0000
commit105a91a3fa09ea99f62bf46533579d6b1156128d (patch)
tree9739bc598773c854dbcc60238d6345eb1238e4c7
parent8a84e4402a1ab7ff36f52acdf5e1891e283a947e (diff)
downloadllvm-105a91a3fa09ea99f62bf46533579d6b1156128d.tar.gz
llvm-105a91a3fa09ea99f62bf46533579d6b1156128d.tar.bz2
llvm-105a91a3fa09ea99f62bf46533579d6b1156128d.tar.xz
Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM
conventions, per John Criswell. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61708 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--LICENSE.TXT2
-rw-r--r--utils/unittest/googletest/LICENSE.TXT (renamed from utils/unittest/googletest/COPYING)0
-rw-r--r--utils/unittest/googletest/README.LLVM2
3 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.TXT b/LICENSE.TXT
index 36a42e82ca..74d8add7af 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
index 1941a11f8c..1941a11f8c 100644
--- a/utils/unittest/googletest/COPYING
+++ b/utils/unittest/googletest/LICENSE.TXT
diff --git a/utils/unittest/googletest/README.LLVM b/utils/unittest/googletest/README.LLVM
index c66affd162..2c673cc6ab 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