[B.A.T.M.A.N.] [PATCH] batman-adv: add contributor name
From: Antonio Quartulli <hidden>
Date: 2012-03-14 12:03:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Antonio Quartulli <hidden>
Date: 2012-03-14 12:03:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 <redacted>
---
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
--
1.7.3.4