Mercurial > hg > dhcpcd
changeset 1995:dfe855b696b1 draft dhcpcd-5.99.7
Release dhcpcd-5.99.7
Fix a few copyright headers
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 04 Jun 2013 10:08:52 +0000 |
| parents | 5ee05b4fcc23 |
| children | b2770c92eaa9 |
| files | defs.h dhcp-common.h platform-bsd.c platform-linux.c platform.h |
| diffstat | 5 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/defs.h Mon Jun 03 22:21:00 2013 +0000 +++ b/defs.h Tue Jun 04 10:08:52 2013 +0000 @@ -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"
--- a/dhcp-common.h Mon Jun 03 22:21:00 2013 +0000 +++ b/dhcp-common.h Tue Jun 04 10:08:52 2013 +0000 @@ -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
--- a/platform-bsd.c Mon Jun 03 22:21:00 2013 +0000 +++ b/platform-bsd.c Tue Jun 04 10:08:52 2013 +0000 @@ -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
--- a/platform-linux.c Mon Jun 03 22:21:00 2013 +0000 +++ b/platform-linux.c Tue Jun 04 10:08:52 2013 +0000 @@ -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
--- a/platform.h Mon Jun 03 22:21:00 2013 +0000 +++ b/platform.h Tue Jun 04 10:08:52 2013 +0000 @@ -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
