From 8bc884e1793ad87689462344b00d2a9912b4be57 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Wed, 13 Apr 2016 15:22:41 +0200 Subject: [PATCH] bmf: remove PLUGIN_AUTHOR, Git shows who worked on it Signed-off-by: Ferry Huberts --- lib/bmf/src/Bmf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/bmf/src/Bmf.h b/lib/bmf/src/Bmf.h index 9db868ae..5137e8fe 100644 --- a/lib/bmf/src/Bmf.h +++ b/lib/bmf/src/Bmf.h @@ -47,8 +47,7 @@ #define PLUGIN_NAME "OLSRD Basic Multicast Forwarding (BMF) plugin" #define PLUGIN_NAME_SHORT "OLSRD BMF" #define PLUGIN_COPYRIGHT " (C) Thales Communications Huizen, Netherlands" -#define PLUGIN_AUTHOR " Erik Tromp (eriktromp@users.sourceforge.net)" -#define MOD_DESC PLUGIN_NAME "\n" PLUGIN_COPYRIGHT "\n" PLUGIN_AUTHOR +#define MOD_DESC PLUGIN_NAME "\n" PLUGIN_COPYRIGHT #define PLUGIN_INTERFACE_VERSION 5 /* UDP-Port on which multicast packets are encapsulated */ -- 2.20.1