]> git.buserror.net Git - polintos/scott/priv.git/blob - doc/attributions
Initial struct marshalling.
[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 This file represents a good faith attempt to extract all of the
10 per-file attributions and copyright notices related to code that
11 actually gets built for PolIntOS; it is provided "as is", and no
12 claim is made that it is 100% complete and accurate.  If in doubt,
13 refer to the individual files.
14
15 Original code written by Scott Wood
16 ===================================
17
18 This software is copyright (c) 2006-2007 Scott Wood <scott@buserror.net>.
19
20 This software is provided 'as-is', without any express or implied warranty.
21 In no event will the authors or contributors be held liable for any damages
22 arising from the use of this software.
23
24 Permission is hereby granted to everyone, free of charge, to use, copy,
25 modify, prepare derivative works of, publish, distribute, perform,
26 sublicense, and/or sell copies of the Software, provided that the above
27 copyright notice and disclaimer of warranty be included in all copies or
28 substantial portions of this software.
29
30 Portions of the C library which come from newlib
31 ================================================
32
33 /* Copyright (c) 2002 Red Hat Incorporated.
34    All rights reserved.
35
36    Redistribution and use in source and binary forms, with or without
37    modification, are permitted provided that the following conditions are met:
38
39      Redistributions of source code must retain the above copyright
40      notice, this list of conditions and the following disclaimer.
41
42      Redistributions in binary form must reproduce the above copyright
43      notice, this list of conditions and the following disclaimer in the
44      documentation and/or other materials provided with the distribution.
45
46      The name of Red Hat Incorporated may not be used to endorse
47      or promote products derived from this software without specific
48      prior written permission.
49
50    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
51    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
53    ARE DISCLAIMED.  IN NO EVENT SHALL RED HAT INCORPORATED BE LIABLE FOR ANY
54    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
55    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
56    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
57    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS   
59    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60 */
61
62 C++ Standard Template Library (STLport)
63 =======================================
64
65  * Copyright (c) 1994
66  * Hewlett-Packard Company
67  *
68  * Copyright (c) 1996-1999
69  * Silicon Graphics Computer Systems, Inc.
70  *
71  * Copyright (c) 1997
72  * Moscow Center for SPARC Technology
73  *
74  * Copyright (c) 1998
75  * Mark of the Unicorn, Inc.
76  *
77  * Copyright (c) 2000
78  * Pavel Kuznetsov
79  *
80  * Copyright (c) 2001
81  * Meridian'93
82  *
83  * Copyright (c) 1999-2003
84  * Boris Fomitchev
85  *
86  * Copyright (c) 2003-2006
87  * Francis Dumont
88  *
89  * This material is provided "as is", with absolutely no warranty expressed
90  * or implied. Any use is at your own risk.
91  *
92  * Permission to use or copy this software for any purpose is hereby granted 
93  * without fee, provided the above notices are retained on all copies.
94  * Permission to modify the code and to distribute modified code is granted,
95  * provided the above notices are retained, and a notice that the code was
96  * modified is included with the above copyright notice.
97  *
98  * Some files contain this text instead:
99  *
100  * Permission to use, copy, modify, distribute and sell this software
101  * and its documentation for any purpose is hereby granted without fee,
102  * provided that the above copyright notice appear in all copies and
103  * that both that copyright notice and this permission notice appear
104  * in supporting documentation.  <INSERT COPYRIGHT HOLDER> makes no
105  * representations about the suitability of this software for any
106  * purpose.  It is provided "as is" without express or implied warranty.