diff options
| author | Roy Marples <roy@marples.name> | 2013-06-04 10:08:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-06-04 10:08:52 +0000 |
| commit | d44b86ed0ff14460cb7108fc21a733c54be4f77c (patch) | |
| tree | 0631a853295d2749e88f7f716ea912576c9f3f1c | |
| parent | c8a198e4931cdf0a482d00857565805090a26662 (diff) | |
| download | dhcpcd-d44b86ed0ff14460cb7108fc21a733c54be4f77c.tar.xz | |
Release dhcpcd-5.99.7dhcpcd-5.99.7
Fix a few copyright headers
| -rw-r--r-- | defs.h | 4 | ||||
| -rw-r--r-- | dhcp-common.h | 2 | ||||
| -rw-r--r-- | platform-bsd.c | 2 | ||||
| -rw-r--r-- | platform-linux.c | 2 | ||||
| -rw-r--r-- | platform.h | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,7 +28,7 @@ #define CONFIG_H #define PACKAGE "dhcpcd" -#define VERSION "5.99.6" +#define VERSION "5.99.7" #ifndef CONFIG # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" diff --git a/dhcp-common.h b/dhcp-common.h index 794953f7..50e69b96 100644 --- a/dhcp-common.h +++ b/dhcp-common.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/platform-bsd.c b/platform-bsd.c index 19e4fed7..b3218981 100644 --- a/platform-bsd.c +++ b/platform-bsd.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/platform-linux.c b/platform-linux.c index da077466..5d60d5c9 100644 --- a/platform-linux.c +++ b/platform-linux.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without |
