summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-08 10:38:54 +0000
committerRoy Marples <roy@marples.name>2007-11-08 10:38:54 +0000
commit1fd282eeff63c2af9a50a9fa9f2082f77da17062 (patch)
treef1c89d3f3894721c0f7922146ab885b910089031 /dhcpcd.c
parenta10f57d079aa93afbc58d3ccaeeee1ddfc35bd01 (diff)
downloaddhcpcd-1fd282eeff63c2af9a50a9fa9f2082f77da17062.tar.xz
Merge branch 'master' of marples:/var/git/dhcpcd
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index b5e47d20..a23eb843 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