Use common license header format (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@201 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-06 08:05:52 +00:00
parent 54bfbf97e5
commit a0c2a69ab0
2 changed files with 5 additions and 7 deletions

View file

@ -2,10 +2,8 @@
* elfboot -- boot elf images * elfboot -- boot elf images
* *
* (C)opyright 2002 Eric Biederman, Linux NetworX * (C)opyright 2002 Eric Biederman, Linux NetworX
*
* (C)opyright 2007 Ronald G. Minnich * (C)opyright 2007 Ronald G. Minnich
* *
*
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License. * 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 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
* *
*/ */
/* This code is modified from the LinuxBIOS V2 version as follows: /* This code is modified from the LinuxBIOS V2 version as follows:
* great simplified * great simplified
* checksum removed -- lar can do that * checksum removed -- lar can do that
@ -27,7 +26,6 @@
* no calls to malloc * no calls to malloc
*/ */
#include <console/console.h> #include <console/console.h>
#include <elf.h> #include <elf.h>
#include <elf_boot.h> #include <elf_boot.h>

View file

@ -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 * Copyright (C) 2000 Ron Minnich <rminnich@lanl.gov>
* rminnich@lanl.gov
* *
* This program is free software; you can redistribute it and/or modify * 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 * 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 * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA * 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) This software and ancillary information (herein called SOFTWARE)
called LinuxBIOS is made available under the terms described called LinuxBIOS is made available under the terms described