]> git.buserror.net Git - polintos/scott/priv.git/blob - doc/attributions
ad569c6831ad0e625edce9a923d2298ed9830a19
[polintos/scott/priv.git] / doc / attributions
1 The PolIntOS project contains code from various sources and under
2 various licenses.  Many of these licenses require that binary
3 distributions contain attribution and/or the full license text; this
4 is where such things go.  This file only applies to the base PolIntOS
5 project; add-on components which have been separated out due to
6 license compatibility issues or for other reasons will have their
7 attributions within the component in question.
8
9 Original code written by Scott Wood
10 ===================================
11
12 This software is copyright (c) 2006 Scott Wood <scott@buserror.net>.
13
14 This software is provided 'as-is', without any express or implied warranty.
15 In no event will the authors or contributors be held liable for any damages
16 arising from the use of this software.
17
18 Permission is hereby granted to everyone, free of charge, to use, copy,
19 modify, prepare derivative works of, publish, distribute, perform,
20 sublicense, and/or sell copies of the Software, provided that the above
21 copyright notice and disclaimer of warranty be included in all copies or
22 substantial portions of this software.
23
24 Portions of the C library which come from newlib
25 ================================================
26
27 /* Copyright (c) 2002 Red Hat Incorporated.
28    All rights reserved.
29
30    Redistribution and use in source and binary forms, with or without
31    modification, are permitted provided that the following conditions are met:
32
33      Redistributions of source code must retain the above copyright
34      notice, this list of conditions and the following disclaimer.
35
36      Redistributions in binary form must reproduce the above copyright
37      notice, this list of conditions and the following disclaimer in the
38      documentation and/or other materials provided with the distribution.
39
40      The name of Red Hat Incorporated may not be used to endorse
41      or promote products derived from this software without specific
42      prior written permission.
43
44    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
45    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
47    ARE DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
48    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
49    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
50    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
51    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
52    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS   
53    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 */