summaryrefslogtreecommitdiffstats
path: root/third_party/colorama/LICENSE
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 12:33:59 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 12:33:59 +0000
commit1551bdff9414ee139b445503c650c70912c3709e (patch)
tree88703271118ab275cf059b1da9aead3b8d1cfc9a /third_party/colorama/LICENSE
parentefa6cb4b9fa86fd732078b453c2c7d7f835ce878 (diff)
downloadchromium_src-1551bdff9414ee139b445503c650c70912c3709e.zip
chromium_src-1551bdff9414ee139b445503c650c70912c3709e.tar.gz
chromium_src-1551bdff9414ee139b445503c650c70912c3709e.tar.bz2
Add colorama to third_party/colorama
colorama is a python library for colored terminal output BUG=374830,374662 Review URL: https://codereview.chromium.org/291783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/colorama/LICENSE')
-rw-r--r--third_party/colorama/LICENSE28
1 files changed, 28 insertions, 0 deletions
diff --git a/third_party/colorama/LICENSE b/third_party/colorama/LICENSE
new file mode 100644
index 0000000..5f56779
--- /dev/null
+++ b/third_party/colorama/LICENSE
@@ -0,0 +1,28 @@
+Copyright (c) 2010 Jonathan Hartley
+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 the copyright holders, nor those 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 HOLDER 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.
+