From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mart Frauenlob Subject: [PATCH] iptables: Update copyright time range in license header Date: Sat, 06 Apr 2013 11:04:34 +0200 Message-ID: <515FE522.1020909@chello.at> Reply-To: mart.frauenlob@chello.at Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040409040607040901010703" To: netfilter-devel@vger.kernel.org Return-path: Received: from fep12.mx.upcmail.net ([62.179.121.32]:35387 "EHLO fep12.mx.upcmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163106Ab3DFJU0 (ORCPT ); Sat, 6 Apr 2013 05:20:26 -0400 Received: from edge02.upcmail.net ([192.168.13.237]) by viefep23-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130406090520.YJDQ17478.viefep23-int.chello.at@edge02.upcmail.net> for ; Sat, 6 Apr 2013 11:05:20 +0200 Sender: netfilter-devel-owner@vger.kernel.org List-ID: This is a multi-part message in MIME format. --------------040409040607040901010703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, this patch updates the copyright license time range for all headers mentioning the coreteam as author from 2000-2002 to 2000-2013. Hopefully this is appropriate. Best regards Mart --------------040409040607040901010703 Content-Type: text/plain; charset=windows-1252; name="iptables-Update-coreteam-copyright-time-range-in-license.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="iptables-Update-coreteam-copyright-time-range-in-license.pat"; filename*1="ch" >>From 4576a8e442dd2e627fac6f6c771e24a212a4d34a Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Sat, 6 Apr 2013 10:30:13 +0200 Subject: [PATCH] iptables: Update coreteam copyright time range in license header. --- iptables/ip6tables-standalone.c | 2 +- iptables/ip6tables.c | 2 +- iptables/iptables-standalone.c | 2 +- iptables/iptables.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iptables/ip6tables-standalone.c b/iptables/ip6tables-standalone.c index 21b5811..c62d287 100644 --- a/iptables/ip6tables-standalone.c +++ b/iptables/ip6tables-standalone.c @@ -1,7 +1,7 @@ /* * Author: Paul.Russell@rustcorp.com.au and mneuling@radlogic.com.au * - * (C) 2000-2002 by the netfilter coreteam : + * (C) 2000-2013 by the netfilter coreteam : * Paul 'Rusty' Russell * Marc Boucher * James Morris diff --git a/iptables/ip6tables.c b/iptables/ip6tables.c index c8d34e2..80f6c3a 100644 --- a/iptables/ip6tables.c +++ b/iptables/ip6tables.c @@ -3,7 +3,7 @@ /* * Author: Paul.Russell@rustcorp.com.au and mneuling@radlogic.com.au * - * (C) 2000-2002 by the netfilter coreteam : + * (C) 2000-2013 by the netfilter coreteam : * Paul 'Rusty' Russell * Marc Boucher * James Morris diff --git a/iptables/iptables-standalone.c b/iptables/iptables-standalone.c index 683a44a..f5b47ec 100644 --- a/iptables/iptables-standalone.c +++ b/iptables/iptables-standalone.c @@ -3,7 +3,7 @@ * * Based on the ipchains code by Paul Russell and Michael Neuling * - * (C) 2000-2002 by the netfilter coreteam : + * (C) 2000-2013 by the netfilter coreteam : * Paul 'Rusty' Russell * Marc Boucher * James Morris diff --git a/iptables/iptables.c b/iptables/iptables.c index 79fa37b..3c8be20 100644 --- a/iptables/iptables.c +++ b/iptables/iptables.c @@ -3,7 +3,7 @@ /* * Author: Paul.Russell@rustcorp.com.au and mneuling@radlogic.com.au * - * (C) 2000-2002 by the netfilter coreteam : + * (C) 2000-2013 by the netfilter coreteam : * Paul 'Rusty' Russell * Marc Boucher * James Morris -- 1.7.2.5 --------------040409040607040901010703--