Mercurial > hg > dhcpcd
changeset 1644:9fa635a41255 draft
Fix more copyright
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 31 Jan 2012 09:51:12 +0000 |
| parents | c317baa79482 |
| children | 7b02953b0a34 |
| files | README configure.c defs.h dhcp.c dhcpcd.c if-bsd.c |
| diffstat | 6 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/README Tue Jan 31 09:33:26 2012 +0000 +++ b/README Tue Jan 31 09:51:12 2012 +0000 @@ -1,5 +1,5 @@ dhcpcd - DHCP client daemon -Copyright (c) 2006-2011 Roy Marples <roy@marples.name> +Copyright (c) 2006-2012 Roy Marples <roy@marples.name> Installation
--- a/configure.c Tue Jan 31 09:33:26 2012 +0000 +++ b/configure.c Tue Jan 31 09:51:12 2012 +0000 @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without
--- a/defs.h Tue Jan 31 09:33:26 2012 +0000 +++ b/defs.h Tue Jan 31 09:51:12 2012 +0000 @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
--- a/dhcp.c Tue Jan 31 09:33:26 2012 +0000 +++ b/dhcp.c Tue Jan 31 09:51:12 2012 +0000 @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without
--- a/dhcpcd.c Tue Jan 31 09:33:26 2012 +0000 +++ b/dhcpcd.c Tue Jan 31 09:51:12 2012 +0000 @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -const char copyright[] = "Copyright (c) 2006-2011 Roy Marples"; +const char copyright[] = "Copyright (c) 2006-2012 Roy Marples"; #include <sys/file.h> #include <sys/socket.h>
--- a/if-bsd.c Tue Jan 31 09:33:26 2012 +0000 +++ b/if-bsd.c Tue Jan 31 09:51:12 2012 +0000 @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2012 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without
