diff options
| author | Roy Marples <roy@marples.name> | 2007-11-08 10:38:54 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-11-08 10:38:54 +0000 |
| commit | 1fd282eeff63c2af9a50a9fa9f2082f77da17062 (patch) | |
| tree | f1c89d3f3894721c0f7922146ab885b910089031 /dhcpcd.c | |
| parent | a10f57d079aa93afbc58d3ccaeeee1ddfc35bd01 (diff) | |
| download | dhcpcd-1fd282eeff63c2af9a50a9fa9f2082f77da17062.tar.xz | |
Merge branch 'master' of marples:/var/git/dhcpcd
Diffstat (limited to 'dhcpcd.c')
| -rw-r--r-- | dhcpcd.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
