From: Pablo Neira Ayuso Date: Fri, 3 Aug 2012 15:05:32 +0000 (+0200) Subject: src: update copyright and authors information X-Git-Tag: ulogd-2.0.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=089dabb11119c87b612a43ecf86da92a630972b3;p=thirdparty%2Fulogd2.git src: update copyright and authors information Include Eric and myself in the copyright notice and the AUTHORS file since we're the most recurrent contributors (of course, after the original author of this software, Harald Welte). Signed-off-by: Pablo Neira Ayuso --- diff --git a/AUTHORS b/AUTHORS index dcc5998..73bf4d0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,3 @@ Harald Welte +Pablo Neira Ayuso +Eric Leblond diff --git a/src/ulogd.c b/src/ulogd.c index e509eff..c821bbf 100644 --- a/src/ulogd.c +++ b/src/ulogd.c @@ -71,7 +71,9 @@ #endif #define COPYRIGHT \ - "Copyright (C) 2000-2005 Harald Welte \n" + "(C) 2000-2006 Harald Welte \n" \ + "(C) 2008-2012 Pablo Neira Ayuso \n" \ + "(C) 2008-2012 Eric Leblond \n" /* global variables */ static FILE *logfile = NULL; /* logfile pointer */