~ubuntu-branches/ubuntu/wily/avr-libc/wily-proposed

« back to all changes in this revision

Viewing changes to LICENSE

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2002-04-15 14:53:38 UTC
  • Revision ID: james.westby@ubuntu.com-20020415145338-c8hi0tn5bx74w7o3
Tags: upstream-20020203
ImportĀ upstreamĀ versionĀ 20020203

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Copyright information for avr-libc - additions and corrections are welcome.
 
2
This is just a quick summary - see the individual source files for details.
 
3
All of this is supposed to be Open Source and DFSG-free.
 
4
 
 
5
gcrt1.S - Denis Chertykov <denisc@overta.ru>, libgcc license
 
6
(GPL + exception to allow linking with proprietary applications).
 
7
 
 
8
fplib (except atan.S, atan2.S) - Michael Stumpf <Michael.Stumpf@t-online.de>,
 
9
GPL + exception as in gcrt1.S and libgcc (previously it was pure GPL,
 
10
changed 20010717, now OK to link with proprietary applications too).
 
11
 
 
12
bsd/qsort.c, bsd/strtol.c, bsd/strtoul.c, stdlib/bsearch.c, stdlib/rand.c -
 
13
Regents of the University of California, BSD license (used by default)
 
14
 
 
15
gnu/qsort.c, gnu/strtol.c, gnu/strtoul.c - FSF, LGPL (alternative to the
 
16
above, not used by default - might not be safe for proprietary applications)
 
17
 
 
18
misc/itoa.S - Michael Rickmann <mrickma@gwdg.de>, free for any purpose
 
19
 
 
20
fplib/atan.S, fplib/atan2.S, pmstring/strcat_P.S, pmstring/strcasecmp_P.S,
 
21
pmstring/strncasecmp_P.S, stdlib/atoi.S, string/strlwr.S, string/strrev.S,
 
22
string/strupr.S, string/strcasecmp.S, string/strncasecmp.S -
 
23
Reiner Patommel <rpato@post4.tele.dk>, public domain
 
24
 
 
25
string/strstr.S -
 
26
Jochen Pernsteiner <jochen.pernsteiner@stud.fh-regensburg.de>, public domain
 
27
 
 
28
Unless otherwise noted, the rest was written by me, Marek Michalkiewicz
 
29
<marekm@amelek.gda.pl> and is public domain.  (If you contributed some
 
30
code to avr-libc and you are not listed above, please contact me and
 
31
I will be happy to add you.)
 
32