From: Ferry Huberts Date: Wed, 13 Apr 2016 13:29:01 +0000 (+0200) Subject: dot_draw: remove PLUGIN_AUTHOR, Git shows who worked on it X-Git-Tag: v0.9.5~198 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=bbeecd9231506d1c91bd22ddafd760444b23a2f4 dot_draw: remove PLUGIN_AUTHOR, Git shows who worked on it Signed-off-by: Ferry Huberts --- diff --git a/lib/dot_draw/src/olsrd_plugin.c b/lib/dot_draw/src/olsrd_plugin.c index 7d624f91..f9840944 100644 --- a/lib/dot_draw/src/olsrd_plugin.c +++ b/lib/dot_draw/src/olsrd_plugin.c @@ -55,8 +55,7 @@ #define PLUGIN_NAME "OLSRD dot draw plugin" #define PLUGIN_VERSION "0.3" -#define PLUGIN_AUTHOR "Andreas Tonnesen" -#define MOD_DESC PLUGIN_NAME " " PLUGIN_VERSION " by " PLUGIN_AUTHOR +#define MOD_DESC PLUGIN_NAME " " PLUGIN_VERSION #define PLUGIN_INTERFACE_VERSION 5 union olsr_ip_addr ipc_accept_ip;