changeset 4197:e8df358b7595 draft

Welcome to 2018.
author Roy Marples <roy@marples.name>
date Mon, 01 Jan 2018 11:17:24 +0000
parents ed557660dc3d
children 18e6c9832039
files LICENSE hooks/dhcpcd-run-hooks.8.in src/arp.c src/arp.h src/auth.c src/auth.h src/bpf.c src/bpf.h src/common.c src/common.h src/control.c src/control.h src/defs.h src/dev.c src/dev.h src/dhcp-common.c src/dhcp-common.h src/dhcp.c src/dhcp.h src/dhcp6.c src/dhcp6.h src/dhcpcd-embedded.c.in src/dhcpcd-embedded.h.in src/dhcpcd.8.in src/dhcpcd.c src/dhcpcd.conf.5.in src/dhcpcd.h src/eloop.c src/eloop.h src/if-bsd.c src/if-linux-wext.c src/if-linux.c src/if-options.c src/if-options.h src/if-sun.c src/if.c src/if.h src/ipv4.c src/ipv4.h src/ipv4ll.c src/ipv4ll.h src/ipv6.c src/ipv6.h src/ipv6nd.c src/ipv6nd.h src/logerr.c src/logerr.h src/route.c src/route.h src/sa.c src/sa.h src/script.c src/script.h tests/crypt/run-test.c tests/crypt/test.h tests/crypt/test_hmac_md5.c tests/eloop-bench/eloop-bench.c
diffstat 57 files changed, 58 insertions(+), 58 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Tue Dec 12 14:32:48 2017 +0000
+++ b/LICENSE	Mon Jan 01 11:17:24 2018 +0000
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
--- a/hooks/dhcpcd-run-hooks.8.in	Tue Dec 12 14:32:48 2017 +0000
+++ b/hooks/dhcpcd-run-hooks.8.in	Mon Jan 01 11:17:24 2018 +0000
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2017 Roy Marples
+.\" Copyright (c) 2006-2018 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
--- a/src/arp.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/arp.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - ARP handler
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/arp.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/arp.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/auth.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/auth.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/auth.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/auth.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/bpf.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/bpf.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/bpf.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/bpf.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/common.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/common.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/common.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/common.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/control.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/control.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/control.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/control.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/defs.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/defs.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/src/dev.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dev.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/src/dev.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dev.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
--- a/src/dhcp-common.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcp-common.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp-common.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcp-common.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcp.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcp.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp6.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcp6.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp6.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcp6.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcpcd-embedded.c.in	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcpcd-embedded.c.in	Mon Jan 01 11:17:24 2018 +0000
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcpcd-embedded.h.in	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcpcd-embedded.h.in	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcpcd.8.in	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcpcd.8.in	Mon Jan 01 11:17:24 2018 +0000
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2017 Roy Marples
+.\" Copyright (c) 2006-2018 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
--- a/src/dhcpcd.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcpcd.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 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-2017 Roy Marples";
+const char dhcpcd_copyright[] = "Copyright (c) 2006-2018 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>
--- a/src/dhcpcd.conf.5.in	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcpcd.conf.5.in	Mon Jan 01 11:17:24 2018 +0000
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2017 Roy Marples
+.\" Copyright (c) 2006-2018 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
--- a/src/dhcpcd.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/dhcpcd.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/eloop.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/eloop.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/eloop.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/eloop.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-bsd.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if-bsd.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-linux-wext.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if-linux-wext.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-linux.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if-linux.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-options.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if-options.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-options.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if-options.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-sun.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if-sun.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * Solaris interface driver for dhcpcd
- * Copyright (c) 2016-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/if.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv4.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv4.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4ll.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv4ll.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4ll.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv4ll.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv6.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv6.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6nd.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv6nd.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6nd.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/ipv6nd.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/logerr.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/logerr.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/logerr.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/logerr.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/route.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/route.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/route.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/route.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
--- a/src/sa.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/sa.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/sa.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/sa.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/script.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/script.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/script.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/src/script.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/tests/crypt/run-test.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/tests/crypt/run-test.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/tests/crypt/test.h	Tue Dec 12 14:32:48 2017 +0000
+++ b/tests/crypt/test.h	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/tests/crypt/test_hmac_md5.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/tests/crypt/test_hmac_md5.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/tests/eloop-bench/eloop-bench.c	Tue Dec 12 14:32:48 2017 +0000
+++ b/tests/eloop-bench/eloop-bench.c	Mon Jan 01 11:17:24 2018 +0000
@@ -1,6 +1,6 @@
 /*
  * eloop benchmark
- * Copyright (c) 2006-2017 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without