]> git.buserror.net Git - polintos/scott/priv.git/blob - doc/attributions
Initial checkin from Perforce.
[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 // Permission is hereby granted, free of charge, to any person obtaining a copy of
15 // this software and associated documentation files (the "Software"), to deal with
16 // the Software without restriction, including without limitation the rights to
17 // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
18 // of the Software, and to permit persons to whom the Software is furnished to do
19 // so, subject to the following conditions:
20 // 
21 //     * Redistributions of source code must retain the above copyright notice,
22 //       this list of conditions and the following disclaimers.
23 // 
24 //     * Redistributions in binary form must reproduce the above copyright notice,
25 //       this list of conditions and the following disclaimers in the
26 //       documentation and/or other materials provided with the distribution.
27 // 
28 //     * The names of the Software's authors and/or contributors
29 //       may not be used to endorse or promote products derived from
30 //       this Software without specific prior written permission.
31 // 
32 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
34 // FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
35 // CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
38 // SOFTWARE.
39
40 Portions of the C library which come from newlib
41 ================================================
42
43 /* Copyright (c) 2002 Red Hat Incorporated.
44    All rights reserved.
45
46    Redistribution and use in source and binary forms, with or without
47    modification, are permitted provided that the following conditions are met:
48
49      Redistributions of source code must retain the above copyright
50      notice, this list of conditions and the following disclaimer.
51
52      Redistributions in binary form must reproduce the above copyright
53      notice, this list of conditions and the following disclaimer in the
54      documentation and/or other materials provided with the distribution.
55
56      The name of Red Hat Incorporated may not be used to endorse
57      or promote products derived from this software without specific
58      prior written permission.
59
60    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
61    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
62    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
63    ARE DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
64    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
65    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
66    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
67    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
68    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS   
69    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
70 */