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 ++ 5 files changed, 28 insertions(+) (limited to 'src/superio/ite/it8661f') 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 -- cgit v1.2.3