Document all of the external code we use in libpayload (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3500 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -48,7 +48,7 @@ holders, and the exact license terms that apply.
|
|||||||
|
|
||||||
* util/kconfig/*: GPLv2
|
* util/kconfig/*: GPLv2
|
||||||
Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
Source: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
||||||
Current version we use: TODO
|
Current version we use: 587c90616a5b44e6ccfac38e64d4fecee51d588c (03/2008)
|
||||||
|
|
||||||
* include/curses.priv.h: BSD-like license
|
* include/curses.priv.h: BSD-like license
|
||||||
Source: ncurses, http://www.gnu.org/software/ncurses/
|
Source: ncurses, http://www.gnu.org/software/ncurses/
|
||||||
@@ -60,6 +60,11 @@ holders, and the exact license terms that apply.
|
|||||||
Original files: include/curses.h.in
|
Original files: include/curses.h.in
|
||||||
Current version we use: 5.6
|
Current version we use: 5.6
|
||||||
|
|
||||||
|
* include/lar.h: GPLv2 or revised BSD license
|
||||||
|
Source: coreboot v3, svn://coreboot.org/repository/coreboot-v3
|
||||||
|
Original file: util/lar/lar.h
|
||||||
|
Current version we use: r647
|
||||||
|
|
||||||
* libc/ipchecksum.c: 2-clause BSD license
|
* libc/ipchecksum.c: 2-clause BSD license
|
||||||
Source: FreeBSD's base system libraries, http://www.freebsd.org
|
Source: FreeBSD's base system libraries, http://www.freebsd.org
|
||||||
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libalias/Attic/alias_util.c?rev=1.15;content-type=text%2Fplain
|
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libalias/Attic/alias_util.c?rev=1.15;content-type=text%2Fplain
|
||||||
@@ -92,6 +97,13 @@ holders, and the exact license terms that apply.
|
|||||||
kernel/generic/src/printf/vprintf.c
|
kernel/generic/src/printf/vprintf.c
|
||||||
Current version we use: r2745
|
Current version we use: r2745
|
||||||
|
|
||||||
|
* drivers/video/font8x16.c: 3-clause BSD license
|
||||||
|
Source: HelenOS, http://www.helenos.eu
|
||||||
|
svn checkout svn://svn.helenos.eu/HelenOS/trunk HelenOS
|
||||||
|
http://svn.helenos.eu/chora/browse.php?f=%2Ftrunk%2F
|
||||||
|
Original file: kernel/genarch/src/fb/font-8x16.c
|
||||||
|
Current version we use: r3293
|
||||||
|
|
||||||
* crypto/sha1.c: Public domain
|
* crypto/sha1.c: Public domain
|
||||||
Source: OpenBSD
|
Source: OpenBSD
|
||||||
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
|
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of libpayload
|
* This file is part of the libpayload project.
|
||||||
*
|
*
|
||||||
* It has originally been taken from the HelenOS project
|
* It has originally been taken from the HelenOS project
|
||||||
* (http://www.helenos.eu)
|
* (http://www.helenos.eu), and slightly modified for our purposes.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2005 Martin Decky
|
* Copyright (c) 2005 Martin Decky
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
Reference in New Issue
Block a user