diff options
author | Andreas Färber <andreas.faerber@web.de> | 2011-03-07 01:34:04 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-03-21 21:46:05 +0100 |
commit | 8d725fac63c31562cdc25e332634a6583ca7b9b5 (patch) | |
tree | 9322da186be673ddf6f736f0a65fa075463a7bc2 /fpu/softfloat.h | |
parent | 735e77ecb14355df35c9dbb727f3bc76d730b651 (diff) | |
download | qemu-8d725fac63c31562cdc25e332634a6583ca7b9b5.zip qemu-8d725fac63c31562cdc25e332634a6583ca7b9b5.tar.gz qemu-8d725fac63c31562cdc25e332634a6583ca7b9b5.tar.bz2 |
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>
Diffstat (limited to 'fpu/softfloat.h')
-rw-r--r-- | fpu/softfloat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h index fd61dc4..9e10727 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 |