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