From: Andreas Färber Date: Mon, 7 Mar 2011 00:34:04 +0000 (+0100) Subject: softfloat: Prepend QEMU-style header with derivation notice X-Git-Tag: v0.15.0-rc0~689 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d725fac63c31562cdc25e332634a6583ca7b9b5;p=thirdparty%2Fqemu.git softfloat: Prepend QEMU-style header with derivation notice The SoftFloat license requires "prominent notice that the work is derivative". Having added features like improved 16-bit support for arm already, add such a notice to the sources. softfloat-native.[ch] are not under the SoftFloat license and thus are not changed. Cc: Peter Maydell Signed-off-by: Andreas Färber Signed-off-by: Aurelien Jarno --- diff --git a/fpu/softfloat-macros.h b/fpu/softfloat-macros.h index 783822820ef..54c0bad2a7c 100644 --- a/fpu/softfloat-macros.h +++ b/fpu/softfloat-macros.h @@ -1,3 +1,8 @@ +/* + * QEMU float support macros + * + * Derived from SoftFloat. + */ /*============================================================================ diff --git a/fpu/softfloat-specialize.h b/fpu/softfloat-specialize.h index adc5adad6a3..4add93c9c6a 100644 --- a/fpu/softfloat-specialize.h +++ b/fpu/softfloat-specialize.h @@ -1,3 +1,8 @@ +/* + * QEMU float support + * + * Derived from SoftFloat. + */ /*============================================================================ diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 30b07e9b44b..e800daa01cc 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.c @@ -1,3 +1,8 @@ +/* + * QEMU float support + * + * Derived from SoftFloat. + */ /*============================================================================ diff --git a/fpu/softfloat.h b/fpu/softfloat.h index fd61dc4b25d..9e1072745cc 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@ -1,3 +1,9 @@ +/* + * QEMU float support + * + * Derived from SoftFloat. + */ + /*============================================================================ This C header file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic