From patchwork Tue Mar 2 21:37:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 46724 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 6C64EB7D52 for ; Wed, 3 Mar 2010 09:42:54 +1100 (EST) Received: from localhost ([127.0.0.1]:56164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmZvR-0005qX-JU for incoming@patchwork.ozlabs.org; Tue, 02 Mar 2010 16:46:45 -0500 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 Received: from flocke.weilnetz.de (p54ADFEFD.dip.t-dialin.net [84.173.254.253]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MOVaj-1Npc5H19vh-006YDM; Tue, 02 Mar 2010 22:39:14 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.71) (envelope-from ) id 1NmZnz-00051c-GA; Tue, 02 Mar 2010 22:39:03 +0100 From: Stefan Weil To: QEMU Developers X-Mailer: git-send-email 1.7.0 In-Reply-To: <4B7821AC.6080400@mail.berlios.de> References: <4B7821AC.6080400@mail.berlios.de> X-Provags-ID: V01U2FsdGVkX1/4FplgyRnx5Ks29wows8I71JXJB+1YpkUlRf4 p7hSCVqSLA07n+ztPZVK3zFb5dQeP861PIijVjT7QMe+Ya9NKl dOzS2U9nufhX9CgtboQHpC5WTQQl+AM0cKzVtI+X3y+TABehNn SjA== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: mst@redhat.com Subject: [Qemu-devel] [PATCHv3 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 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