Author: uwe Date: 2008-08-11 22:34:50 +0200 (Mon, 11 Aug 2008) New Revision: 3500
Modified: trunk/payloads/libpayload/LICENSES trunk/payloads/libpayload/drivers/video/font8x16.c Log: 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
Modified: trunk/payloads/libpayload/LICENSES =================================================================== --- trunk/payloads/libpayload/LICENSES 2008-08-11 20:34:28 UTC (rev 3499) +++ trunk/payloads/libpayload/LICENSES 2008-08-11 20:34:50 UTC (rev 3500) @@ -48,7 +48,7 @@
* util/kconfig/*: GPLv2 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 Source: ncurses, http://www.gnu.org/software/ncurses/ @@ -60,6 +60,11 @@ Original files: include/curses.h.in 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 Source: FreeBSD's base system libraries, http://www.freebsd.org http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libalias/Attic/alias_util.c?re... @@ -92,6 +97,13 @@ kernel/generic/src/printf/vprintf.c 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 Source: OpenBSD http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
Modified: trunk/payloads/libpayload/drivers/video/font8x16.c =================================================================== --- trunk/payloads/libpayload/drivers/video/font8x16.c 2008-08-11 20:34:28 UTC (rev 3499) +++ trunk/payloads/libpayload/drivers/video/font8x16.c 2008-08-11 20:34:50 UTC (rev 3500) @@ -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 - * (http://www.helenos.eu) + * (http://www.helenos.eu), and slightly modified for our purposes. * * Copyright (c) 2005 Martin Decky * All rights reserved.