]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Ensure copyright is added to the binary
authorRoy Marples <roy@marples.name>
Wed, 7 Nov 2007 21:35:12 +0000 (21:35 +0000)
committerRoy Marples <roy@marples.name>
Wed, 7 Nov 2007 21:35:12 +0000 (21:35 +0000)
dhcpcd.c

index da5376469ba2aa92cb4608d44c731676bcdd5a49..54681c8fd7f64e8832b8367dc486dac71c1b9e81 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