From patchwork Wed Mar 14 12:03:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 1636 Return-Path: Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by open-mesh.org (Postfix) with ESMTPS id 0199C6007CA for ; Wed, 14 Mar 2012 13:03:06 +0100 (CET) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@autistici.org; dkim-adsp=pass Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 4BE25983E2; Wed, 14 Mar 2012 12:03:06 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 latitanza.investici.org 4BE25983E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1331726586; bh=UXt20n+d7USY7UUnQC9i/iPuJla2Iqn8/gwt4kgkJ6A=; h=From:To:Cc:Subject:Date:Message-Id; b=qNS6reJ2Nw62QnCssjmrOBrPdv7QEPP2bh0N9IAc0KSdpBberKC/VjUu36CaSezZl cVdIrJKece1L2RAMeQy4jYbwynwdyyr3a9IanooYJLLXoZtb9P6ERSDOFrbGNzGKDe CR9maG+vmXE/G3/JVK55QuFJUBI6yDdcEdv3hoxo= From: Antonio Quartulli To: b.a.t.m.a.n@lists.open-mesh.org Date: Wed, 14 Mar 2012 13:03:01 +0100 Message-Id: <1331726581-30484-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.7.3.4 Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: add contributor name 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: Wed, 14 Mar 2012 12:03:07 -0000 translation_table.{c,h} have been heavily modified by another contributor and for legal purposes it is better to include his name into the contributor list Signed-off-by: Antonio Quartulli --- translation-table.c | 2 +- translation-table.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/translation-table.c b/translation-table.c index b889806..b4a070f 100644 --- a/translation-table.c +++ b/translation-table.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: * - * Marek Lindner, Simon Wunderlich + * Marek Lindner, Simon Wunderlich, Antonio Quartulli * * 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/translation-table.h b/translation-table.h index bfebe26..593d1b3 100644 --- a/translation-table.h +++ b/translation-table.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: * - * Marek Lindner, Simon Wunderlich + * Marek Lindner, Simon Wunderlich, Antonio Quartulli * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public