coreboot/src
ebiederm c7798895d3 Add copyright notices to two files, src/boot/elfboot.c
and its derivative src/boot/selfboot.c.

The mail in which Eric asserts authorship on elfboot.c is
quoted below, selfboot.c was substantially edited by Ron.
With that information in mind the change is trivial.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



From: ebiederm@xmission.com (Eric W. Biederman)
Date: Wed, 01 Apr 2009 03:31:15 -0700
To: Patrick Georgi <patrick@georgi-clan.de>

Patrick Georgi <patrick@georgi-clan.de> writes:

> Hi,
>
> We found some file in the coreboot tree that we suspect is yours.
> Unfortunately,
> both copyright notice and license are missing.
> Could you please take a look at it, and state whether it's yours,
> and if so,
> what license is to be attached?

Yes. GPLv2

> The file in question is
> http://tracker.coreboot.org/trac/coreboot/browser/trunk/coreboot-v2/src/boot/elfboot.c
> and its history goes back to
> http://tracker.coreboot.org/trac/coreboot/log/trunk/LinuxBIOSv2/src/boot/elfboot.c?rev=2890


Eric


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-04-01 11:03:32 +00:00
..
arch fix typo 2009-03-31 17:17:30 +00:00
boot Add copyright notices to two files, src/boot/elfboot.c 2009-04-01 11:03:32 +00:00
config Add the CONFIG_ROMS config variable. 2009-03-31 16:32:01 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu fix typo 2009-03-31 17:15:42 +00:00
devices During the suspend/resume programming I came to an issue that first 4KB of 2009-03-26 21:45:26 +00:00
drivers This, ladies and gentlement, is commit #4000. 2009-03-13 15:42:27 +00:00
include This patch adds "high coreboot table support" to coreboot version 2. 2009-03-17 14:38:48 +00:00
lib This code adds support for coreboot images that use ROMFS. 2009-04-01 10:48:39 +00:00
mainboard Add the CONFIG_ROMS config variable. 2009-03-31 16:32:01 +00:00
northbridge During the suspend/resume programming I came to an issue that first 4KB of 2009-03-26 21:45:26 +00:00
pc80 This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves 2009-03-21 11:50:20 +00:00
stream This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
superio This patch reverts SuperIO changes that I was too hasty with. Even though the 2009-03-13 17:20:59 +00:00