summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-07-25 06:26:27 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-07-30 11:50:25 +0800
commit399c1ab5e86cf6dbb7c0c48d5253ac8798d6bfe4 (patch)
tree9b6b525f0cdf7ede9fffc5813ee684915b6ab9cc
parent5d98580e7b366ef25e917b3c446308de28c8cbd4 (diff)
downloadmeta-fsl-ppc-399c1ab5e86cf6dbb7c0c48d5253ac8798d6bfe4.tar.gz
add license file for TestFloat
Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--custom-licenses/TestFloat24
-rw-r--r--recipes-extended/testfloat/testfloat_2a.bb3
2 files changed, 25 insertions, 2 deletions
diff --git a/custom-licenses/TestFloat b/custom-licenses/TestFloat
new file mode 100644
index 0000000..1a1a23f
--- /dev/null
+++ b/custom-licenses/TestFloat
@@ -0,0 +1,24 @@
1Written by John R. Hauser. This work was made possible in part by the
2International Computer Science Institute, located at Suite 600, 1947 Center
3Street, Berkeley, California 94704. Funding was partially provided by the
4National Science Foundation under grant MIP-9311980. The original version
5of this code was written as part of a project to build a fixed-point vector
6processor in collaboration with the University of California at Berkeley,
7overseen by Profs. Nelson Morgan and John Wawrzynek. More information
8is available through the Web page `http://www.cs.berkeley.edu/~jhauser/
9arithmetic/SoftFloat.html'.
10
11THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort has
12been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT TIMES
13RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO PERSONS
14AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ALL LOSSES,
15COSTS, OR OTHER PROBLEMS THEY INCUR DUE TO THE SOFTWARE, AND WHO FURTHERMORE
16EFFECTIVELY INDEMNIFY JOHN HAUSER AND THE INTERNATIONAL COMPUTER SCIENCE
17INSTITUTE (possibly via similar legal warning) AGAINST ALL LOSSES, COSTS, OR
18OTHER PROBLEMS INCURRED BY THEIR CUSTOMERS AND CLIENTS DUE TO THE SOFTWARE.
19
20Derivative works are acceptable, even for commercial purposes, so long as
21(1) the source code for the derivative work includes prominent notice that
22the work is derivative, and (2) the source code includes prominent notice with
23these four paragraphs for those parts of this code that are retained.
24
diff --git a/recipes-extended/testfloat/testfloat_2a.bb b/recipes-extended/testfloat/testfloat_2a.bb
index 3fbb207..fb89e26 100644
--- a/recipes-extended/testfloat/testfloat_2a.bb
+++ b/recipes-extended/testfloat/testfloat_2a.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "A program for testing floating-point implementation" 1DESCRIPTION = "A program for testing floating-point implementation"
2SECTION = "test" 2LICENSE = "TestFloat"
3LICENSE = "Hauser TestFloat"
4 3
5LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145" 4LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145"
6 5