diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-11-12 21:07:42 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-11-12 21:07:42 +0000 |
commit | 92dd5f23a56cc179af2b8ca3e1f8d0c322560e69 (patch) | |
tree | c46a3e7ed24a738b51b98d75f7d30757922faa77 | |
parent | 8be9b48be685645e2f5b977de10492108581352c (diff) | |
download | newlib-92dd5f23a56cc179af2b8ca3e1f8d0c322560e69.zip newlib-92dd5f23a56cc179af2b8ca3e1f8d0c322560e69.tar.gz newlib-92dd5f23a56cc179af2b8ca3e1f8d0c322560e69.tar.bz2 |
2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
* COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
-rw-r--r-- | COPYING.NEWLIB | 14 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 17 insertions, 1 deletions
diff --git a/COPYING.NEWLIB b/COPYING.NEWLIB index b7ebe11..1a8976b 100644 --- a/COPYING.NEWLIB +++ b/COPYING.NEWLIB @@ -112,7 +112,19 @@ of the software without specific, written prior permission. Hewlett-Packard Company makes no representations about the suitability of this software for any purpose. -(9) Unless otherwise stated in each remaining newlib file, the remaining +(9) Hans-Peter Nilsson + +Copyright (C) 2001 Hans-Peter Nilsson + +Permission to use, copy, modify, and distribute this software is +freely granted, provided that this notice is preserved with no changes. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. + +(10) 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 Red Hat Incorporated. @@ -1,3 +1,7 @@ +2001-11-12 Hans-Peter Nilsson <hp@bitrange.com> + + * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work. + 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com> * configure.in (--enable-languages): Be more permissive about |