aboutsummaryrefslogtreecommitdiff
path: root/softfloat/8086
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2018-07-09 15:46:24 -0700
committerAndrew Waterman <andrew@sifive.com>2018-07-09 15:46:24 -0700
commit16476bd8219f58417a401ea0a720d9588d1d8ebc (patch)
treea6debdb2f24c119d281e1389c8efb0ac68b6fc86 /softfloat/8086
parent600ff370c65ba99d2103a050a1847671cc0bd9c9 (diff)
downloadpk-16476bd8219f58417a401ea0a720d9588d1d8ebc.zip
pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.gz
pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.bz2
Properly license all nontrivial files
Diffstat (limited to 'softfloat/8086')
-rwxr-xr-xsoftfloat/8086/OLD-specialize.c2
-rwxr-xr-xsoftfloat/8086/OLD-specialize.h2
-rwxr-xr-xsoftfloat/8086/platform.h2
-rwxr-xr-xsoftfloat/8086/s_commonNaNToF32UI.c2
-rwxr-xr-xsoftfloat/8086/s_commonNaNToF64UI.c2
-rwxr-xr-xsoftfloat/8086/s_f32UIToCommonNaN.c2
-rwxr-xr-xsoftfloat/8086/s_f64UIToCommonNaN.c2
-rwxr-xr-xsoftfloat/8086/s_isSigNaNF32UI.c2
-rwxr-xr-xsoftfloat/8086/s_isSigNaNF64UI.c2
-rwxr-xr-xsoftfloat/8086/s_propagateNaNF32UI.c2
-rwxr-xr-xsoftfloat/8086/s_propagateNaNF64UI.c2
-rwxr-xr-xsoftfloat/8086/softfloat_raiseFlags.c2
-rwxr-xr-xsoftfloat/8086/softfloat_types.h2
-rwxr-xr-xsoftfloat/8086/specialize.h2
14 files changed, 28 insertions, 0 deletions
diff --git a/softfloat/8086/OLD-specialize.c b/softfloat/8086/OLD-specialize.c
index ffb306d..8c73526 100755
--- a/softfloat/8086/OLD-specialize.c
+++ b/softfloat/8086/OLD-specialize.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/8086/OLD-specialize.h b/softfloat/8086/OLD-specialize.h
index 9e4461c..6237315 100755
--- a/softfloat/8086/OLD-specialize.h
+++ b/softfloat/8086/OLD-specialize.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/8086/platform.h b/softfloat/8086/platform.h
index 9355edf..00c2782 100755
--- a/softfloat/8086/platform.h
+++ b/softfloat/8086/platform.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/8086/s_commonNaNToF32UI.c b/softfloat/8086/s_commonNaNToF32UI.c
index 3b96c41..c8fe02b 100755
--- a/softfloat/8086/s_commonNaNToF32UI.c
+++ b/softfloat/8086/s_commonNaNToF32UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/8086/s_commonNaNToF64UI.c b/softfloat/8086/s_commonNaNToF64UI.c
index 474ceee..d5a01d0 100755
--- a/softfloat/8086/s_commonNaNToF64UI.c
+++ b/softfloat/8086/s_commonNaNToF64UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/8086/s_f32UIToCommonNaN.c b/softfloat/8086/s_f32UIToCommonNaN.c
index 067e8da..c50937c 100755
--- a/softfloat/8086/s_f32UIToCommonNaN.c
+++ b/softfloat/8086/s_f32UIToCommonNaN.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/8086/s_f64UIToCommonNaN.c b/softfloat/8086/s_f64UIToCommonNaN.c
index f933ded..87a0e0f 100755
--- a/softfloat/8086/s_f64UIToCommonNaN.c
+++ b/softfloat/8086/s_f64UIToCommonNaN.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/8086/s_isSigNaNF32UI.c b/softfloat/8086/s_isSigNaNF32UI.c
index 0a9c33f..80be12c 100755
--- a/softfloat/8086/s_isSigNaNF32UI.c
+++ b/softfloat/8086/s_isSigNaNF32UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/8086/s_isSigNaNF64UI.c b/softfloat/8086/s_isSigNaNF64UI.c
index d255213..a5fbd2c 100755
--- a/softfloat/8086/s_isSigNaNF64UI.c
+++ b/softfloat/8086/s_isSigNaNF64UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/8086/s_propagateNaNF32UI.c b/softfloat/8086/s_propagateNaNF32UI.c
index 07774e8..74c7772 100755
--- a/softfloat/8086/s_propagateNaNF32UI.c
+++ b/softfloat/8086/s_propagateNaNF32UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*** UPDATE COMMENTS. ***/
diff --git a/softfloat/8086/s_propagateNaNF64UI.c b/softfloat/8086/s_propagateNaNF64UI.c
index 0ff6446..335669f 100755
--- a/softfloat/8086/s_propagateNaNF64UI.c
+++ b/softfloat/8086/s_propagateNaNF64UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*** UPDATE COMMENTS. ***/
diff --git a/softfloat/8086/softfloat_raiseFlags.c b/softfloat/8086/softfloat_raiseFlags.c
index c0c0dc8..1381a3d 100755
--- a/softfloat/8086/softfloat_raiseFlags.c
+++ b/softfloat/8086/softfloat_raiseFlags.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/8086/softfloat_types.h b/softfloat/8086/softfloat_types.h
index b5c1828..f5c2c6b 100755
--- a/softfloat/8086/softfloat_types.h
+++ b/softfloat/8086/softfloat_types.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#ifndef softfloat_types_h
#define softfloat_types_h
diff --git a/softfloat/8086/specialize.h b/softfloat/8086/specialize.h
index ca0bb1d..b5e4620 100755
--- a/softfloat/8086/specialize.h
+++ b/softfloat/8086/specialize.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================