aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-08-11 20:34:50 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-08-11 20:34:50 +0000
commitcc8a9934dff6d5b2c219f4cf3ba37988a56087b7 (patch)
tree52bbf84845b17d1ec32f18dbebd203c29d83fd56 /payloads/libpayload
parentb4d4bac1c49d7e19dac6f29ea278df8be6e6dcd2 (diff)
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
Diffstat (limited to 'payloads/libpayload')
-rw-r--r--payloads/libpayload/LICENSES14
-rw-r--r--payloads/libpayload/drivers/video/font8x16.c4
2 files changed, 15 insertions, 3 deletions
diff --git a/payloads/libpayload/LICENSES b/payloads/libpayload/LICENSES
index 191ad79950..9e8276d62e 100644
--- a/payloads/libpayload/LICENSES
+++ b/payloads/libpayload/LICENSES
@@ -48,7 +48,7 @@ holders, and the exact license terms that apply.
* 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 @@ holders, and the exact license terms that apply.
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?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
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
diff --git a/payloads/libpayload/drivers/video/font8x16.c b/payloads/libpayload/drivers/video/font8x16.c
index 5f87adcb33..333c5bf00f 100644
--- a/payloads/libpayload/drivers/video/font8x16.c
+++ b/payloads/libpayload/drivers/video/font8x16.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
- * (http://www.helenos.eu)
+ * (http://www.helenos.eu), and slightly modified for our purposes.
*
* Copyright (c) 2005 Martin Decky
* All rights reserved.