From: Roy Marples Date: Wed, 7 Nov 2007 21:35:12 +0000 (+0000) Subject: Ensure copyright is added to the binary X-Git-Tag: v3.2.3~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3cecb957d140ac102e3cef04b5d73cfd8dd27c2;p=thirdparty%2Fdhcpcd.git Ensure copyright is added to the binary --- diff --git a/dhcpcd.c b/dhcpcd.c index da537646..54681c8f 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -5,6 +5,8 @@ * Distributed under the terms of the GNU General Public License v2 */ +const char copyright[] = "Copyright (c) 2006-2007 Roy Marples"; + /* We need to define this to get kill on GNU systems */ #ifdef __linux__ #define _BSD_SOURCE