Skip to content

Commit

Permalink
Renamed Google Test license file from COPYING to LICENSE.TXT to match…
Browse files Browse the repository at this point in the history
… LLVM

conventions, per John Criswell.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61708 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Jan 5, 2009
1 parent 8a84e44 commit 105a91a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
2 changes: 1 addition & 1 deletion utils/unittest/googletest/README.LLVM
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 105a91a

Please sign in to comment.