aboutsummaryrefslogtreecommitdiff
path: root/BSD.txt
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2011-01-13 05:35:22 +0000
committerhbono@chromium.org <hbono@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2011-01-13 05:35:22 +0000
commita1b5233e6d340f45f4846131fec9d0b92e203ce4 (patch)
treee0afa4ce019baf60bc9d851eb9202d7319cc79ca /BSD.txt
parent47fe50290eb04abcad4923de77d8bf863a70fda6 (diff)
downloadpatched-yasm-a1b5233e6d340f45f4846131fec9d0b92e203ce4.tar.gz
Update our yasm copy to yasm 1.1.0 (Part1: yasm side)
This change applies all upstream changes between yasm 0.8.0 and yasm 1.1.0 to our yasm copy. (We also need another change to update "yasm.gyp" so we build this updated yasm without errors.) BUG=64640 TEST=build Chromium without errors. Review URL: http://codereview.chromium.org/6170009 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/yasm/patched-yasm@71296 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'BSD.txt')
-rw-r--r--BSD.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/BSD.txt b/BSD.txt
index ae21308..03476b7 100644
--- a/BSD.txt
+++ b/BSD.txt
@@ -42,3 +42,33 @@ 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.
+-------------------------------------------------------------------------------
+NASM is now licensed under the 2-clause BSD license, also known as the
+simplified BSD license.
+
+ Copyright 1996-2009 the NASM Authors - 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.
+
+ 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.