]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Merge branch 'master' of marples:/var/git/dhcpcd
authorRoy Marples <roy@marples.name>
Thu, 8 Nov 2007 10:38:54 +0000 (10:38 +0000)
committerRoy Marples <roy@marples.name>
Thu, 8 Nov 2007 10:38:54 +0000 (10:38 +0000)
dhcpcd.c

index b5e47d202c0ddc80a1803c68cbf17195eac5c229..a23eb843ddefccb7c60d26b28aa9a26a6b2bc243 100644 (file)
--- 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