aboutsummaryrefslogtreecommitdiff
path: root/softfloat
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
parent600ff370c65ba99d2103a050a1847671cc0bd9c9 (diff)
downloadpk-16476bd8219f58417a401ea0a720d9588d1d8ebc.zip
pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.gz
pk-16476bd8219f58417a401ea0a720d9588d1d8ebc.tar.bz2
Properly license all nontrivial files
Diffstat (limited to 'softfloat')
-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
-rwxr-xr-xsoftfloat/f32_add.c2
-rwxr-xr-xsoftfloat/f32_classify.c2
-rwxr-xr-xsoftfloat/f32_div.c2
-rwxr-xr-xsoftfloat/f32_eq.c2
-rwxr-xr-xsoftfloat/f32_eq_signaling.c2
-rwxr-xr-xsoftfloat/f32_isSignalingNaN.c2
-rwxr-xr-xsoftfloat/f32_le.c2
-rwxr-xr-xsoftfloat/f32_le_quiet.c2
-rwxr-xr-xsoftfloat/f32_lt.c2
-rwxr-xr-xsoftfloat/f32_lt_quiet.c2
-rwxr-xr-xsoftfloat/f32_mul.c2
-rwxr-xr-xsoftfloat/f32_mulAdd.c2
-rwxr-xr-xsoftfloat/f32_rem.c2
-rwxr-xr-xsoftfloat/f32_roundToInt.c2
-rwxr-xr-xsoftfloat/f32_sqrt.c2
-rwxr-xr-xsoftfloat/f32_sub.c2
-rwxr-xr-xsoftfloat/f32_to_f64.c2
-rwxr-xr-xsoftfloat/f32_to_i32.c2
-rwxr-xr-xsoftfloat/f32_to_i32_r_minMag.c2
-rwxr-xr-xsoftfloat/f32_to_i64.c2
-rwxr-xr-xsoftfloat/f32_to_i64_r_minMag.c2
-rwxr-xr-xsoftfloat/f32_to_ui32.c2
-rwxr-xr-xsoftfloat/f32_to_ui32_r_minMag.c2
-rwxr-xr-xsoftfloat/f32_to_ui64.c2
-rwxr-xr-xsoftfloat/f32_to_ui64_r_minMag.c2
-rwxr-xr-xsoftfloat/f64_add.c2
-rwxr-xr-xsoftfloat/f64_classify.c2
-rwxr-xr-xsoftfloat/f64_div.c2
-rwxr-xr-xsoftfloat/f64_eq.c2
-rwxr-xr-xsoftfloat/f64_eq_signaling.c2
-rwxr-xr-xsoftfloat/f64_isSignalingNaN.c2
-rwxr-xr-xsoftfloat/f64_le.c2
-rwxr-xr-xsoftfloat/f64_le_quiet.c2
-rwxr-xr-xsoftfloat/f64_lt.c2
-rwxr-xr-xsoftfloat/f64_lt_quiet.c2
-rwxr-xr-xsoftfloat/f64_mul.c2
-rwxr-xr-xsoftfloat/f64_mulAdd.c2
-rwxr-xr-xsoftfloat/f64_rem.c2
-rwxr-xr-xsoftfloat/f64_roundToInt.c2
-rwxr-xr-xsoftfloat/f64_sqrt.c2
-rwxr-xr-xsoftfloat/f64_sub.c2
-rwxr-xr-xsoftfloat/f64_to_f32.c2
-rwxr-xr-xsoftfloat/f64_to_i32.c2
-rwxr-xr-xsoftfloat/f64_to_i32_r_minMag.c2
-rwxr-xr-xsoftfloat/f64_to_i64.c2
-rwxr-xr-xsoftfloat/f64_to_i64_r_minMag.c2
-rwxr-xr-xsoftfloat/f64_to_ui32.c2
-rwxr-xr-xsoftfloat/f64_to_ui32_r_minMag.c2
-rwxr-xr-xsoftfloat/f64_to_ui64.c2
-rwxr-xr-xsoftfloat/f64_to_ui64_r_minMag.c2
-rwxr-xr-xsoftfloat/i32_to_f32.c2
-rwxr-xr-xsoftfloat/i32_to_f64.c2
-rwxr-xr-xsoftfloat/i64_to_f32.c2
-rwxr-xr-xsoftfloat/i64_to_f64.c2
-rwxr-xr-xsoftfloat/internals.h2
-rwxr-xr-xsoftfloat/platform.h2
-rwxr-xr-xsoftfloat/primitives.h2
-rwxr-xr-xsoftfloat/s_add128.c2
-rwxr-xr-xsoftfloat/s_add192.c2
-rwxr-xr-xsoftfloat/s_addMagsF32.c2
-rwxr-xr-xsoftfloat/s_addMagsF64.c2
-rwxr-xr-xsoftfloat/s_commonNaNToF32UI.c2
-rwxr-xr-xsoftfloat/s_commonNaNToF64UI.c2
-rwxr-xr-xsoftfloat/s_countLeadingZeros32.c2
-rwxr-xr-xsoftfloat/s_countLeadingZeros64.c2
-rwxr-xr-xsoftfloat/s_countLeadingZeros8.c2
-rwxr-xr-xsoftfloat/s_eq128.c2
-rwxr-xr-xsoftfloat/s_estimateDiv128To64.c2
-rwxr-xr-xsoftfloat/s_estimateSqrt32.c2
-rwxr-xr-xsoftfloat/s_f32UIToCommonNaN.c2
-rwxr-xr-xsoftfloat/s_f64UIToCommonNaN.c2
-rwxr-xr-xsoftfloat/s_isSigNaNF32UI.c2
-rwxr-xr-xsoftfloat/s_isSigNaNF64UI.c2
-rwxr-xr-xsoftfloat/s_le128.c2
-rwxr-xr-xsoftfloat/s_lt128.c2
-rwxr-xr-xsoftfloat/s_mul128By64To192.c2
-rwxr-xr-xsoftfloat/s_mul128To256.c2
-rwxr-xr-xsoftfloat/s_mul64To128.c2
-rwxr-xr-xsoftfloat/s_mulAddF32.c2
-rwxr-xr-xsoftfloat/s_mulAddF64.c2
-rwxr-xr-xsoftfloat/s_normRoundPackToF32.c2
-rwxr-xr-xsoftfloat/s_normRoundPackToF64.c2
-rwxr-xr-xsoftfloat/s_normSubnormalF32Sig.c2
-rwxr-xr-xsoftfloat/s_normSubnormalF64Sig.c2
-rwxr-xr-xsoftfloat/s_propagateNaNF32UI.c2
-rwxr-xr-xsoftfloat/s_propagateNaNF64UI.c2
-rwxr-xr-xsoftfloat/s_roundPackToF32.c2
-rwxr-xr-xsoftfloat/s_roundPackToF64.c2
-rwxr-xr-xsoftfloat/s_roundPackToI32.c2
-rwxr-xr-xsoftfloat/s_roundPackToI64.c2
-rwxr-xr-xsoftfloat/s_roundPackToUI32.c2
-rwxr-xr-xsoftfloat/s_roundPackToUI64.c2
-rwxr-xr-xsoftfloat/s_shift128ExtraRightJam.c2
-rwxr-xr-xsoftfloat/s_shift128RightJam.c2
-rwxr-xr-xsoftfloat/s_shift32RightJam.c2
-rwxr-xr-xsoftfloat/s_shift64ExtraRightJam.c2
-rwxr-xr-xsoftfloat/s_shift64RightJam.c2
-rwxr-xr-xsoftfloat/s_shortShift128ExtraRightJam.c2
-rwxr-xr-xsoftfloat/s_shortShift128Left.c2
-rwxr-xr-xsoftfloat/s_shortShift128Right.c2
-rwxr-xr-xsoftfloat/s_shortShift192Left.c2
-rwxr-xr-xsoftfloat/s_shortShift32Right1Jam.c2
-rwxr-xr-xsoftfloat/s_shortShift64ExtraRightJam.c2
-rwxr-xr-xsoftfloat/s_shortShift64RightJam.c2
-rwxr-xr-xsoftfloat/s_sub128.c2
-rwxr-xr-xsoftfloat/s_sub192.c2
-rwxr-xr-xsoftfloat/s_subMagsF32.c2
-rwxr-xr-xsoftfloat/s_subMagsF64.c2
-rwxr-xr-xsoftfloat/softfloat.h2
-rw-r--r--softfloat/softfloat.mk.in2
-rwxr-xr-xsoftfloat/softfloat_raiseFlags.c2
-rwxr-xr-xsoftfloat/softfloat_types.h2
-rwxr-xr-xsoftfloat/specialize.h2
-rwxr-xr-xsoftfloat/ui32_to_f32.c2
-rwxr-xr-xsoftfloat/ui32_to_f64.c2
-rwxr-xr-xsoftfloat/ui64_to_f32.c2
-rwxr-xr-xsoftfloat/ui64_to_f64.c2
131 files changed, 262 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.
+
/*============================================================================
diff --git a/softfloat/f32_add.c b/softfloat/f32_add.c
index dc53d68..fe5f810 100755
--- a/softfloat/f32_add.c
+++ b/softfloat/f32_add.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_classify.c b/softfloat/f32_classify.c
index d16aa25..9c36959 100755
--- a/softfloat/f32_classify.c
+++ b/softfloat/f32_classify.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_div.c b/softfloat/f32_div.c
index 958b140..3bbc126 100755
--- a/softfloat/f32_div.c
+++ b/softfloat/f32_div.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_eq.c b/softfloat/f32_eq.c
index 8f2306b..bb5a05b 100755
--- a/softfloat/f32_eq.c
+++ b/softfloat/f32_eq.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_eq_signaling.c b/softfloat/f32_eq_signaling.c
index bfba48a..38d892f 100755
--- a/softfloat/f32_eq_signaling.c
+++ b/softfloat/f32_eq_signaling.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_isSignalingNaN.c b/softfloat/f32_isSignalingNaN.c
index 09aaa82..36713df 100755
--- a/softfloat/f32_isSignalingNaN.c
+++ b/softfloat/f32_isSignalingNaN.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include "platform.h"
diff --git a/softfloat/f32_le.c b/softfloat/f32_le.c
index 5f47be5..13d5b76 100755
--- a/softfloat/f32_le.c
+++ b/softfloat/f32_le.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_le_quiet.c b/softfloat/f32_le_quiet.c
index 2b541da..6f151bd 100755
--- a/softfloat/f32_le_quiet.c
+++ b/softfloat/f32_le_quiet.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_lt.c b/softfloat/f32_lt.c
index 753b28a..f938240 100755
--- a/softfloat/f32_lt.c
+++ b/softfloat/f32_lt.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_lt_quiet.c b/softfloat/f32_lt_quiet.c
index ecd90bf..576f62e 100755
--- a/softfloat/f32_lt_quiet.c
+++ b/softfloat/f32_lt_quiet.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_mul.c b/softfloat/f32_mul.c
index d49c1dd..9962368 100755
--- a/softfloat/f32_mul.c
+++ b/softfloat/f32_mul.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_mulAdd.c b/softfloat/f32_mulAdd.c
index 3d4cee9..aff3d3f 100755
--- a/softfloat/f32_mulAdd.c
+++ b/softfloat/f32_mulAdd.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/f32_rem.c b/softfloat/f32_rem.c
index d29b840..598ee8a 100755
--- a/softfloat/f32_rem.c
+++ b/softfloat/f32_rem.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_roundToInt.c b/softfloat/f32_roundToInt.c
index 9685cfe..8c0cef9 100755
--- a/softfloat/f32_roundToInt.c
+++ b/softfloat/f32_roundToInt.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_sqrt.c b/softfloat/f32_sqrt.c
index c9eb907..637f82e 100755
--- a/softfloat/f32_sqrt.c
+++ b/softfloat/f32_sqrt.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_sub.c b/softfloat/f32_sub.c
index c64df8e..942937c 100755
--- a/softfloat/f32_sub.c
+++ b/softfloat/f32_sub.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_f64.c b/softfloat/f32_to_f64.c
index 9f0ae5c..374dc9f 100755
--- a/softfloat/f32_to_f64.c
+++ b/softfloat/f32_to_f64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_i32.c b/softfloat/f32_to_i32.c
index 98c67c9..4e07bed 100755
--- a/softfloat/f32_to_i32.c
+++ b/softfloat/f32_to_i32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_i32_r_minMag.c b/softfloat/f32_to_i32_r_minMag.c
index d62677b..024ed69 100755
--- a/softfloat/f32_to_i32_r_minMag.c
+++ b/softfloat/f32_to_i32_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_i64.c b/softfloat/f32_to_i64.c
index 34f877f..522449a 100755
--- a/softfloat/f32_to_i64.c
+++ b/softfloat/f32_to_i64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_i64_r_minMag.c b/softfloat/f32_to_i64_r_minMag.c
index 7d852ae..5931e57 100755
--- a/softfloat/f32_to_i64_r_minMag.c
+++ b/softfloat/f32_to_i64_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_ui32.c b/softfloat/f32_to_ui32.c
index 3501db8..7817377 100755
--- a/softfloat/f32_to_ui32.c
+++ b/softfloat/f32_to_ui32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_ui32_r_minMag.c b/softfloat/f32_to_ui32_r_minMag.c
index 9380d27..7d993de 100755
--- a/softfloat/f32_to_ui32_r_minMag.c
+++ b/softfloat/f32_to_ui32_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_ui64.c b/softfloat/f32_to_ui64.c
index 6cdcf74..a8aaa02 100755
--- a/softfloat/f32_to_ui64.c
+++ b/softfloat/f32_to_ui64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f32_to_ui64_r_minMag.c b/softfloat/f32_to_ui64_r_minMag.c
index 6e54594..ca894cd 100755
--- a/softfloat/f32_to_ui64_r_minMag.c
+++ b/softfloat/f32_to_ui64_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_add.c b/softfloat/f64_add.c
index 9ec4b5f..3e2b8dc 100755
--- a/softfloat/f64_add.c
+++ b/softfloat/f64_add.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_classify.c b/softfloat/f64_classify.c
index 2ec124b..b6ef4dc 100755
--- a/softfloat/f64_classify.c
+++ b/softfloat/f64_classify.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_div.c b/softfloat/f64_div.c
index 9bc72b3..c8eede9 100755
--- a/softfloat/f64_div.c
+++ b/softfloat/f64_div.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_eq.c b/softfloat/f64_eq.c
index 925aabc..3b99036 100755
--- a/softfloat/f64_eq.c
+++ b/softfloat/f64_eq.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_eq_signaling.c b/softfloat/f64_eq_signaling.c
index 7a54dc1..8fd02f4 100755
--- a/softfloat/f64_eq_signaling.c
+++ b/softfloat/f64_eq_signaling.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_isSignalingNaN.c b/softfloat/f64_isSignalingNaN.c
index d720ac1..07d2e8a 100755
--- a/softfloat/f64_isSignalingNaN.c
+++ b/softfloat/f64_isSignalingNaN.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include "platform.h"
diff --git a/softfloat/f64_le.c b/softfloat/f64_le.c
index e6c5caf..8d34088 100755
--- a/softfloat/f64_le.c
+++ b/softfloat/f64_le.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_le_quiet.c b/softfloat/f64_le_quiet.c
index e9b7ede..1685c69 100755
--- a/softfloat/f64_le_quiet.c
+++ b/softfloat/f64_le_quiet.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_lt.c b/softfloat/f64_lt.c
index 1b2f696..14f182f 100755
--- a/softfloat/f64_lt.c
+++ b/softfloat/f64_lt.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_lt_quiet.c b/softfloat/f64_lt_quiet.c
index f27e6da..b48e1ee 100755
--- a/softfloat/f64_lt_quiet.c
+++ b/softfloat/f64_lt_quiet.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_mul.c b/softfloat/f64_mul.c
index 4b5dc4e..cdd8c78 100755
--- a/softfloat/f64_mul.c
+++ b/softfloat/f64_mul.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_mulAdd.c b/softfloat/f64_mulAdd.c
index fa1669a..af7c3bb 100755
--- a/softfloat/f64_mulAdd.c
+++ b/softfloat/f64_mulAdd.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/f64_rem.c b/softfloat/f64_rem.c
index 08fcd78..f738e5c 100755
--- a/softfloat/f64_rem.c
+++ b/softfloat/f64_rem.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_roundToInt.c b/softfloat/f64_roundToInt.c
index d70e7e0..9512f59 100755
--- a/softfloat/f64_roundToInt.c
+++ b/softfloat/f64_roundToInt.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_sqrt.c b/softfloat/f64_sqrt.c
index cd91010..d446bc4 100755
--- a/softfloat/f64_sqrt.c
+++ b/softfloat/f64_sqrt.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_sub.c b/softfloat/f64_sub.c
index 38bd574..46aaead 100755
--- a/softfloat/f64_sub.c
+++ b/softfloat/f64_sub.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_f32.c b/softfloat/f64_to_f32.c
index 395d6c6..6882e9d 100755
--- a/softfloat/f64_to_f32.c
+++ b/softfloat/f64_to_f32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_i32.c b/softfloat/f64_to_i32.c
index 8259ee2..836d13d 100755
--- a/softfloat/f64_to_i32.c
+++ b/softfloat/f64_to_i32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_i32_r_minMag.c b/softfloat/f64_to_i32_r_minMag.c
index 176bda6..00b270b 100755
--- a/softfloat/f64_to_i32_r_minMag.c
+++ b/softfloat/f64_to_i32_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_i64.c b/softfloat/f64_to_i64.c
index 0e6ddcd..1df5971 100755
--- a/softfloat/f64_to_i64.c
+++ b/softfloat/f64_to_i64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_i64_r_minMag.c b/softfloat/f64_to_i64_r_minMag.c
index 57bb4a9..21faf6e 100755
--- a/softfloat/f64_to_i64_r_minMag.c
+++ b/softfloat/f64_to_i64_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_ui32.c b/softfloat/f64_to_ui32.c
index b186605..c24e7d4 100755
--- a/softfloat/f64_to_ui32.c
+++ b/softfloat/f64_to_ui32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_ui32_r_minMag.c b/softfloat/f64_to_ui32_r_minMag.c
index c549f2d..0c4171f 100755
--- a/softfloat/f64_to_ui32_r_minMag.c
+++ b/softfloat/f64_to_ui32_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_ui64.c b/softfloat/f64_to_ui64.c
index 9afebd7..969fa07 100755
--- a/softfloat/f64_to_ui64.c
+++ b/softfloat/f64_to_ui64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/f64_to_ui64_r_minMag.c b/softfloat/f64_to_ui64_r_minMag.c
index 8ef0924..cb5d448 100755
--- a/softfloat/f64_to_ui64_r_minMag.c
+++ b/softfloat/f64_to_ui64_r_minMag.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/i32_to_f32.c b/softfloat/i32_to_f32.c
index f51facd..1adad16 100755
--- a/softfloat/i32_to_f32.c
+++ b/softfloat/i32_to_f32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/i32_to_f64.c b/softfloat/i32_to_f64.c
index d42cbe8..c8b0811 100755
--- a/softfloat/i32_to_f64.c
+++ b/softfloat/i32_to_f64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/i64_to_f32.c b/softfloat/i64_to_f32.c
index 4fecbb9..6b2d2b8 100755
--- a/softfloat/i64_to_f32.c
+++ b/softfloat/i64_to_f32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/i64_to_f64.c b/softfloat/i64_to_f64.c
index 1add960..2e26cf7 100755
--- a/softfloat/i64_to_f64.c
+++ b/softfloat/i64_to_f64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/internals.h b/softfloat/internals.h
index ea18618..eabc81f 100755
--- a/softfloat/internals.h
+++ b/softfloat/internals.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*** UPDATE COMMENTS. ***/
diff --git a/softfloat/platform.h b/softfloat/platform.h
index 6c54313..8fcccf2 100755
--- a/softfloat/platform.h
+++ b/softfloat/platform.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/primitives.h b/softfloat/primitives.h
index 71038ea..55e4427 100755
--- a/softfloat/primitives.h
+++ b/softfloat/primitives.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/s_add128.c b/softfloat/s_add128.c
index 59c0348..ba27db7 100755
--- a/softfloat/s_add128.c
+++ b/softfloat/s_add128.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_add192.c b/softfloat/s_add192.c
index 543eb5d..06a4a93 100755
--- a/softfloat/s_add192.c
+++ b/softfloat/s_add192.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_addMagsF32.c b/softfloat/s_addMagsF32.c
index f361e2b..c968bc6 100755
--- a/softfloat/s_addMagsF32.c
+++ b/softfloat/s_addMagsF32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_addMagsF64.c b/softfloat/s_addMagsF64.c
index a81c3e4..d2a5686 100755
--- a/softfloat/s_addMagsF64.c
+++ b/softfloat/s_addMagsF64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_commonNaNToF32UI.c b/softfloat/s_commonNaNToF32UI.c
index 61f2735..ada69d1 100755
--- a/softfloat/s_commonNaNToF32UI.c
+++ b/softfloat/s_commonNaNToF32UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_commonNaNToF64UI.c b/softfloat/s_commonNaNToF64UI.c
index da36c04..a34adcf 100755
--- a/softfloat/s_commonNaNToF64UI.c
+++ b/softfloat/s_commonNaNToF64UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_countLeadingZeros32.c b/softfloat/s_countLeadingZeros32.c
index 0bd17e1..b1e1023 100755
--- a/softfloat/s_countLeadingZeros32.c
+++ b/softfloat/s_countLeadingZeros32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "primitives.h"
diff --git a/softfloat/s_countLeadingZeros64.c b/softfloat/s_countLeadingZeros64.c
index 79f4280..dbaff4f 100755
--- a/softfloat/s_countLeadingZeros64.c
+++ b/softfloat/s_countLeadingZeros64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "primitives.h"
diff --git a/softfloat/s_countLeadingZeros8.c b/softfloat/s_countLeadingZeros8.c
index 4eca7e9..2dc8434 100755
--- a/softfloat/s_countLeadingZeros8.c
+++ b/softfloat/s_countLeadingZeros8.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_eq128.c b/softfloat/s_eq128.c
index 7261dc4..90281e3 100755
--- a/softfloat/s_eq128.c
+++ b/softfloat/s_eq128.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_estimateDiv128To64.c b/softfloat/s_estimateDiv128To64.c
index f8610a2..49608bc 100755
--- a/softfloat/s_estimateDiv128To64.c
+++ b/softfloat/s_estimateDiv128To64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_estimateSqrt32.c b/softfloat/s_estimateSqrt32.c
index e22a9dc..7fb9c03 100755
--- a/softfloat/s_estimateSqrt32.c
+++ b/softfloat/s_estimateSqrt32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_f32UIToCommonNaN.c b/softfloat/s_f32UIToCommonNaN.c
index 9ee0db9..f30ec83 100755
--- a/softfloat/s_f32UIToCommonNaN.c
+++ b/softfloat/s_f32UIToCommonNaN.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_f64UIToCommonNaN.c b/softfloat/s_f64UIToCommonNaN.c
index 84d8ca0..f5dace2 100755
--- a/softfloat/s_f64UIToCommonNaN.c
+++ b/softfloat/s_f64UIToCommonNaN.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_isSigNaNF32UI.c b/softfloat/s_isSigNaNF32UI.c
index 0a9c33f..80be12c 100755
--- a/softfloat/s_isSigNaNF32UI.c
+++ b/softfloat/s_isSigNaNF32UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_isSigNaNF64UI.c b/softfloat/s_isSigNaNF64UI.c
index d255213..a5fbd2c 100755
--- a/softfloat/s_isSigNaNF64UI.c
+++ b/softfloat/s_isSigNaNF64UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_le128.c b/softfloat/s_le128.c
index 83b1d7f..a9ec01e 100755
--- a/softfloat/s_le128.c
+++ b/softfloat/s_le128.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_lt128.c b/softfloat/s_lt128.c
index 33a3df4..53018ba 100755
--- a/softfloat/s_lt128.c
+++ b/softfloat/s_lt128.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_mul128By64To192.c b/softfloat/s_mul128By64To192.c
index dfa8825..1251500 100755
--- a/softfloat/s_mul128By64To192.c
+++ b/softfloat/s_mul128By64To192.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_mul128To256.c b/softfloat/s_mul128To256.c
index a96cd94..b1acfe9 100755
--- a/softfloat/s_mul128To256.c
+++ b/softfloat/s_mul128To256.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_mul64To128.c b/softfloat/s_mul64To128.c
index c17780b..e815928 100755
--- a/softfloat/s_mul64To128.c
+++ b/softfloat/s_mul64To128.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_mulAddF32.c b/softfloat/s_mulAddF32.c
index e55a0ba..83c3458 100755
--- a/softfloat/s_mulAddF32.c
+++ b/softfloat/s_mulAddF32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_mulAddF64.c b/softfloat/s_mulAddF64.c
index 70296bc..d7aab8a 100755
--- a/softfloat/s_mulAddF64.c
+++ b/softfloat/s_mulAddF64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_normRoundPackToF32.c b/softfloat/s_normRoundPackToF32.c
index 2e6f4b0..36af4de 100755
--- a/softfloat/s_normRoundPackToF32.c
+++ b/softfloat/s_normRoundPackToF32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_normRoundPackToF64.c b/softfloat/s_normRoundPackToF64.c
index 64dced4..82f5513 100755
--- a/softfloat/s_normRoundPackToF64.c
+++ b/softfloat/s_normRoundPackToF64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_normSubnormalF32Sig.c b/softfloat/s_normSubnormalF32Sig.c
index b98eb86..3993193 100755
--- a/softfloat/s_normSubnormalF32Sig.c
+++ b/softfloat/s_normSubnormalF32Sig.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_normSubnormalF64Sig.c b/softfloat/s_normSubnormalF64Sig.c
index 45a7c9e..8d078cf 100755
--- a/softfloat/s_normSubnormalF64Sig.c
+++ b/softfloat/s_normSubnormalF64Sig.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_propagateNaNF32UI.c b/softfloat/s_propagateNaNF32UI.c
index d8738d1..e1325b7 100755
--- a/softfloat/s_propagateNaNF32UI.c
+++ b/softfloat/s_propagateNaNF32UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*** UPDATE COMMENTS. ***/
diff --git a/softfloat/s_propagateNaNF64UI.c b/softfloat/s_propagateNaNF64UI.c
index 871989d..bb6bb6e 100755
--- a/softfloat/s_propagateNaNF64UI.c
+++ b/softfloat/s_propagateNaNF64UI.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*** UPDATE COMMENTS. ***/
diff --git a/softfloat/s_roundPackToF32.c b/softfloat/s_roundPackToF32.c
index 578ae43..a6f4231 100755
--- a/softfloat/s_roundPackToF32.c
+++ b/softfloat/s_roundPackToF32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_roundPackToF64.c b/softfloat/s_roundPackToF64.c
index 47d438d..a5fd9eb 100755
--- a/softfloat/s_roundPackToF64.c
+++ b/softfloat/s_roundPackToF64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_roundPackToI32.c b/softfloat/s_roundPackToI32.c
index 6f63a3b..c106c6f 100755
--- a/softfloat/s_roundPackToI32.c
+++ b/softfloat/s_roundPackToI32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_roundPackToI64.c b/softfloat/s_roundPackToI64.c
index c6085e5..66f317f 100755
--- a/softfloat/s_roundPackToI64.c
+++ b/softfloat/s_roundPackToI64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_roundPackToUI32.c b/softfloat/s_roundPackToUI32.c
index 4465106..2b4d8cc 100755
--- a/softfloat/s_roundPackToUI32.c
+++ b/softfloat/s_roundPackToUI32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_roundPackToUI64.c b/softfloat/s_roundPackToUI64.c
index dc9992b..621170c 100755
--- a/softfloat/s_roundPackToUI64.c
+++ b/softfloat/s_roundPackToUI64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_shift128ExtraRightJam.c b/softfloat/s_shift128ExtraRightJam.c
index 6c57974..63250c4 100755
--- a/softfloat/s_shift128ExtraRightJam.c
+++ b/softfloat/s_shift128ExtraRightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shift128RightJam.c b/softfloat/s_shift128RightJam.c
index 5a4e188..0bd36a1 100755
--- a/softfloat/s_shift128RightJam.c
+++ b/softfloat/s_shift128RightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shift32RightJam.c b/softfloat/s_shift32RightJam.c
index b697a34..3343cac 100755
--- a/softfloat/s_shift32RightJam.c
+++ b/softfloat/s_shift32RightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shift64ExtraRightJam.c b/softfloat/s_shift64ExtraRightJam.c
index 167ea54..ab1bdc7 100755
--- a/softfloat/s_shift64ExtraRightJam.c
+++ b/softfloat/s_shift64ExtraRightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shift64RightJam.c b/softfloat/s_shift64RightJam.c
index ebebb61..a21ec5b 100755
--- a/softfloat/s_shift64RightJam.c
+++ b/softfloat/s_shift64RightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift128ExtraRightJam.c b/softfloat/s_shortShift128ExtraRightJam.c
index c772740..cd2d771 100755
--- a/softfloat/s_shortShift128ExtraRightJam.c
+++ b/softfloat/s_shortShift128ExtraRightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift128Left.c b/softfloat/s_shortShift128Left.c
index 9c29988..e09c4fe 100755
--- a/softfloat/s_shortShift128Left.c
+++ b/softfloat/s_shortShift128Left.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift128Right.c b/softfloat/s_shortShift128Right.c
index f7f4ce8..e5ea6fe 100755
--- a/softfloat/s_shortShift128Right.c
+++ b/softfloat/s_shortShift128Right.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift192Left.c b/softfloat/s_shortShift192Left.c
index cf1e55d..ea1c8ce 100755
--- a/softfloat/s_shortShift192Left.c
+++ b/softfloat/s_shortShift192Left.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift32Right1Jam.c b/softfloat/s_shortShift32Right1Jam.c
index db4c304..f43c1fc 100755
--- a/softfloat/s_shortShift32Right1Jam.c
+++ b/softfloat/s_shortShift32Right1Jam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift64ExtraRightJam.c b/softfloat/s_shortShift64ExtraRightJam.c
index b861c67..9ff60de 100755
--- a/softfloat/s_shortShift64ExtraRightJam.c
+++ b/softfloat/s_shortShift64ExtraRightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_shortShift64RightJam.c b/softfloat/s_shortShift64RightJam.c
index 0da6c93..623eda3 100755
--- a/softfloat/s_shortShift64RightJam.c
+++ b/softfloat/s_shortShift64RightJam.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_sub128.c b/softfloat/s_sub128.c
index 0c4f181..31ef9f3 100755
--- a/softfloat/s_sub128.c
+++ b/softfloat/s_sub128.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_sub192.c b/softfloat/s_sub192.c
index 96f21c9..a2ded04 100755
--- a/softfloat/s_sub192.c
+++ b/softfloat/s_sub192.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/s_subMagsF32.c b/softfloat/s_subMagsF32.c
index 0c83b02..da3a706 100755
--- a/softfloat/s_subMagsF32.c
+++ b/softfloat/s_subMagsF32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/s_subMagsF64.c b/softfloat/s_subMagsF64.c
index 45b81ba..b515d77 100755
--- a/softfloat/s_subMagsF64.c
+++ b/softfloat/s_subMagsF64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/softfloat/softfloat.h b/softfloat/softfloat.h
index 5d812af..a1847be 100755
--- a/softfloat/softfloat.h
+++ b/softfloat/softfloat.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#ifndef softfloat_h
#define softfloat_h
diff --git a/softfloat/softfloat.mk.in b/softfloat/softfloat.mk.in
index b9b4253..36ae137 100644
--- a/softfloat/softfloat.mk.in
+++ b/softfloat/softfloat.mk.in
@@ -1,3 +1,5 @@
+# See LICENSE for license details.
+
softfloat_hdrs = \
internals.h \
primitives.h \
diff --git a/softfloat/softfloat_raiseFlags.c b/softfloat/softfloat_raiseFlags.c
index c0c0dc8..1381a3d 100755
--- a/softfloat/softfloat_raiseFlags.c
+++ b/softfloat/softfloat_raiseFlags.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
/*============================================================================
diff --git a/softfloat/softfloat_types.h b/softfloat/softfloat_types.h
index 215f5e3..f9e9d9a 100755
--- a/softfloat/softfloat_types.h
+++ b/softfloat/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/specialize.h b/softfloat/specialize.h
index 12668ef..01394b0 100755
--- a/softfloat/specialize.h
+++ b/softfloat/specialize.h
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#ifndef _softfloat_specialize_h
#define _softfloat_specialize_h
diff --git a/softfloat/ui32_to_f32.c b/softfloat/ui32_to_f32.c
index ba0fc1a..c974a5c 100755
--- a/softfloat/ui32_to_f32.c
+++ b/softfloat/ui32_to_f32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/ui32_to_f64.c b/softfloat/ui32_to_f64.c
index d0bd177..b93ddf7 100755
--- a/softfloat/ui32_to_f64.c
+++ b/softfloat/ui32_to_f64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/ui64_to_f32.c b/softfloat/ui64_to_f32.c
index 82afbdc..bf56e87 100755
--- a/softfloat/ui64_to_f32.c
+++ b/softfloat/ui64_to_f32.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"
diff --git a/softfloat/ui64_to_f64.c b/softfloat/ui64_to_f64.c
index 52c158b..f47480f 100755
--- a/softfloat/ui64_to_f64.c
+++ b/softfloat/ui64_to_f64.c
@@ -1,3 +1,5 @@
+// See LICENSE.SoftFloat for license details.
+
#include <stdint.h>
#include "platform.h"