changeset 4922:555d7d1a4939 draft

Welcome to 2020!
author Roy Marples <roy@marples.name>
date Fri, 03 Jan 2020 13:10:48 +0000
parents 42db5ae2e4e8
children 4fcca755943e
files LICENSE 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/dev/udev.c 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/duid.c src/duid.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/privsep-bpf.c src/privsep-bpf.h src/privsep-bsd.c src/privsep-inet.c src/privsep-inet.h src/privsep-linux.c src/privsep-root.c src/privsep-root.h src/privsep-sun.c src/privsep.c src/privsep.h src/route.c src/route.h src/sa.c src/sa.h src/script.c src/script.h
diffstat 66 files changed, 69 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Thu Jan 02 16:07:58 2020 +0000
+++ b/LICENSE	Fri Jan 03 13:10:48 2020 +0000
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
--- a/src/arp.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/arp.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - ARP handler
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/arp.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/arp.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/auth.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/auth.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/auth.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/auth.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/bpf.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/bpf.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/bpf.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/bpf.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/common.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/common.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/common.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/common.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/control.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/control.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/control.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/control.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/defs.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/defs.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dev.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dev.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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/udev.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dev/udev.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcp-common.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp-common.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcp-common.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcp.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcp.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp6.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcp6.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcp6.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcp6.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcpcd-embedded.c.in	Fri Jan 03 13:10:48 2020 +0000
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcpcd-embedded.h.in	Fri Jan 03 13:10:48 2020 +0000
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/dhcpcd.8.in	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcpcd.8.in	Fri Jan 03 13:10:48 2020 +0000
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2019 Roy Marples
+.\" Copyright (c) 2006-2020 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 28, 2019
+.Dd January 3, 2020
 .Dt DHCPCD 8
 .Os
 .Sh NAME
--- a/src/dhcpcd.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcpcd.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
  * SUCH DAMAGE.
  */
 
-const char dhcpcd_copyright[] = "Copyright (c) 2006-2019 Roy Marples";
+const char dhcpcd_copyright[] = "Copyright (c) 2006-2020 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>
--- a/src/dhcpcd.conf.5.in	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcpcd.conf.5.in	Fri Jan 03 13:10:48 2020 +0000
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2019 Roy Marples
+.\" Copyright (c) 2006-2020 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 28, 2019
+.Dd January 3, 2020
 .Dt DHCPCD.CONF 5
 .Os
 .Sh NAME
--- a/src/dhcpcd.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/dhcpcd.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/duid.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/duid.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/duid.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/duid.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2015 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/eloop.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/eloop.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/eloop.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/eloop.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-bsd.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if-bsd.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 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	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if-linux-wext.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-linux.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if-linux.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-options.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if-options.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-options.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if-options.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if-sun.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if-sun.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Solaris interface driver for dhcpcd
- * Copyright (c) 2016-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/if.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/if.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv4.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv4.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4ll.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv4ll.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv4ll.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv4ll.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv6.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv6.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6nd.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv6nd.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/ipv6nd.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/ipv6nd.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/logerr.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/logerr.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/logerr.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/logerr.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-bpf.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-bpf.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation BPF Initiator
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-bpf.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-bpf.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Seperation for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-bsd.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-bsd.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation for dhcpcd, BSD driver
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-inet.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-inet.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation for dhcpcd, network proxy
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-inet.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-inet.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Seperation for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-linux.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-linux.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation for dhcpcd, Linux driver
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-root.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-root.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation for dhcpcd, privileged actioneer
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-root.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-root.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Seperation for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep-sun.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep-sun.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation for dhcpcd, Solaris driver
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Separation for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/privsep.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/privsep.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Priviledge Seperation for dhcpcd
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/route.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/route.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/route.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/route.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
--- a/src/sa.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/sa.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/sa.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/sa.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/script.c	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/script.c	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* stSPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
--- a/src/script.h	Thu Jan 02 16:07:58 2020 +0000
+++ b/src/script.h	Fri Jan 03 13:10:48 2020 +0000
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without