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