From 3680265c236485ee6b0ea32cd55ae17436758cf4 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Apr 2008 14:02:39 +0000 Subject: [PATCH] Document origins of util/lar/elf.h (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/coreboot-v3@653 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- HACKING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HACKING b/HACKING index 7f9b1a8bcf..6632aa41b7 100644 --- a/HACKING +++ b/HACKING @@ -59,6 +59,11 @@ Third-party Code and License Overview * util/lar/*: GPLv2 Independant project, but written specifically for coreboot. +* util/lar/elf.h: LGPL-2.1 or later + Source: glibc, http://ftp.gnu.org/gnu/glibc/ + Original files: elf/elf.h + Current version we use: 2.7 + * include/lar.h, util/lar/lar.h, util/lar/example.c: Dual-licensed (GPLv2 + revised BSD license)