From 105a91a3fa09ea99f62bf46533579d6b1156128d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 5 Jan 2009 17:42:15 +0000 Subject: [PATCH] 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 --- LICENSE.TXT | 2 +- utils/unittest/googletest/{COPYING => LICENSE.TXT} | 0 utils/unittest/googletest/README.LLVM | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename utils/unittest/googletest/{COPYING => LICENSE.TXT} (100%) 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 -- 2.34.1