aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-02-19 09:46:47 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2016-02-19 09:46:47 +0100
commit4afa3167a76c5cf69e04fa5faae45824158d08bc (patch)
treef1b9600773d3f093be68981795bf2b7b96fd6e73 /LICENSE
parent4bd80095720ca873b6ded9b169bbc6a8be9e11d7 (diff)
downloadcompcert-kvx-4afa3167a76c5cf69e04fa5faae45824158d08bc.tar.gz
compcert-kvx-4afa3167a76c5cf69e04fa5faae45824158d08bc.zip
PR#87: include the BSD license in the LICENSE file.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE29
1 files changed, 28 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 5ffb39ab..7ad5a89c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -73,7 +73,7 @@ Lesser General Public Licence version 3 is included below.
The files contained in the runtime/ directory and its subdirectories
are Copyright 2013-2014 INRIA and distributed under the terms of the BSD
-license, included below.
+3-clause license, included below.
----------------------------------------------------------------------
@@ -675,3 +675,30 @@ whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
+
+----------------------------------------------------------------------
+
+ BSD License
+
+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 <organization> 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 <COPYRIGHT
+HOLDER> 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.