diff options
author | Antonio Quartulli <ordex@autistici.org> | 2012-03-14 13:03:01 +0100 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-05-11 13:56:08 +0200 |
commit | 35c133a000d54b7e3fe81e8c8e4b8af5878ad6dd (patch) | |
tree | ebf3db929e39946d44377be7683156fed8f8bc3d /net | |
parent | c64703aace094bd2836bb0755b7faf8b4cbab998 (diff) | |
download | linux-3.10-35c133a000d54b7e3fe81e8c8e4b8af5878ad6dd.tar.gz linux-3.10-35c133a000d54b7e3fe81e8c8e4b8af5878ad6dd.tar.bz2 linux-3.10-35c133a000d54b7e3fe81e8c8e4b8af5878ad6dd.zip |
batman-adv: add contributor name
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 <ordex@autistici.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/batman-adv/translation-table.c | 2 | ||||
-rw-r--r-- | net/batman-adv/translation-table.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index a38d315d3cd..2cb46f0bb16 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/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/net/batman-adv/translation-table.h b/net/batman-adv/translation-table.h index bfebe26edd8..593d1b31217 100644 --- a/net/batman-adv/translation-table.h +++ b/net/batman-adv/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 |