use struct timeval to obtain the cputime. disable display atm until the code is corre...
[AROS.git] / compiler / stdc / LEGAL
blob47690effd437deb797afdd26560fe733a94fe70e
1 Most files in this library are under the AROS Public License, exceptions are listed
2 below.
3 Following files are based on libnix code that was public domain and are using the
4 AROS Public License here:
5  * getenv.c
6  * tmpfile.c
7  * tmpnam.c
8  * __vcformat.c
9  * vfprintf.c
10  * vfscanf.c
11  * vsnprintf.c
12  * vsprintf.c
13  * vsscanf.c
15 The file "memmove.c" (imported from FreeBSD; called bcopy.c there):
17     Copyright (c) 1990, 1993
18         The Regents of the University of California.  All rights reserved.
19    
20     This code is derived from software contributed to Berkeley by
21     Chris Torek.
22    
23     Redistribution and use in source and binary forms, with or without
24     modification, are permitted provided that the following conditions
25     are met:
26     1. Redistributions of source code must retain the above copyright
27        notice, this list of conditions and the following disclaimer.
28     2. Redistributions in binary form must reproduce the above copyright
29        notice, this list of conditions and the following disclaimer in the
30        documentation and/or other materials provided with the distribution.
31     3. All advertising materials mentioning features or use of this software
32        must display the following acknowledgement:
33         This product includes software developed by the University of
34         California, Berkeley and its contributors.
35     4. Neither the name of the University nor the names of its contributors
36        may be used to endorse or promote products derived from this software
37        without specific prior written permission.
38    
39     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
40     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
43     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
49     SUCH DAMAGE.
52 The files "strlcat.c" and "strlcpy.c" (imported from OpenBSD):
53     
54     Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
55     All rights reserved.
56     
57     Redistribution and use in source and binary forms, with or without
58     modification, are permitted provided that the following conditions
59     are met:
60     1. Redistributions of source code must retain the above copyright
61        notice, this list of conditions and the following disclaimer.
62     2. Redistributions in binary form must reproduce the above copyright
63        notice, this list of conditions and the following disclaimer in the
64        documentation and/or other materials provided with the distribution.
65     3. The name of the author may not be used to endorse or promote products
66        derived from this software without specific prior written permission.
67     
68     THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
69     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
70     AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
71     THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
72     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
73     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
74     OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
75     WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
76     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
77     ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.