diff options
| author | Roy Marples <roy@marples.name> | 2012-01-31 09:51:12 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2012-01-31 09:51:12 +0000 |
| commit | 7ae411d94292aad0806c83c0ec33dba9e81896fa (patch) | |
| tree | a3910be340728e27edeb9b4641cd6689461639c5 | |
| parent | 88ee21e5dbd542a0894d373c966b1af82e95b395 (diff) | |
| download | dhcpcd-7ae411d94292aad0806c83c0ec33dba9e81896fa.tar.xz | |
Fix more copyright
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.c | 2 | ||||
| -rw-r--r-- | defs.h | 2 | ||||
| -rw-r--r-- | dhcp.c | 2 | ||||
| -rw-r--r-- | dhcpcd.c | 4 | ||||
| -rw-r--r-- | if-bsd.c | 2 |
6 files changed, 7 insertions, 7 deletions
@@ -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 diff --git a/configure.c b/configure.c index 90185375..fecece5e 100644 --- a/configure.c +++ b/configure.c @@ -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 @@ -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 @@ -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 @@ -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> @@ -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 |
