From a4c56c33ac345fcf93fbfa9321e2d536f0b10218 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Nov 2006 14:31:00 +0000 Subject: Adapt GPL license headers to match the current conventions. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/ite/it8661f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8661f/chip.h | 2 ++ src/superio/ite/it8661f/it8661f.h | 2 ++ src/superio/ite/it8661f/it8661f_early_serial.c | 2 ++ src/superio/ite/it8661f/superio.c | 2 ++ src/superio/ite/it8671f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8671f/chip.h | 2 ++ src/superio/ite/it8671f/it8671f.h | 2 ++ src/superio/ite/it8671f/it8671f_early_serial.c | 2 ++ src/superio/ite/it8671f/superio.c | 2 ++ src/superio/ite/it8673f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8673f/chip.h | 2 ++ src/superio/ite/it8673f/it8673f.h | 2 ++ src/superio/ite/it8673f/it8673f_early_serial.c | 2 ++ src/superio/ite/it8673f/superio.c | 2 ++ src/superio/ite/it8705f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8705f/chip.h | 2 ++ src/superio/ite/it8705f/it8705f.h | 2 ++ src/superio/ite/it8705f/it8705f_early_serial.c | 2 ++ src/superio/ite/it8705f/superio.c | 2 ++ src/superio/ite/it8712f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8712f/chip.h | 2 ++ src/superio/ite/it8712f/it8712f.h | 2 ++ src/superio/ite/it8712f/it8712f_early_serial.c | 2 ++ src/superio/ite/it8712f/superio.c | 2 ++ src/superio/ite/it8716f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8716f/chip.h | 2 ++ src/superio/ite/it8716f/it8716f.h | 2 ++ src/superio/ite/it8716f/it8716f_early_serial.c | 2 ++ src/superio/ite/it8716f/superio.c | 2 ++ src/superio/ite/it8718f/Config.lb | 20 ++++++++++++++++++++ src/superio/ite/it8718f/chip.h | 2 ++ src/superio/ite/it8718f/it8718f.h | 2 ++ src/superio/ite/it8718f/it8718f_early_serial.c | 2 ++ src/superio/ite/it8718f/superio.c | 2 ++ 35 files changed, 196 insertions(+) (limited to 'src') diff --git a/src/superio/ite/it8661f/Config.lb b/src/superio/ite/it8661f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8661f/Config.lb +++ b/src/superio/ite/it8661f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8661f/chip.h b/src/superio/ite/it8661f/chip.h index deb4cb9a90..4931655178 100644 --- a/src/superio/ite/it8661f/chip.h +++ b/src/superio/ite/it8661f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8661f/it8661f.h b/src/superio/ite/it8661f/it8661f.h index 18b424001f..434aebc2f7 100644 --- a/src/superio/ite/it8661f/it8661f.h +++ b/src/superio/ite/it8661f/it8661f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8661f/it8661f_early_serial.c b/src/superio/ite/it8661f/it8661f_early_serial.c index 526ec8266a..ffec3bcd30 100644 --- a/src/superio/ite/it8661f/it8661f_early_serial.c +++ b/src/superio/ite/it8661f/it8661f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8661f/superio.c b/src/superio/ite/it8661f/superio.c index c523c49367..3ddc0d65df 100644 --- a/src/superio/ite/it8661f/superio.c +++ b/src/superio/ite/it8661f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8671f/Config.lb b/src/superio/ite/it8671f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8671f/Config.lb +++ b/src/superio/ite/it8671f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8671f/chip.h b/src/superio/ite/it8671f/chip.h index 689d256929..7f7f588fc0 100644 --- a/src/superio/ite/it8671f/chip.h +++ b/src/superio/ite/it8671f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8671f/it8671f.h b/src/superio/ite/it8671f/it8671f.h index ac3733dbc5..d7568c3a02 100644 --- a/src/superio/ite/it8671f/it8671f.h +++ b/src/superio/ite/it8671f/it8671f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8671f/it8671f_early_serial.c b/src/superio/ite/it8671f/it8671f_early_serial.c index 26feee27cd..1c30ff5723 100644 --- a/src/superio/ite/it8671f/it8671f_early_serial.c +++ b/src/superio/ite/it8671f/it8671f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8671f/superio.c b/src/superio/ite/it8671f/superio.c index 007677db4c..d748f85bdf 100644 --- a/src/superio/ite/it8671f/superio.c +++ b/src/superio/ite/it8671f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8673f/Config.lb b/src/superio/ite/it8673f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8673f/Config.lb +++ b/src/superio/ite/it8673f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8673f/chip.h b/src/superio/ite/it8673f/chip.h index a64f92f035..a7011dd4ef 100644 --- a/src/superio/ite/it8673f/chip.h +++ b/src/superio/ite/it8673f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8673f/it8673f.h b/src/superio/ite/it8673f/it8673f.h index 88e2ea0555..d3e577ec15 100644 --- a/src/superio/ite/it8673f/it8673f.h +++ b/src/superio/ite/it8673f/it8673f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8673f/it8673f_early_serial.c b/src/superio/ite/it8673f/it8673f_early_serial.c index 21f3331802..3047a76299 100644 --- a/src/superio/ite/it8673f/it8673f_early_serial.c +++ b/src/superio/ite/it8673f/it8673f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8673f/superio.c b/src/superio/ite/it8673f/superio.c index 70dd3bc1c6..26296bc13f 100644 --- a/src/superio/ite/it8673f/superio.c +++ b/src/superio/ite/it8673f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8705f/Config.lb b/src/superio/ite/it8705f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8705f/Config.lb +++ b/src/superio/ite/it8705f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8705f/chip.h b/src/superio/ite/it8705f/chip.h index 9ab0019be2..1a682c7b10 100644 --- a/src/superio/ite/it8705f/chip.h +++ b/src/superio/ite/it8705f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8705f/it8705f.h b/src/superio/ite/it8705f/it8705f.h index 3b93fbe0fb..54a2b28744 100644 --- a/src/superio/ite/it8705f/it8705f.h +++ b/src/superio/ite/it8705f/it8705f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8705f/it8705f_early_serial.c b/src/superio/ite/it8705f/it8705f_early_serial.c index d80e2ed59b..eca0d620be 100644 --- a/src/superio/ite/it8705f/it8705f_early_serial.c +++ b/src/superio/ite/it8705f/it8705f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8705f/superio.c b/src/superio/ite/it8705f/superio.c index 9baa5fb442..f82b1d3379 100644 --- a/src/superio/ite/it8705f/superio.c +++ b/src/superio/ite/it8705f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8712f/Config.lb b/src/superio/ite/it8712f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8712f/Config.lb +++ b/src/superio/ite/it8712f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8712f/chip.h b/src/superio/ite/it8712f/chip.h index 82c8fc46f6..44ed0e2a9f 100644 --- a/src/superio/ite/it8712f/chip.h +++ b/src/superio/ite/it8712f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8712f/it8712f.h b/src/superio/ite/it8712f/it8712f.h index dd60293f1d..dd0413a736 100644 --- a/src/superio/ite/it8712f/it8712f.h +++ b/src/superio/ite/it8712f/it8712f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8712f/it8712f_early_serial.c b/src/superio/ite/it8712f/it8712f_early_serial.c index 33e020ea40..dc6b266494 100644 --- a/src/superio/ite/it8712f/it8712f_early_serial.c +++ b/src/superio/ite/it8712f/it8712f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8712f/superio.c b/src/superio/ite/it8712f/superio.c index a2e4ff048a..fde5addfef 100644 --- a/src/superio/ite/it8712f/superio.c +++ b/src/superio/ite/it8712f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8716f/Config.lb b/src/superio/ite/it8716f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8716f/Config.lb +++ b/src/superio/ite/it8716f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8716f/chip.h b/src/superio/ite/it8716f/chip.h index 897825e210..922716c7a6 100644 --- a/src/superio/ite/it8716f/chip.h +++ b/src/superio/ite/it8716f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8716f/it8716f.h b/src/superio/ite/it8716f/it8716f.h index 81cb095a41..f83912484b 100644 --- a/src/superio/ite/it8716f/it8716f.h +++ b/src/superio/ite/it8716f/it8716f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8716f/it8716f_early_serial.c b/src/superio/ite/it8716f/it8716f_early_serial.c index 65a220f0f9..1865624a13 100644 --- a/src/superio/ite/it8716f/it8716f_early_serial.c +++ b/src/superio/ite/it8716f/it8716f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8716f/superio.c b/src/superio/ite/it8716f/superio.c index 132155480d..ddf18c5e3e 100644 --- a/src/superio/ite/it8716f/superio.c +++ b/src/superio/ite/it8716f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8718f/Config.lb b/src/superio/ite/it8718f/Config.lb index f62a567d61..6a4d526a7c 100644 --- a/src/superio/ite/it8718f/Config.lb +++ b/src/superio/ite/it8718f/Config.lb @@ -1,2 +1,22 @@ +## +## This file is part of the LinuxBIOS project. +## +## Copyright (C) 2006 Uwe Hermann +## +## 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 diff --git a/src/superio/ite/it8718f/chip.h b/src/superio/ite/it8718f/chip.h index 0a706f2b14..95a8a05821 100644 --- a/src/superio/ite/it8718f/chip.h +++ b/src/superio/ite/it8718f/chip.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8718f/it8718f.h b/src/superio/ite/it8718f/it8718f.h index f42197c7fa..783d691fc9 100644 --- a/src/superio/ite/it8718f/it8718f.h +++ b/src/superio/ite/it8718f/it8718f.h @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8718f/it8718f_early_serial.c b/src/superio/ite/it8718f/it8718f_early_serial.c index 0a7964fbb4..a75842dc1f 100644 --- a/src/superio/ite/it8718f/it8718f_early_serial.c +++ b/src/superio/ite/it8718f/it8718f_early_serial.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify diff --git a/src/superio/ite/it8718f/superio.c b/src/superio/ite/it8718f/superio.c index 5bd7c76277..fb7c8d12bf 100644 --- a/src/superio/ite/it8718f/superio.c +++ b/src/superio/ite/it8718f/superio.c @@ -1,4 +1,6 @@ /* + * This file is part of the LinuxBIOS project. + * * Copyright (C) 2006 Uwe Hermann * * This program is free software; you can redistribute it and/or modify -- cgit v1.2.3