Add missing license headers to some files (info based on svn history).
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 5 Dec 2006 14:13:10 +0000 (14:13 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 5 Dec 2006 14:13:10 +0000 (14:13 +0000)
Adapt some existing license headers to use the common LinuxBIOS
format. Please note that this does not make any qualitative
license changes, merely cosmetic syntax changes (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2519 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/superio/smsc/lpc47b272/Config.lb
src/superio/smsc/lpc47b272/chip.h
src/superio/smsc/lpc47b272/lpc47b272.h
src/superio/smsc/lpc47b272/lpc47b272_early_serial.c
src/superio/smsc/lpc47b272/superio.c
src/superio/smsc/lpc47n217/Config.lb
src/superio/smsc/lpc47n217/chip.h
src/superio/smsc/lpc47n217/lpc47n217.h
src/superio/smsc/lpc47n217/lpc47n217_early_serial.c
src/superio/smsc/lpc47n217/superio.c

index f62a567d6147c478da0d7c9af5eae21bd508546a..8e7fa09fcd4b2f2230f02265921f2d418557b42a 100644 (file)
@@ -1,2 +1,23 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2005 Digital Design Corporation
+##
+## 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
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## 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
+##
+
 config chip.h
 object superio.o
+
index 74084d7b70c1095bcbdbd2f2b0525bd4bb09d336..78e76e17428f0b1789bd70e4dca188cce857b08a 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2005 Digital Design Corporation
+ *
+ * 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 struct chip_operations;
 extern struct chip_operations superio_smsc_lpc47b272_ops;
 
index 486b8580847bde2ccb6b25883cf84c84e15f3241..4907c018de2dafecac63f2a4e45c8d5555f2babc 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2005 Digital Design Corporation
+ *
+ * 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
 #define LPC47B272_FDC              0   /* Floppy */
 #define LPC47B272_PP               3   /* Parallel Port */
 #define LPC47B272_SP1              4   /* Com1 */
@@ -6,3 +26,4 @@
 #define LPC47B272_RT              10   /* Runtime reg*/
 
 #define LPC47B272_MAX_CONFIG_REGISTER  0x5F
+
index 39444c0d025f0106243818b0f105b6fa6c22754a..7b36822fb85b61e3cb1353b95069be919b6fb1a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * lpc47b272_early_serial.c: Pre-RAM driver for SMSC LPC47B272 Super I/O chip
+ * This file is part of the LinuxBIOS project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *
  *
  * 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 SMSC LPC47B272 Super I/O chip. */
+
 #include <arch/romcc_io.h>
 #include "lpc47b272.h"
 
index be9e8b434b793d405ed51179fafd3efc16c103cc..8e59b9fe19b39a4ff8f7b99e8cf4e2a0032e0e10 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * superio.c: RAM driver for SMSC LPC47B272 Super I/O chip
+ * This file is part of the LinuxBIOS project.
  *
- * Copyright 2000  AG Electronics Ltd.
- * Copyright 2003-2004 Linux Networx
- * Copyright 2004 Tyan 
+ * Copyright (C) 2000 AG Electronics Ltd.
+ * Copyright (C) 2003-2004 Linux Networx
+ * Copyright (C) 2004 Tyan 
  * Copyright (C) 2005 Digital Design Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  *
  * 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
  */
 
+/* RAM driver for SMSC LPC47B272 Super I/O chip. */
+
 #include <arch/io.h>
 #include <device/device.h>
 #include <device/pnp.h>
index 2a8ae62d76e6496cc86ef96653f842668e8b120b..66548ec3bd3617f21aa11446c53769e2270377d0 100644 (file)
@@ -1,2 +1,22 @@
-config chip.h\r
-object superio.o\r
+## 
+## This file is part of the LinuxBIOS project.
+## 
+## Copyright (C) 2005 Digital Design Corporation
+## 
+## 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
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+## 
+## 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
+## 
+
+config chip.h
+object superio.o
index abd7e461bfe54018206b02abe08ef1412fb30229..a17ded8a75a4ab94d0119c3875f33f37db244311 100644 (file)
@@ -1,8 +1,28 @@
-struct chip_operations;\r
-extern struct chip_operations superio_smsc_lpc47n217_ops;\r
-\r
-#include <uart8250.h>\r
-\r
-struct superio_smsc_lpc47n217_config {\r
-       struct uart8250 com1, com2;\r
-};\r
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2005 Digital Design Corporation
+ *
+ * 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
+struct chip_operations;
+extern struct chip_operations superio_smsc_lpc47n217_ops;
+
+#include <uart8250.h>
+
+struct superio_smsc_lpc47n217_config {
+       struct uart8250 com1, com2;
+};
index 15c3d29e35f3384526cf5999a690e9501cf07688..2dd940b3e9eab64abdb38e06bf43cb03ea2126a8 100644 (file)
@@ -1,8 +1,28 @@
-// These are arbitrary, but must match declarations in the mainboard config file.\r
-// Values chosen to match SMSC 47B37x.\r
-\r
-#define LPC47N217_PP               3   /* Parallel Port */\r
-#define LPC47N217_SP1              4   /* Com1 */\r
-#define LPC47N217_SP2              5   /* Com2 */\r
-\r
-#define LPC47N217_MAX_CONFIG_REGISTER  0x39\r
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2005 Digital Design Corporation
+ *
+ * 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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
+ */
+
+// These are arbitrary, but must match declarations in the mainboard config file.
+// Values chosen to match SMSC 47B37x.
+
+#define LPC47N217_PP               3   /* Parallel Port */
+#define LPC47N217_SP1              4   /* Com1 */
+#define LPC47N217_SP2              5   /* Com2 */
+
+#define LPC47N217_MAX_CONFIG_REGISTER  0x39
index ae7c2a73a56da56fa8e49f2ff04ae6157ca96d59..b29cbe557d8cadfc2d2f8bd46c44fe9a16bdd994 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * lpc47n217_early_serial.c: Pre-RAM driver for SMSC LPC47N217 Super I/O chip
+ * This file is part of the LinuxBIOS project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *
  *
  * 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 SMSC LPC47N217 Super I/O chip. */
+
 #include <arch/romcc_io.h>
 #include <assert.h>
 #include "lpc47n217.h"
index e7a5b5c0c95fb026c011f3e2705d79f6d7dfdf1f..690f008637d0c8f08ef4185c5405f0fbb8cffc45 100644 (file)
@@ -1,11 +1,9 @@
 /*
- * superio.c: RAM-based driver for SMSC LPC47N217 Super I/O chip
- *
- * Based on LinuxBIOS code for SMSC 47B397:
- * Copyright 2000  AG Electronics Ltd.
- * Copyright 2003-2004 Linux Networx
- * Copyright 2004 Tyan 
+ * This file is part of the LinuxBIOS project.
  *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ * Copyright (C) 2003-2004 Linux Networx
+ * Copyright (C) 2004 Tyan 
  * Copyright (C) 2005 Digital Design Corporation
  *
  * This program is free software; you can redistribute it and/or modify
  *
  * 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
  */
 
+/* RAM-based driver for SMSC LPC47N217 Super I/O chip. */
+/* Based on LinuxBIOS code for SMSC 47B397. */
+
 #include <arch/io.h>
 #include <device/device.h>
 #include <device/pnp.h>