From patchwork Sun Feb 14 16:16:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 45318 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 062D9B7C09 for ; Mon, 15 Feb 2010 03:49:16 +1100 (EST) Received: from localhost ([127.0.0.1]:59962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NghKb-0000CT-Bz for incoming@patchwork.ozlabs.org; Sun, 14 Feb 2010 11:28:25 -0500 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 Received: from flocke.weilnetz.de (p54ADCA6B.dip.t-dialin.net [84.173.202.107]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MVawh-1NBgaN1dex-00Z6hq; Sun, 14 Feb 2010 17:17:20 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.71) (envelope-from ) id 1Ngh9h-0005Ur-IP; Sun, 14 Feb 2010 17:17:09 +0100 From: Stefan Weil To: QEMU Developers Date: Sun, 14 Feb 2010 17:16:16 +0100 Message-Id: <1266164189-21062-7-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.6.6.1 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> X-Provags-ID: V01U2FsdGVkX1+5vSGcRLmsRgvxgEA2u+KL1Omf2l4Trqxvw3T BBsu4vIyVdzeh4gbly6/8X4EeDYyowJOlRuD2wqtjL20Kb34Do X8vTp2TPyXwVLBhuK0NXt99o7HkXey5y8xKVCe4eABBB3cSA/H hkQ== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH 07/20] eepro100: Update copyright notice X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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