ref: 490903f17ab0a3a6bd378f1db4344453ba178833
parent: 13428380a09bb6b172dadb6a522b0330f86d928e
author: Chris Bagwell <chris@cnpbagwell.com>
date: Sun Jan 22 16:02:24 EST 2012
Add missing license for extended percision float A license was added to IEEE 80-bit extended precision float logic by original author. Took text from Author's (Ken Turkowski) web page of same code and added it to ours: http://www.realitypixels.com/turk/opensource/ToFromIEEE.c.txt
--- a/src/aiff.c
+++ b/src/aiff.c
@@ -948,8 +948,17 @@
*/
/* Copyright (C) 1988-1991 Apple Computer, Inc.
+ *
* All rights reserved.
*
+ * Warranty Information
+ * Even though Apple has reviewed this software, Apple makes no warranty
+ * or representation, either express or implied, with respect to this
+ * software, its quality, accuracy, merchantability, or fitness for a
+ * particular purpose. As a result, this software is provided "as is,"
+ * and you, its user, are assuming the entire risk as to its quality
+ * and accuracy.
+ *
* Machine-independent I/O routines for IEEE floating-point numbers.
*
* NaN's and infinities are converted to HUGE_VAL, which
@@ -1037,7 +1046,19 @@
/*
* Copyright (C) 1988-1991 Apple Computer, Inc.
+ *
* All rights reserved.
+ *
+ * Warranty Information
+ * Even though Apple has reviewed this software, Apple makes no warranty
+ * or representation, either express or implied, with respect to this
+ * software, its quality, accuracy, merchantability, or fitness for a
+ * particular purpose. As a result, this software is provided "as is,"
+ * and you, its user, are assuming the entire risk as to its quality
+ * and accuracy.
+ *
+ * This code may be used and freely distributed as long as it includes
+ * this copyright notice and the above warranty information.
*
* Machine-independent I/O routines for IEEE floating-point numbers.
*