From patchwork Sat Dec 31 23:41:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 1443 Return-Path: Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 6431D600850 for ; Sun, 1 Jan 2012 00:42:08 +0100 (CET) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@narfation.org; dkim-adsp=pass Received: from sven-desktop.home.narfation.org (p57AA2372.dip0.t-ipconnect.de [87.170.35.114]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 8F9CD9408B; Sun, 1 Jan 2012 00:44:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1325375043; bh=VlwengM9XAUlidbsy+5UxPGFC6jp2GM4BFNTMJoByHM=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=gISfVOhOz6MRixNeJ50hNdVmWuD/+PYJdCvbsVA56kiCnha3egXuCIT8vkUb3/Bzs 8cTLnMal/E0oR0Jo2plzoOIgnxADHUiLJp0iVL/6hYpVeU3FXOwv+mmH80i/GvkVik PUi8Y5aC8w5lchBfFfHAPTeFdIMN4zh13aX9ifVg= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sun, 1 Jan 2012 00:41:40 +0100 Message-Id: <1325374901-1620-4-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1325374901-1620-1-git-send-email-sven@narfation.org> References: <1325374901-1620-1-git-send-email-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH] vis: Update copyright years X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2011 23:42:08 -0000 Signed-off-by: Sven Eckelmann --- Makefile | 2 +- allocate.c | 2 +- allocate.h | 2 +- hash.c | 2 +- hash.h | 2 +- list-batman.c | 2 +- list-batman.h | 2 +- udp_server.c | 2 +- vis-types.h | 2 +- vis.c | 2 +- vis.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 1804155..c4220f5 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- # -# Copyright (C) 2006-2009 BATMAN contributors +# Copyright (C) 2006-2012 BATMAN contributors # # This program is free software; you can redistribute it and/or # modify it under the terms of version 2 of the GNU General Public diff --git a/allocate.c b/allocate.c index 56f495f..5077531 100644 --- a/allocate.c +++ b/allocate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner * diff --git a/allocate.h b/allocate.h index c3fe7df..167ab33 100644 --- a/allocate.h +++ b/allocate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner * diff --git a/hash.c b/hash.c index e8c822f..2a9f557 100644 --- a/hash.c +++ b/hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/hash.h b/hash.h index 443ef28..91ee7d8 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/list-batman.c b/list-batman.c index 356c1eb..a0c2ad8 100644 --- a/list-batman.c +++ b/list-batman.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Marek Lindner * diff --git a/list-batman.h b/list-batman.h index 72d2ac4..ebff97c 100644 --- a/list-batman.h +++ b/list-batman.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Marek Lindner * diff --git a/udp_server.c b/udp_server.c index 8f9e664..1df497c 100644 --- a/udp_server.c +++ b/udp_server.c @@ -1,7 +1,7 @@ /* * udp_server.c * - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Marek Lindner * diff --git a/vis-types.h b/vis-types.h index a4a35b2..c4c8068 100644 --- a/vis-types.h +++ b/vis-types.h @@ -1,7 +1,7 @@ /* * vis-types.h * - * Copyright (C) 2006-2009 Marek Lindner: + * Copyright (C) 2006-2012 Marek Lindner: * * * This program is free software; you can redistribute it and/or diff --git a/vis.c b/vis.c index 039bfa0..d92fbe8 100644 --- a/vis.c +++ b/vis.c @@ -1,7 +1,7 @@ /* * vis.c * - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Andreas Langer , Marek Lindner * diff --git a/vis.h b/vis.h index 74a3bd8..76ffdfb 100644 --- a/vis.h +++ b/vis.h @@ -1,7 +1,7 @@ /* * vis.h * - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: * * Andreas Langer , Marek Lindner *