blob: 49388923b962a5aa4b8a4770ece0567cf3bd9ed2 [file] [log] [blame]
Uwe Hermannc52761b2008-03-20 00:02:07 +00001-------------------------------------------------------------------------------
2Copyright and Licenses
3-------------------------------------------------------------------------------
4
5The copyright on libpayload is owned by various individual developers
6and/or companies. Please check the individual source files for details.
7
8The libpayload code is mostly licensed under the terms of the three-clause
9BSD 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
35For some parts, which were taken from external projects, other (compatible)
36licenses may apply. Please check the individual source files for details,
37or see the section below for an overview of third-party code in libpayload.
38
39
40Third-party Code and License Overview
41-------------------------------------
42
43This is an overview of (modified or unmodified) third-party code in
44libpayload, and where it was originally taken from.
45
46Please check the individual source code files for the list of copyright
47holders, 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
Uwe Hermanncc8a9932008-08-11 20:34:50 +000051 Current version we use: 587c90616a5b44e6ccfac38e64d4fecee51d588c (03/2008)
Uwe Hermannc52761b2008-03-20 00:02:07 +000052
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
Uwe Hermanncc8a9932008-08-11 20:34:50 +000063* include/lar.h: GPLv2 or revised BSD license
64 Source: coreboot v3, svn://coreboot.org/repository/coreboot-v3
65 Original file: util/lar/lar.h
66 Current version we use: r647
67
Uwe Hermannc52761b2008-03-20 00:02:07 +000068* libc/ipchecksum.c: 2-clause BSD license
69 Source: FreeBSD's base system libraries, http://www.freebsd.org
70 http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libalias/Attic/alias_util.c?rev=1.15;content-type=text%2Fplain
71 Original files: lib/libalias/alias_util.c, function LibAliasInternetChecksum()
72 Current version we use: CVS revision 1.15 2004/07/06 12:13:28
73
Uwe Hermann4eb50892008-04-07 23:33:50 +000074* libc/rand.c: 3-clause BSD license
75 Source: OpenBSD
76 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/rand.c
77 Original files: src/lib/libc/stdlib/rand.c
78 Current version we use: CVS revision 1.9 2005/8/8 08:05:37
79
Uwe Hermannc52761b2008-03-20 00:02:07 +000080* libc/memory.c: 3-clause BSD license
81 Source: HelenOS, http://www.helenos.eu
82 svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS
83 http://svn.helenos.eu/chora/browse.php?f=%2Ftrunk%2F
84 Original files: uspace/libc/generic/string.c
85 Current version we use: r2754
86
87* libc/printf.c: 3-clause BSD license
88 Source: HelenOS, http://www.helenos.eu
89 svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS
90 http://svn.helenos.eu/chora/browse.php?f=%2Ftrunk%2F
91 Original files: kernel/generic/src/printf/printf_core.c
Uwe Hermann0a896252008-04-02 12:35:45 +000092 kernel/generic/src/printf/snprintf.c
Uwe Hermannc52761b2008-03-20 00:02:07 +000093 kernel/generic/src/printf/sprintf.c
94 kernel/generic/src/printf/vsnprintf.c
95 kernel/generic/src/printf/vsprintf.c
96 kernel/generic/src/printf/printf.c
97 kernel/generic/src/printf/vprintf.c
98 Current version we use: r2745
99
Uwe Hermanncc8a9932008-08-11 20:34:50 +0000100* drivers/video/font8x16.c: 3-clause BSD license
101 Source: HelenOS, http://www.helenos.eu
102 svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS
103 http://svn.helenos.eu/chora/browse.php?f=%2Ftrunk%2F
104 Original file: kernel/genarch/src/fb/font-8x16.c
105 Current version we use: r3293
106
Uwe Hermann39955932008-04-03 23:01:23 +0000107* crypto/sha1.c: Public domain
108 Source: OpenBSD
109 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
110 Original files: src/lib/libc/hash/sha1.c
111 Current version we use: CVS revision 1.20 2005/08/08
Stefan Reinauer14e22772010-04-27 06:56:47 +0000112