From patchwork Sat Jan 29 19:53:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 819 Return-Path: Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id 848241545FA for ; Sat, 29 Jan 2011 20:53:16 +0100 (CET) Received: from sven-desktop.home.narfation.org (unknown [88.130.181.181]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 8584694066; Sat, 29 Jan 2011 20:53:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=narfation.org; s=mail; t=1296330828; bh=A7EuxKTFb3XnSAEHYi3PfDDZr+tv3Rrmu8QSW/fPhXc=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=EIunju/hOt9uj8U5jUBiQKUt2VpBOk76b6fYmXUifh/S3d7czztcfEZWN9o9XB8jR Y3CHRSL04ijbT8jGwVvbS99XfNbreE7F/yPTLMdfJxdUupyXmJktKdUGyQ+2QSwWGf /eQ0X+xsZGiRNDVi/IyQuwnWSduKYFpA8hqW26hs= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 29 Jan 2011 20:53:09 +0100 Message-Id: <1296330789-6561-2-git-send-email-sven@narfation.org> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1296330789-6561-1-git-send-email-sven@narfation.org> References: <1296330789-6561-1-git-send-email-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH 2/2] batctl: Merge batctl 2011.0.0 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.11 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, 29 Jan 2011 19:53:21 -0000 Signed-off-by: Sven Eckelmann --- batman/hash.c | 2 +- batman/hash.h | 2 +- batman/list-batman.c | 2 +- batman/list-batman.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/batman/hash.c b/batman/hash.c index 1dccafa..e8c822f 100644 --- a/batman/hash.c +++ b/batman/hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/batman/hash.h b/batman/hash.h index 56b5b1a..443ef28 100644 --- a/batman/hash.h +++ b/batman/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/batman/list-batman.c b/batman/list-batman.c index f521834..356c1eb 100644 --- a/batman/list-batman.c +++ b/batman/list-batman.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: * * Marek Lindner * diff --git a/batman/list-batman.h b/batman/list-batman.h index cbacd7d..72d2ac4 100644 --- a/batman/list-batman.h +++ b/batman/list-batman.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors: * * Marek Lindner *