From 7ae411d94292aad0806c83c0ec33dba9e81896fa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 31 Jan 2012 09:51:12 +0000 Subject: [PATCH] Fix more copyright --- README | 2 +- configure.c | 2 +- defs.h | 2 +- dhcp.c | 2 +- dhcpcd.c | 4 ++-- if-bsd.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index dd8acfd6..32ae27a5 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ dhcpcd - DHCP client daemon -Copyright (c) 2006-2011 Roy Marples +Copyright (c) 2006-2012 Roy Marples 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 + * Copyright (c) 2006-2012 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/defs.h b/defs.h index a6ff2239..5d219b9c 100644 --- a/defs.h +++ b/defs.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples + * Copyright (c) 2006-2012 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/dhcp.c b/dhcp.c index 28bf4383..89673439 100644 --- a/dhcp.c +++ b/dhcp.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples + * Copyright (c) 2006-2012 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/dhcpcd.c b/dhcpcd.c index 6a155f6f..d41c30a2 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples + * Copyright (c) 2006-2012 Roy Marples * 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 #include diff --git a/if-bsd.c b/if-bsd.c index 65a761d9..881b37c2 100644 --- a/if-bsd.c +++ b/if-bsd.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2011 Roy Marples + * Copyright (c) 2006-2012 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without -- 2.47.2