]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix more copyright
authorRoy Marples <roy@marples.name>
Tue, 31 Jan 2012 09:51:12 +0000 (09:51 +0000)
committerRoy Marples <roy@marples.name>
Tue, 31 Jan 2012 09:51:12 +0000 (09:51 +0000)
README
configure.c
defs.h
dhcp.c
dhcpcd.c
if-bsd.c

diff --git a/README b/README
index dd8acfd69b2db24bd4a57472053096aea8e713e5..32ae27a5d6fa153901194006ff28507a222275cf 100644 (file)
--- 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
index 901853754c373aa48ad379cd15d9b4892d62d3cc..fecece5ed40f0de9e92ba7d157eee6676f63c6de 100644 (file)
@@ -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 a6ff2239cf3d8d55d746d383b7cdd6ccc5d97eea..5d219b9c0ca1bbdc540723612634fb6340af1603 100644 (file)
--- 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 28bf4383d8bd43ee880c34eece0e220ba0a7ed02..8967343915d8ea6e78316f9fdff48a2a0debee06 100644 (file)
--- 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
index 6a155f6f4eda1af06136c7282b1bdfd443775cb8..d41c30a23161e95a4795044d10e0b5e476e29aa4 100644 (file)
--- 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>
index 65a761d9797b73a007f953aa2ebf9bd7fe07cc1e..881b37c275e4d7afe8949792f3ae5b1c8d524849 100644 (file)
--- 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