From 8d725fac63c31562cdc25e332634a6583ca7b9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 7 Mar 2011 01:34:04 +0100 Subject: softfloat: Prepend QEMU-style header with derivation notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- fpu/softfloat-macros.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fpu/softfloat-macros.h') 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. + */ /*============================================================================ -- cgit v1.2.1