diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-09-10 19:02:38 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-09-10 19:02:38 +0000 |
commit | 596f5af5eb6e75ff87c5ffae0b3c2d72597fc684 (patch) | |
tree | 723d8373ff3f0f503dfac40f737c0db85a96e87b | |
parent | be83844e4cf998dc60411c6802635caf7e8d94e7 (diff) | |
download | cygnal-596f5af5eb6e75ff87c5ffae0b3c2d72597fc684.tar.gz cygnal-596f5af5eb6e75ff87c5ffae0b3c2d72597fc684.tar.bz2 cygnal-596f5af5eb6e75ff87c5ffae0b3c2d72597fc684.zip |
2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
* COPYING.NEWLIB: More updates.
-rw-r--r-- | COPYING.NEWLIB | 29 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 32 insertions, 1 deletions
diff --git a/COPYING.NEWLIB b/COPYING.NEWLIB index e73ea6c40..25badedcb 100644 --- a/COPYING.NEWLIB +++ b/COPYING.NEWLIB @@ -139,7 +139,34 @@ and need not follow the licensing terms described here, provided that the new terms are clearly indicated on the first page of each file where they apply. -(11) Unless otherwise stated in each remaining newlib file, the remaining +(11) Christopher G. Demetriou + +Copyright (c) 2001 Christopher G. Demetriou +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +(12) Unless otherwise stated in each remaining newlib file, the remaining files in the newlib subdirectory are governed by the following copyright. Copyright (c) 1994, 1997, 2001, 2002 Red Hat Incorporated. @@ -1,3 +1,7 @@ +2002-09-10 Jeff Johnston <jjohnstn@redhat.com> + + * COPYING.NEWLIB: More updates. + 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> * COPYING.NEWLIB: Update. |