]> git.buserror.net Git - polintos/scott/priv.git/blob - doc/attributions
Switch to a simple X11-style license.
[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 condition:
20 // 
21 // The above copyright notice and this permission notice shall be
22 // included in all copies or substantial portions of the Software.
23 // 
24 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
26 // FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
27 // CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
30 // SOFTWARE.
31
32 Portions of the C library which come from newlib
33 ================================================
34
35 /* Copyright (c) 2002 Red Hat Incorporated.
36    All rights reserved.
37
38    Redistribution and use in source and binary forms, with or without
39    modification, are permitted provided that the following conditions are met:
40
41      Redistributions of source code must retain the above copyright
42      notice, this list of conditions and the following disclaimer.
43
44      Redistributions in binary form must reproduce the above copyright
45      notice, this list of conditions and the following disclaimer in the
46      documentation and/or other materials provided with the distribution.
47
48      The name of Red Hat Incorporated may not be used to endorse
49      or promote products derived from this software without specific
50      prior written permission.
51
52    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
53    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
54    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
55    ARE DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
56    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
57    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
58    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
59    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
60    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS   
61    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62 */