Upgraded GRUB2 to 2.00 release.
[AROS.git] / compiler / clib / LEGAL
blob77425d29abd669e235a56582deef796b38ca37cc
1 All files in this directory except "strlcat.c", "strlcpy.c", "swab.c",
2 "random.c" and "getopt.c" are distributed under the AROS Public License,
3 as found in the root directory of the AROS sources. The copyright notices
4 and distribution conditions for the remaining files mentioned above are
5 listed below.
7 The files "strlcat.c" and "strlcpy.c":
8     
9     Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
10     All rights reserved.
11     
12     Redistribution and use in source and binary forms, with or without
13     modification, are permitted provided that the following conditions
14     are met:
15     1. Redistributions of source code must retain the above copyright
16        notice, this list of conditions and the following disclaimer.
17     2. Redistributions in binary form must reproduce the above copyright
18        notice, this list of conditions and the following disclaimer in the
19        documentation and/or other materials provided with the distribution.
20     3. The name of the author may not be used to endorse or promote products
21        derived from this software without specific prior written permission.
22     
23     THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
24     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
25     AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
26     THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
27     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
28     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
29     OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30     WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
31     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
32     ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 The file "swab.c":
36     Copyright (c) 1988 Regents of the University of California.
37     All rights reserved.
38     
39     This code is derived from software contributed to Berkeley by
40     Jeffrey Mogul.
41     
42     Redistribution and use in source and binary forms, with or without
43     modification, are permitted provided that the following conditions
44     are met:
45     1. Redistributions of source code must retain the above copyright
46        notice, this list of conditions and the following disclaimer.
47     2. Redistributions in binary form must reproduce the above copyright
48        notice, this list of conditions and the following disclaimer in the
49        documentation and/or other materials provided with the distribution.
50     3. All advertising materials mentioning features or use of this software
51        must display the following acknowledgement:
52          This product includes software developed by the University of
53          California, Berkeley and its contributors.
54     4. Neither the name of the University nor the names of its contributors
55        may be used to endorse or promote products derived from this software
56        without specific prior written permission.
57     
58     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
59     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
60     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
61     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
62     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
64     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
65     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
66     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
67     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68     SUCH DAMAGE.
70 The file "random.c":
72     Copyright (c) 1983 Regents of the University of California.
73     All rights reserved.
74     
75     Redistribution and use in source and binary forms are permitted
76     provided that: (1) source distributions retain this entire copyright
77     notice and comment, and (2) distributions including binaries display
78     the following acknowledgement:  ``This product includes software
79     developed by the University of California, Berkeley and its contributors''
80     in the documentation or other materials provided with the distribution
81     and in all advertising materials mentioning features or use of this
82     software. Neither the name of the University nor the names of its
83     contributors may be used to endorse or promote products derived
84     from this software without specific prior written permission.
85     THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
86     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
87     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
89 The file "getopt.c" (Imported from FreeBSD):
91     Copyright (c) 1987, 1993, 1994
92         The Regents of the University of California.  All rights reserved.
94     Redistribution and use in source and binary forms, with or without
95     modification, are permitted provided that the following conditions
96     are met:
97     1. Redistributions of source code must retain the above copyright
98        notice, this list of conditions and the following disclaimer.
99     2. Redistributions in binary form must reproduce the above copyright
100        notice, this list of conditions and the following disclaimer in the
101        documentation and/or other materials provided with the distribution.
102     3. All advertising materials mentioning features or use of this software
103        must display the following acknowledgement:
104           This product includes software developed by the University of
105           California, Berkeley and its contributors.
106     4. Neither the name of the University nor the names of its contributors
107        may be used to endorse or promote products derived from this software
108        without specific prior written permission.
110     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
111     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
112     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
113     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
114     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
115     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
116     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
117     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
118     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
119     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
120     SUCH DAMAGE.