libpayload: BSD solutions contributed by Uwe
[coreboot.git] / payloads / libpayload / LICENSES
1 -------------------------------------------------------------------------------
2 Copyright and Licenses
3 -------------------------------------------------------------------------------
4
5 The copyright on libpayload is owned by various individual developers
6 and/or companies. Please check the individual source files for details.
7
8 The libpayload code is mostly licensed under the terms of the three-clause
9 BSD license:
10
11    Redistribution and use in source and binary forms, with or without
12    modification, are permitted provided that the following conditions
13    are met:
14
15    1. Redistributions of source code must retain the above copyright
16       notice, this list of conditions and the following disclaimer.
17    2. Redistributions in binary form must reproduce the above copyright
18       notice, this list of conditions and the following disclaimer in the
19       documentation and/or other materials provided with the distribution.
20    3. The name of the author may not be used to endorse or promote products
21       derived from this software without specific prior written permission.
22
23    THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
24    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
27    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33    SUCH DAMAGE.
34
35 For some parts, which were taken from external projects, other (compatible)
36 licenses may apply. Please check the individual source files for details,
37 or see the section below for an overview of third-party code in libpayload.
38
39
40 Third-party Code and License Overview
41 -------------------------------------
42
43 This is an overview of (modified or unmodified) third-party code in
44 libpayload, and where it was originally taken from.
45
46 Please check the individual source code files for the list of copyright
47 holders, and the exact license terms that apply.
48
49 * util/kconfig/*: GPLv2
50   Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
51   Current version we use: TODO
52
53 * include/curses.priv.h: BSD-like license
54   Source: ncurses, http://www.gnu.org/software/ncurses/
55   Original files: ncurses/curses.priv.h
56   Current version we use: 5.6
57
58 * include/curses.h: BSD-like license
59   Source: ncurses, http://www.gnu.org/software/ncurses/
60   Original files: include/curses.h.in
61   Current version we use: 5.6
62
63 * libc/ipchecksum.c: 2-clause BSD license
64   Source: FreeBSD's base system libraries, http://www.freebsd.org
65           http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libalias/Attic/alias_util.c?rev=1.15;content-type=text%2Fplain
66   Original files: lib/libalias/alias_util.c, function LibAliasInternetChecksum()
67   Current version we use: CVS revision 1.15 2004/07/06 12:13:28
68
69 * libc/memory.c: 3-clause BSD license
70   Source: HelenOS, http://www.helenos.eu
71           svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS
72           http://svn.helenos.eu/chora/browse.php?f=%2Ftrunk%2F
73   Original files: uspace/libc/generic/string.c
74   Current version we use: r2754
75
76 * libc/printf.c: 3-clause BSD license
77   Source: HelenOS, http://www.helenos.eu
78           svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS
79           http://svn.helenos.eu/chora/browse.php?f=%2Ftrunk%2F
80   Original files: kernel/generic/src/printf/printf_core.c
81                   kernel/generic/src/printf/sprintf.c
82                   kernel/generic/src/printf/vsnprintf.c
83                   kernel/generic/src/printf/vsprintf.c
84                   kernel/generic/src/printf/printf.c
85                   kernel/generic/src/printf/vprintf.c
86   Current version we use: r2745
87