diff options
| author | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 19:43:26 +1000 | 
|---|---|---|
| committer | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 19:43:26 +1000 | 
| commit | dbf7115a326fa70ac3e4ca87497c7e21c6642b45 (patch) | |
| tree | 6af884cf4dbe8db63ffb7628487a1b4f7ea9db5e /arch/i386/lib/bootm.c | |
| parent | e413554f9df28b383eeb8e8e5de35848b15d74aa (diff) | |
| download | olio-uboot-2014.01-dbf7115a326fa70ac3e4ca87497c7e21c6642b45.tar.xz olio-uboot-2014.01-dbf7115a326fa70ac3e4ca87497c7e21c6642b45.zip | |
x86: Code cleanup
Make the copyright notices in the x86 files consistent and update them with
proper attributions for recent updates
Also fix a few comment style/accuracy and whitespace/blank line issues
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/i386/lib/bootm.c')
| -rw-r--r-- | arch/i386/lib/bootm.c | 15 | 
1 files changed, 9 insertions, 6 deletions
| diff --git a/arch/i386/lib/bootm.c b/arch/i386/lib/bootm.c index b36e58d9e..a21a21f1f 100644 --- a/arch/i386/lib/bootm.c +++ b/arch/i386/lib/bootm.c @@ -5,10 +5,13 @@   *   * Copyright (C) 2001  Erik Mouw (J.A.K.Mouw@its.tudelft.nl)   * - * 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; either version 2 of the License, or - * (at your option) any later version. + * See file CREDITS for list of people who contributed to this + * project. + * + * 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; either version 2 of + * the License, or (at your option) any later version.   *   * This program is distributed in the hope that it will be useful,   * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -17,8 +20,8 @@   *   * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA - * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA   */  #include <common.h> |