Copyright information for avr-libc - additions and corrections are welcome.
This is just a quick summary - see the individual source files for details.
All of this is supposed to be Free Software, Open Source, DFSG-free,
GPL-compatible, and OK to use in both free and proprietary applications.

*******************************************************************************

NOTE: Anything that was noted as "public domain" or "free for any purpose"
has been changed to use the Modified BSD license (no advertising clause).
Changes were made 23 May 2002 by Theodore A. Roth <troth@verinet.com> with
Marek's permission so that the project can be moved to savannah.gnu.org.

*******************************************************************************

fplib (except atan.S, atan2.S) - Michael Stumpf <Michael.Stumpf@t-online.de>,
GPL + exception as in gcrt1.S and libgcc (previously it was pure GPL,
changed 20010717, now OK to link with proprietary applications too).

stdlib/ qsort.c, strtol.c, strtoul.c, bsearch.c, rand.c -
Regents of the University of California, Modified BSD license

stdlib/malloc.c - Joerg Wunsch <joerg_wunsch@interface-systems.de>,
Modified BSD license, with one more restriction removed
("... endorse or promote products derived from this software ...")

misc/itoa.S - Michael Rickmann <mrickma@gwdg.de>, Modified BSD license

fplib/atan.S, fplib/atan2.S, pmstring/strcat_P.S, pmstring/strcasecmp_P.S,
pmstring/strncasecmp_P.S, stdlib/atoi.S, string/strlwr.S, string/strrev.S,
string/strupr.S, string/strcasecmp.S, string/strncasecmp.S -
Reiner Patommel <rpato@post4.tele.dk>, Modified BSD license

string/strstr.S -
Jochen Pernsteiner <jochen.pernsteiner@stud.fh-regensburg.de>,
Modified BSD license

Unless otherwise noted, the rest was written by me, Marek Michalkiewicz
<marekm@amelek.gda.pl> and is now under a Modified BSD license.  (If you
contributed some code to avr-libc and you are not listed above, please
contact me and I will be happy to add you.)

*******************************************************************************

If you add a new file to the project, please consider using the following
license template and add it to the beginning of the file.  Using this license
will insure that your contribution is safe to use in any project someone wishes
to pursue, be it open source or proprietary.

Template follows (replace <YEAR> and <OWNER>):

/* Copyright (c) <YEAR>, <OWNER>
   All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are met:

   * Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
   * 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.

   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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. */

