public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: devel@edk2.groups.io
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Laszlo Ersek <lersek@redhat.com>,
	"Gao, Liming" <liming.gao@intel.com>,
	"Wang, Jian J" <jian.j.wang@intel.com>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	Michael D Kinney <michael.d.kinney@intel.com>
Subject: [PATCH v2 5/7] ArmPkg/ArmSoftFloatLib: add SPDX identifiers
Date: Mon, 27 May 2019 22:51:39 +0200	[thread overview]
Message-ID: <20190527205141.12344-6-ard.biesheuvel@linaro.org> (raw)
In-Reply-To: <20190527205141.12344-1-ard.biesheuvel@linaro.org>

Add the appropriate SPDX identifiers to all files taken from the
3-clause BSD licensed SoftFloat library.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1845
Acked-by: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/build/Linux-ARM-VFPv2-GCC/platform.h    | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/s_propagateNaNF64UI.c  | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/softfloat_raiseFlags.c | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/specialize.h           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_add.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_div.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_eq.c                         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_le.c                         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_lt.c                         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_mul.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_sub.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_f64.c                     | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i32_r_minMag.c            | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i64_r_minMag.c            | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui32_r_minMag.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui64_r_minMag.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_add.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_div.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_eq.c                         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_le.c                         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_lt.c                         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_mul.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_sub.c                        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_f32.c                     | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i32_r_minMag.c            | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i64_r_minMag.c            | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui32_r_minMag.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui64_r_minMag.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f32.c                     | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f64.c                     | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f32.c                     | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f64.c                     | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/internals.h              | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/opts-GCC.h               | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitiveTypes.h         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitives.h             | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat.h              | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat_types.h        | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF32.c                   | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF64.c                   | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros32.c          | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros64.c          | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros8.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_mul64To128.c                   | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF32.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF64.c           | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF32Sig.c          | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF64Sig.c          | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF32.c               | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF64.c               | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam32.c              | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam64.c              | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shortShiftRightJam64.c         | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF32.c                   | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF64.c                   | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/softfloat_state.c                | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f32.c                    | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f64.c                    | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f32.c                    | 1 +
 ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f64.c                    | 1 +
 60 files changed, 60 insertions(+)

diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/build/Linux-ARM-VFPv2-GCC/platform.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/build/Linux-ARM-VFPv2-GCC/platform.h
index 18ed054d4f4d..2a750e4f540e 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/build/Linux-ARM-VFPv2-GCC/platform.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/build/Linux-ARM-VFPv2-GCC/platform.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/s_propagateNaNF64UI.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/s_propagateNaNF64UI.c
index 8c67763818a1..1d7a8357e4c2 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/s_propagateNaNF64UI.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/s_propagateNaNF64UI.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/softfloat_raiseFlags.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/softfloat_raiseFlags.c
index 61046da3c05e..31c5760126fe 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/softfloat_raiseFlags.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/softfloat_raiseFlags.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/specialize.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/specialize.h
index 5321f33bcaad..194c23081a37 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/specialize.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ARM-VFPv2/specialize.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_add.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_add.c
index 70e03e7f94fe..6e8d2ffb73dc 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_add.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_add.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_div.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_div.c
index 05ec701f76ff..8fec819c07f5 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_div.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_div.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_eq.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_eq.c
index 801bbfd73453..a1a18a8ecfd1 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_eq.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_eq.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_le.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_le.c
index d89d1e88df72..0eafd2c2a557 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_le.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_le.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_lt.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_lt.c
index 5b5fd22821ad..be535b63422c 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_lt.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_lt.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_mul.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_mul.c
index f5c856002f62..cb69afc84bd8 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_mul.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_mul.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_sub.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_sub.c
index 383484dae16a..c23e47496347 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_sub.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_sub.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_f64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_f64.c
index 4f97519e8637..0cb7d40c6cd1 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_f64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_f64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i32_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i32_r_minMag.c
index 7652f2ebb024..437d79f76fdf 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i32_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i32_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i64_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i64_r_minMag.c
index 397ddf6d0dc5..f9089388e7e6 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i64_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_i64_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui32_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui32_r_minMag.c
index cdeb75f9f2ca..a1f02b7fe752 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui32_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui32_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui64_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui64_r_minMag.c
index c0fe54f6e195..c4edba03b6e4 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui64_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f32_to_ui64_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_add.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_add.c
index 42f840dc59bf..56c9afe9c1f4 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_add.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_add.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_div.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_div.c
index 9c967bb740ab..e2c9f9b23aef 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_div.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_div.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_eq.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_eq.c
index 36020037953e..caa9858009b1 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_eq.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_eq.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_le.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_le.c
index 0b43d0467706..8d061c34a743 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_le.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_le.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_lt.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_lt.c
index 49ee05be031b..f16105ba9d1f 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_lt.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_lt.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_mul.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_mul.c
index 222e91dce4b7..a0acc0dd5c98 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_mul.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_mul.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_sub.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_sub.c
index b5ccb882bbd5..0d36252c903c 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_sub.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_sub.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_f32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_f32.c
index a18106556da3..3ea137fbb6e7 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_f32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_f32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i32_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i32_r_minMag.c
index 8b7a91f1c068..de7bd7e39ba4 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i32_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i32_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i64_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i64_r_minMag.c
index 56c6a101016e..7ba2f927fc35 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i64_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_i64_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui32_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui32_r_minMag.c
index 6e3d14e8f338..a83e70a03126 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui32_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui32_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui64_r_minMag.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui64_r_minMag.c
index 87eb0d05cb3b..36c7322efad3 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui64_r_minMag.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/f64_to_ui64_r_minMag.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f32.c
index e6de3e837a04..34afdde5e4c3 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f64.c
index 24feda542d24..a52476dee076 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i32_to_f64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f32.c
index ca1dc7452be2..03bd681616f8 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f64.c
index ea9e821adf20..ecb861d5ba84 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/i64_to_f64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/internals.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/internals.h
index 020b3402f59f..bce754cdd984 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/internals.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/internals.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/opts-GCC.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/opts-GCC.h
index 18c1523e9205..e80e5ed6b695 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/opts-GCC.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/opts-GCC.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitiveTypes.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitiveTypes.h
index a4a6dd11c65c..dafc6f003658 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitiveTypes.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitiveTypes.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitives.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitives.h
index 863ab45b57ca..6686066ddb3d 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitives.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/primitives.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat.h
index b33374cd6c8b..673bb3b04c32 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat_types.h b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat_types.h
index bc30e3144066..553bb45ec0c6 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat_types.h
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/include/softfloat_types.h
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF32.c
index b74489decefe..0333d9ee7db6 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF64.c
index e8a489874562..6070bc52443e 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_addMagsF64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros32.c
index 53ab22824f7e..2167773b1198 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros64.c
index 13a222463643..89eaa6d96288 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros8.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros8.c
index a56f5a40c52e..ab066b4f65ca 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros8.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_countLeadingZeros8.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_mul64To128.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_mul64To128.c
index 5d360aa4b81e..061267bc10db 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_mul64To128.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_mul64To128.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF32.c
index 9fae916315e7..5789d4519024 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF64.c
index 109141fad029..dbd1c40a13d2 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normRoundPackToF64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF32Sig.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF32Sig.c
index d4bff9b419ae..24cc3595a7b4 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF32Sig.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF32Sig.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF64Sig.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF64Sig.c
index 0c63b97d5b26..d965f0afbeb3 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF64Sig.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_normSubnormalF64Sig.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF32.c
index a69b8d4d7022..807d88dc2cd2 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF64.c
index f7f3abff52e4..b19b4b716010 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_roundPackToF64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam32.c
index 2533fcd95621..50220bc1b4a7 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam64.c
index 4b40e3de68c0..5e31df867525 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shiftRightJam64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shortShiftRightJam64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shortShiftRightJam64.c
index d3044c853752..f2c48ffe2246 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shortShiftRightJam64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_shortShiftRightJam64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF32.c
index 0c1f32ed6f89..dbc72ee36951 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF64.c
index a4a0ebc44fa6..d9505e303909 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/s_subMagsF64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/softfloat_state.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/softfloat_state.c
index 0f296654fd48..0810cdff6249 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/softfloat_state.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/softfloat_state.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f32.c
index d75911f2d397..5890237c3e5f 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f64.c
index 504f96e6e2b4..cc5684925851 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui32_to_f64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f32.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f32.c
index cbe3a9db2ad2..a92214a8c1d3 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f32.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f32.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
diff --git a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f64.c b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f64.c
index 032894378503..b08937756811 100644
--- a/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f64.c
+++ b/ArmPkg/Library/ArmSoftFloatLib/SoftFloat-3e/source/ui64_to_f64.c
@@ -1,5 +1,6 @@
 
 /*============================================================================
+SPDX-License-Identifier: BSD-3-Clause
 
 This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
 Package, Release 3e, by John R. Hauser.
-- 
2.20.1


  parent reply	other threads:[~2019-05-27 20:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-27 20:51 [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version Ard Biesheuvel
2019-05-27 20:51 ` [PATCH v2 1/7] ArmPkg: import latest version (3e) of the Berkeley Softfloat library Ard Biesheuvel
2019-05-27 20:51 ` [PATCH v2 2/7] ArmPkg/ArmSoftFloatLib: switch to new version of softfloat library Ard Biesheuvel
2019-05-27 20:51 ` [PATCH v2 3/7] ArmPkg/ArmSoftFloatLib: remove source files that are no longer used Ard Biesheuvel
2019-05-27 20:51 ` [PATCH v2 4/7] ArmPkg/ArmSoftFloatLib: remove new source files that are not used Ard Biesheuvel
2019-05-27 20:51 ` Ard Biesheuvel [this message]
2019-05-28 11:27   ` [PATCH v2 5/7] ArmPkg/ArmSoftFloatLib: add SPDX identifiers Laszlo Ersek
2019-05-28 11:28     ` Ard Biesheuvel
2019-05-28 12:22       ` Leif Lindholm
2019-05-27 20:51 ` [PATCH v2 6/7] BaseTools/tools_def CLANG3x ARM AARCH64: force use of C99 standard Ard Biesheuvel
2019-05-28  0:17   ` Liming Gao
2019-05-28  6:10     ` [edk2-devel] " Ard Biesheuvel
2019-05-28  7:37       ` Wang, Jian J
2019-05-28  8:25       ` Leif Lindholm
2019-05-27 20:51 ` [PATCH v2 7/7] ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.S Ard Biesheuvel
2019-05-30  9:24   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-05-28  6:35 ` [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version Ard Biesheuvel
2019-05-28 11:21 ` Laszlo Ersek
2019-05-28 11:29 ` Laszlo Ersek
2019-05-28 11:39 ` Laszlo Ersek
2019-05-28 13:56   ` Ard Biesheuvel
2019-05-28 16:57   ` [edk2-devel] " Michael D Kinney
2019-05-28 15:40 ` Leif Lindholm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190527205141.12344-6-ard.biesheuvel@linaro.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox