summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2012-01-31 09:51:12 +0000
committerRoy Marples <roy@marples.name>2012-01-31 09:51:12 +0000
commit7ae411d94292aad0806c83c0ec33dba9e81896fa (patch)
treea3910be340728e27edeb9b4641cd6689461639c5
parent88ee21e5dbd542a0894d373c966b1af82e95b395 (diff)
downloaddhcpcd-7ae411d94292aad0806c83c0ec33dba9e81896fa.tar.xz
Fix more copyright
-rw-r--r--README2
-rw-r--r--configure.c2
-rw-r--r--defs.h2
-rw-r--r--dhcp.c2
-rw-r--r--dhcpcd.c4
-rw-r--r--if-bsd.c2
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 <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
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 <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
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 <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
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 <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>
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 <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