From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmZoG-0004QZ-HY for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:39:20 -0500 Received: from [199.232.76.173] (port=46554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmZoF-0004Q9-UU for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:39:19 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmZoE-0004v2-EZ for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:39:19 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:57865) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmZoD-0004um-Hb for qemu-devel@nongnu.org; Tue, 02 Mar 2010 16:39:17 -0500 From: Stefan Weil Date: Tue, 2 Mar 2010 22:37:47 +0100 Message-Id: <1267565880-18382-7-git-send-email-weil@mail.berlios.de> In-Reply-To: <4B7821AC.6080400@mail.berlios.de> References: <4B7821AC.6080400@mail.berlios.de> Subject: [Qemu-devel] [PATCHv3 07/20] eepro100: Update copyright notice List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: mst@redhat.com Signed-off-by: Stefan Weil --- hw/eepro100.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 8ee4087..6c11209 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -1,15 +1,15 @@ /* * QEMU i8255x (PRO100) emulation * - * Copyright (c) 2006-2007 Stefan Weil + * Copyright (C) 2006-2010 Stefan Weil * * Portions of the code are copies from grub / etherboot eepro100.c * and linux e100.c. * - * This program is free software; you can redistribute it and/or modify + * 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. + * the Free Software Foundation, either version 2 of the License, or + * (at your option) version 3 or 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 @@ -17,7 +17,7 @@ * 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, see . + * along with this program. If not, see . * * Tested features (i82559): * PXE boot (i386) ok -- 1.7.0