aica: Add missing "export" to Makefile
[linux-libre-firmware.git] / aica / AUTHORS
1 KallistiOS Authors List
2 -----------------------
3 The following is a list of all of the attributed authors for KallistiOS, as well
4 as the year(s) of their contributions. As KallistiOS is copyrighted computer
5 software, any use of any parts of KallistiOS must give attribution to the
6 authors who produced it. The names here are listed in no particular order. It is
7 the responsibility of any contributors to KallistiOS to add themselves to this
8 file in order to document their contributions. Note that this list covers only
9 KallistiOS itself, and not any utilities that are bundled with it nor any
10 external libraries that it may use on any given platform (such as Newlib or
11 libgcc). Please consult a legal professional if you intend to use KallistiOS for
12 any commercial purposes to clarify the licensing restrictions that may be placed
13 on your software due to its use of KallistiOS or other libraries.
14
15 Also, keep in mind that libraries included in kos-ports are also not covered by
16 this list, and may have differing license restrictions than KallistiOS itself.
17 Once again, if in doubt, contact a legal professional.
18
19 For more information about the license that KallistiOS is distributed under,
20 please see the README.KOS file in the doc directory.
21
22 Contributors list (under the normal KOS license):
23 -------------------------------------------------
24 Dan Potter: 1997, 2000, 2001, 2002, 2003, 2004
25 Lawrence Sebald: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
26 Sam Steele: 2004
27 Gil Megidish: 2002
28 Florian Schulze: 2002
29 Walter van Niftrik: 2005
30 Donald Haase: 2008, 2014
31 Andrew Kieschnick: 2000, 2001, 2002, 2003
32 Jordan DeLong: 2000, 2001, 2002
33 Bero: 2002
34 Kazuaki Matsumoto: 2002
35 Anders Clerwall (scav): 2001
36 Nick Kochakian: 2002, 2004
37 Vincent Penne: 2004
38 Roger Cattermole: 2002
39 Paul Boese: 2002
40 Brian Paul: 1999, 2000, 2001
41 Josh Pearson: 2013, 2014, 2015, 2016
42 Joe Fenton: 2016
43 Stefan Galowicz: 2016, 2017
44
45 Files with Specific licenses:
46 -----------------------------
47 include/pthread.h:
48 /*  pthread.h
49  *
50  *  Written by Joel Sherrill <joel@OARcorp.com>.
51  *
52  *  COPYRIGHT (c) 1989-2000.
53  *  On-Line Applications Research Corporation (OAR).
54  *
55  *  Permission to use, copy, modify, and distribute this software for any
56  *  purpose without fee is hereby granted, provided that this entire notice
57  *  is included in all copies of any software which is or includes a copy
58  *  or modification of this software.
59  *
60  *  THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
61  *  WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
62  *  OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
63  *  SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
64  *
65  */
66
67 kernel/libc/koslib/realpath.c:
68 /*
69  * Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru>
70  *
71  * Redistribution and use in source and binary forms, with or without
72  * modification, are permitted provided that the following conditions
73  * are met:
74  * 1. Redistributions of source code must retain the above copyright
75  *    notice, this list of conditions and the following disclaimer.
76  * 2. Redistributions in binary form must reproduce the above copyright
77  *    notice, this list of conditions and the following disclaimer in the
78  *    documentation and/or other materials provided with the distribution.
79  * 3. The names of the authors may not be used to endorse or promote
80  *    products derived from this software without specific prior written
81  *    permission.
82  *
83  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
84  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
85  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
86  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
87  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
88  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
89  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
90  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
91  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
92  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
93  * SUCH DAMAGE.
94  */
95
96 kernel/arch/dreamcast/kernel/gdb_stub.c:
97 /*   This is originally based on an m68k software stub written by Glenn
98      Engel at HP, but has changed quite a bit.
99
100      Modifications for the SH by Ben Lee and Steve Chamberlain
101
102      Modifications for KOS by Dan Potter (earlier) and Richard Moats (more
103      recently).
104 */
105
106 /****************************************************************************
107
108         THIS SOFTWARE IS NOT COPYRIGHTED
109
110    HP offers the following for use in the public domain.  HP makes no
111    warranty with regard to the software or it's performance and the
112    user accepts the software "AS IS" with all faults.
113
114    HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD
115    TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
116    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
117
118 ****************************************************************************/