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
This commit is contained in:
Misha Brukman 2009-01-05 17:42:15 +00:00
parent 8a84e4402a
commit 105a91a3fa
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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