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 <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Andreas Färber 2011-03-07 01:34:04 +01:00 committed by Aurelien Jarno
parent 735e77ecb1
commit 8d725fac63
4 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
* QEMU float support macros
*
* Derived from SoftFloat.
*/
/*============================================================================

View File

@ -1,3 +1,8 @@
/*
* QEMU float support
*
* Derived from SoftFloat.
*/
/*============================================================================

View File

@ -1,3 +1,8 @@
/*
* QEMU float support
*
* Derived from SoftFloat.
*/
/*============================================================================

View File

@ -1,3 +1,9 @@
/*
* QEMU float support
*
* Derived from SoftFloat.
*/
/*============================================================================
This C header file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic