diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-05 17:42:15 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-05 17:42:15 +0000 |
commit | 7ee5d750ecfa5cfb55517794e7a0695cb9deb65f (patch) | |
tree | 9739bc598773c854dbcc60238d6345eb1238e4c7 /utils/unittest/googletest/LICENSE.TXT | |
parent | f3707e8e88775edca2b09fbcf1c2fe66883ae1ec (diff) | |
download | external_llvm-7ee5d750ecfa5cfb55517794e7a0695cb9deb65f.zip external_llvm-7ee5d750ecfa5cfb55517794e7a0695cb9deb65f.tar.gz external_llvm-7ee5d750ecfa5cfb55517794e7a0695cb9deb65f.tar.bz2 |
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
Diffstat (limited to 'utils/unittest/googletest/LICENSE.TXT')
-rw-r--r-- | utils/unittest/googletest/LICENSE.TXT | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/utils/unittest/googletest/LICENSE.TXT b/utils/unittest/googletest/LICENSE.TXT new file mode 100644 index 0000000..1941a11 --- /dev/null +++ b/utils/unittest/googletest/LICENSE.TXT @@ -0,0 +1,28 @@ +Copyright 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |