From a0c2a69ab0a0aee011c73ec582bb5cf73b46c6da Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Mar 2007 08:05:52 +0000 Subject: [PATCH] Use common license header format (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@201 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- lib/elfboot.c | 4 +--- lib/stage2.c | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/elfboot.c b/lib/elfboot.c index 60e58b37d9..b14ebf6c43 100644 --- a/lib/elfboot.c +++ b/lib/elfboot.c @@ -2,10 +2,8 @@ * elfboot -- boot elf images * * (C)opyright 2002 Eric Biederman, Linux NetworX - * * (C)opyright 2007 Ronald G. Minnich * - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. @@ -20,6 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA * */ + /* This code is modified from the LinuxBIOS V2 version as follows: * great simplified * checksum removed -- lar can do that @@ -27,7 +26,6 @@ * no calls to malloc */ - #include #include #include diff --git a/lib/stage2.c b/lib/stage2.c index f6edca2a65..71e714d4bf 100644 --- a/lib/stage2.c +++ b/lib/stage2.c @@ -1,8 +1,7 @@ /* - * stage2 - LinuxBIOS ram based setup + * This file is part of the LinuxBIOS project. * - * Copyright (C) 2000 Ron Minnich, Advanced Computing Lab, LANL - * rminnich@lanl.gov + * Copyright (C) 2000 Ron Minnich * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,9 +15,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA - * */ +/* stage2 - LinuxBIOS ram based setup */ + /* This software and ancillary information (herein called SOFTWARE) called LinuxBIOS is made available under the terms described