From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ngh9w-0005zV-Tz for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:24 -0500 Received: from [199.232.76.173] (port=43064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ngh9w-0005zM-0W for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:24 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ngh9u-00023m-2F for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:23 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:55317) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ngh9t-00023g-IP for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:17:21 -0500 From: Stefan Weil Date: Sun, 14 Feb 2010 17:16:16 +0100 Message-Id: <1266164189-21062-7-git-send-email-weil@mail.berlios.de> In-Reply-To: <1266164189-21062-6-git-send-email-weil@mail.berlios.de> References: <4B7821AC.6080400@mail.berlios.de> <1266164189-21062-1-git-send-email-weil@mail.berlios.de> <1266164189-21062-2-git-send-email-weil@mail.berlios.de> <1266164189-21062-3-git-send-email-weil@mail.berlios.de> <1266164189-21062-4-git-send-email-weil@mail.berlios.de> <1266164189-21062-5-git-send-email-weil@mail.berlios.de> <1266164189-21062-6-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 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 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 b93667a..3e2f008 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.6.6.1