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 | 36ea319fec38d61ffc9b878cb41f03421aca9594 (patch) | |
tree | c5dcd0b1cd504fd3c4852a2ee03b8607c56778df | |
parent | da12f4d8745b41f6989413e8b784749b8319cd86 (diff) | |
download | gdb-36ea319fec38d61ffc9b878cb41f03421aca9594.zip gdb-36ea319fec38d61ffc9b878cb41f03421aca9594.tar.gz gdb-36ea319fec38d61ffc9b878cb41f03421aca9594.tar.bz2 |
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 e73ea6c..25baded 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. |