]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Welcome to 2015!
authorRoy Marples <roy@marples.name>
Thu, 1 Jan 2015 20:50:48 +0000 (20:50 +0000)
committerRoy Marples <roy@marples.name>
Thu, 1 Jan 2015 20:50:48 +0000 (20:50 +0000)
dhcp6.c
dhcpcd.c

diff --git a/dhcp6.c b/dhcp6.c
index a3905722632da8ca2cdd84080261154d7767fbc9..3e00b2996501f51118d1676b20a50498e3bd0779 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 47eb9c2ad72cabeb819a2c52a56dbafb4b88324e..700b5c2f8d30a7727f31aa6e3f180f41e6228138 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2014 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2015 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 dhcpcd_copyright[] = "Copyright (c) 2006-2014 Roy Marples";
+const char dhcpcd_copyright[] = "Copyright (c) 2006-2015 Roy Marples";
 
 #define _WITH_DPRINTF /* Stop FreeBSD bitching */