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-macros.h | |
parent | 735e77ecb14355df35c9dbb727f3bc76d730b651 (diff) | |
download | qemu-8d725fac63c31562cdc25e332634a6583ca7b9b5.zip |
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-macros.h')
-rw-r--r-- | fpu/softfloat-macros.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fpu/softfloat-macros.h b/fpu/softfloat-macros.h index 783822820e..54c0bad2a7 100644 --- a/fpu/softfloat-macros.h +++ b/fpu/softfloat-macros.h @@ -1,3 +1,8 @@ +/* + * QEMU float support macros + * + * Derived from SoftFloat. + */ /*============================================================================ |