From 2d2f0c121f1fcb5da99174569996d8fccc1e9d1f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 28 Oct 2009 17:36:11 +0000 Subject: Add some missing license headers, consistency fixes for others (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c') diff --git a/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c b/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c index 842be5ea04..85ee7222d8 100644 --- a/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c +++ b/src/superio/smsc/lpc47m15x/lpc47m15x_early_serial.c @@ -1,5 +1,5 @@ /* - * lpc47m15x_early_serial.c: Pre-RAM driver for SMSC LPC47M15X Super I/O chip + * This file is part of the coreboot project. * * Copyright (C) 2009 coresystems GmbH * @@ -14,9 +14,11 @@ * * 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 + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* Pre-RAM driver for the SMSC LPC47M15X Super I/O chip */ + #include #include "lpc47m15x.h" -- cgit v1.2.3