mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
54bfbf97e5
commit
a0c2a69ab0
2 changed files with 5 additions and 7 deletions
|
@ -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 <console/console.h>
|
||||
#include <elf.h>
|
||||
#include <elf_boot.h>
|
||||
|
|
|
@ -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 <rminnich@lanl.gov>
|
||||
*
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue