]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
A belated welcome to 2021
authorRoy Marples <roy@marples.name>
Sun, 31 Jan 2021 10:33:21 +0000 (10:33 +0000)
committerRoy Marples <roy@marples.name>
Sun, 31 Jan 2021 10:33:21 +0000 (10:33 +0000)
71 files changed:
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/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-definitions-small.conf
src/dhcpcd-definitions.conf
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-control.c
src/privsep-control.h
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

diff --git a/LICENSE b/LICENSE
index b4396ea4b0839a91d2f47f307bda3bb9e29407c1..aba8b6aa6bdfd92fe9d65403e4ee631457f504bc 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 9b5483a4204d2f66871b9f76c1ba26b80bcb441e..db88d8e2ab17e3d23f36e4fa49de83a6c9b71bb1 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2020 Roy Marples
+.\" Copyright (c) 2006-2021 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 6f24ebf73f4a76989140782ad17a71949b193706..e8a27f42257b22b635d48c19f4d004d3b449e145 100644 (file)
--- a/src/arp.c
+++ b/src/arp.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - ARP handler
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index e8da0fb866c472097a0eeddc960785cc7c60f6b7..0ac8ef711622f0bd24c9a16c799a57265acd8798 100644 (file)
--- a/src/arp.h
+++ b/src/arp.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b7891b68774595e32e632129b060456708ae40ed..bfb2b5dda57a39df13e18f9a569b4a39fcb902ed 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 30cc38b33a62ba569b524d32a4ec5f228e3c0979..c6eb428512f6d92a0c086b3cf7960f4c87618139 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 9e85dbe24ecbc43c4d6a202a02a2e67bedaeae44..21b73af207be426d7fb34fee49ea084909746e1d 100644 (file)
--- a/src/bpf.c
+++ b/src/bpf.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 866ae23c0dd7522d55cf31ab710921d32df0d4aa..40da95e61ee63c52628c6174a4aa90993c4d73dc 100644 (file)
--- a/src/bpf.h
+++ b/src/bpf.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c60d98463a43894ad81230c726d6fafe92f59e92..bb89100ef2cf932dc5553dd240c47df635d265b1 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 77efb7ae4e471e3031639636c503858e68a8aa46..ff8f3f8b943b8d720a4ff872771ff1d689125fa5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 97bed1aef06ad16494fd6fb6c8d70d0764607b24..928465118b5f7f3897b09d2fd780bb53cb2f98b6 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 606f94b69dd3168739db22a1d93e9201502f43ca..110b0a7b2f0bee27d33e905525e0af4e4ae6ad39 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 39f14a87d771fc3f87e584772318c48ceb996bbb..bede2d21ecad881fa8d7666c76b5a3fd285cf33b 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 8f14bf6bc0f4f1b7ae1dc7e7f72ac3be5ca87e4c..d33c8faaa230de2a5548d09da3c9962e5ff03d9b 100644 (file)
--- a/src/dev.c
+++ b/src/dev.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 3bfb57291d2832f56c8200096df3313b07ffc0f5..e7263c5b87dab1579dff3559154922e59e0cc914 100644 (file)
--- a/src/dev.h
+++ b/src/dev.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index fefdefb20f4de61f68ce2995c2224644636738d2..552f37bc850534d05b13e2ca13c00faaf128ad7e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 4f0dbd638149b9503f16c6e4f1ffd8d3e95b3345..dbcfcc564df88f1257592bcbb7a54073dc27b1cd 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7be821f0baa81d51240e7aaf7c59b6d84324b3f0..a82fcd4cec8e77aea45a9e8bd25a54dfbbe6692f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index e13c63e52b97c7e42c2c5bc7e6dd87b463b546f9..fdd926b7eec1eaff77e6394ff3280817b87a19d4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d0f569d59e8471f07b30870b7006e2cb665728c9..9359d564da4d93bd01e4d2f2b08c2ec26fa1f290 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 176a12e4df4277e618192cf70409cd980db1b5b0..a7722f23f1efa95e3d2953f5881df3f383c89a2c 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 31e804524843e25968e0764073de69b9ceeed6a2..ece6ba9c1e88c0b36b21d3bb9372b0b4e659fa64 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4b626f98c80c7febaa1eb939046a3d804f9f3396..7f5b8185cbea17641c78441f2e7230fbd47bd400 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2017 Roy Marples
+# Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
 # All rights reserved
 
 # Bare essentials for automatic IP configuration
index 388700913975b8e021e69e0dc61cf52aab6f048f..43e91409792320259dd55ecb0611ad452f9e481f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2017 Roy Marples
+# Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
 # All rights reserved
 
 # DHCP option definitions for dhcpcd(8)
index 9b1b787d9ab4105338f3668f85ed931500e83ce8..5ab167055b8b264d1dc054c50aff83f9ca858174 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c1d773adedb884b10af9503cebafac9cc4d47d73..af9122d02429b6ced4b3cfee8a1262e794c09293 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7533f30baafd549bfdc24b4a492e2cef20f9d187..a35deb5d899bf7102df4e164ae3cd3751dad09eb 100644 (file)
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2020 Roy Marples
+.\" Copyright (c) 2006-2021 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index bd5a58d0b0c0fed9f59d443bcfbcd7bf222692fa..8b0e5e63c522142562a176297a09ed9de69a89fc 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 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.
  */
 
-static const char dhcpcd_copyright[] = "Copyright (c) 2006-2020 Roy Marples";
+static const char dhcpcd_copyright[] = "Copyright (c) 2006-2021 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/ioctl.h>
index fb89580dad5ec71e0daee7f23042c8919ce2e5a2..c6bde11ca78a52c41015c399c48db04757884b73 100644 (file)
@@ -1,6 +1,6 @@
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
-.\" Copyright (c) 2006-2020 Roy Marples
+.\" Copyright (c) 2006-2021 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index e18919de5771a4c5f6128353564c7714238bf8bf..8a21277ca56c366d8fdacfcbbfecc110dc778f53 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 764c74a92e78eed639a73d1295fa92c591a08c72..be626f510082bdf2877f68a9160f9d41d22db980 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1d25f2b66a53574c54cc64ae697b6a6131b92448..da3811d94123b1f35c6b198344ecacc564ed2329 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8b95de3d00ed0c3625ad0707f44e179aa5f3bb52..16f1b05dce9bada2d2f1412a86ffe8490fdec5d6 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
index f3267807df6edc4c8d61581c041483e147505eee..a86d825c67d02dec4f260f2b9231d7a61cf0f36c 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c8923460c4019557e98134ad62061770cc6a4a3f..aa4883979b53c2ada88dbc2093b80795577c8d14 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7a805b29880ba6f106806d5d5b12a92441119d92..a7a268926caa6ea92561420fe6b46d66ce527010 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7ccb672ce61255c51e1b9450315a59c94ac0e951..fdda052bdde3b5c99762559432ce2a3b61bf841f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 881591a67ed02c1476be41eb70a5ac1908639bd6..9862ff6da70124b9032040a99b4093fc74f2f16f 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index e4e39e2820a654fc809ff3f8c92fad79b2af8fe5..dcf1fc8520b15259efa8e496fbe68746d65b3487 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 019076e78ced3091712a1f5a03bf8e13520e0326..27a1808750c252dd63da32096d373ce53a717be9 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Solaris interface driver for dhcpcd
- * Copyright (c) 2016-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d3852f3dc68e86f4577a1f1a109553994397fa4e..b00f5e6f384ba95d6a25c1577a4182e2707f5ca5 100644 (file)
--- a/src/if.c
+++ b/src/if.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 43d133075d23532a262affe5175a568d8382cce5..d24fbc92cf48ca6cb5e6289b74eae249d7ad4385 100644 (file)
--- a/src/if.h
+++ b/src/if.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 220b33300e133b0c7b3d4e62d0a3c75c686f15c3..866486c2f328c5a5beea4cfcc1c6c004e25c3f85 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c72418e381d511d8ecd200b0c0977446995dd96a..6cf5654d9c989ea2086c6591d19a78d54a5930aa 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6f9cd73d5cf82f84d428be7938dce4078e6ef048..faaad70f6751b71db91e29fd2e6fe31118561700 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index bdf4c67da5ebe559d39f4b780fcf2399fa6654d0..0dcf8572302dd45f111de4739116f35db0a70631 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c9150c07cb271a56370a8522b9d91fa13f3d2f05..6bb2c45a1ec2d67f9d2d7366aa4319875b531089 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8eb4fd0050490ef212dac620f95b2db73c60b049..1fe1d5c224c7dd06f972a56c0a01f3bcbc502ce5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b9ba57f476af84149086b398f20d399761807d8b..b0174a775de6b93c2811260b3dfd98b3025352fb 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index baa59404ffa5ca9a9033861106bce474ab83b07c..fd5990cfea973ba313ebc5fc88e80df99168cb12 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 35268870bb6c9dcd1fafef35637871d0fa585c79..7a650e87f2c70b7eabea7f61db7b2cebb208b5db 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index db1c18b9b39f4b31df46a995bcbf72ca13d22d05..ba7e4f6a6a01ce21daf951b1d364581a69211ebf 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2db5ebc4dc66aeef2f13110bb8cdb4320812e56c..f402ea18307108b8cf50fe1e75bdc06fcab8b4e6 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation BPF Initiator
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index a9960490ac03b977b9c32ddbcadf3685d3826658..50c132379d249f9428aadc0bcebff316f15f5d53 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c9e316102bcaf72f66c04ec98a36e46a5eca22c7..91c54488235cbe0b778d36f1e7d367f6ac4179dd 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, BSD driver
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 52b3342e49a10361f24adb5b534016263f428c99..f5f8cfdd3502619010502531ec37c3220204a040 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, control proxy
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3d9522adf092c5469cb9cec923e98b846dfca7c4..8f01b536cf8546e4ac3666b0f303ac72b4df5d52 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2770569f631bb9105cacaa10d42a9adb5ad69f57..b98e19adf3ffa8cc9ccc6c624f58af869cae4040 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, network proxy
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d6b704026c2f689948e7ca074da82e181bc6d77a..dc4a072d8d72a8c6710095986faa10fba3812e3c 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8b3632b06a8d56ff31f4a1e083513ca7d9ad6c7a..faaaf7c9772f73eba354859d59ee7d068ed2d524 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, Linux driver
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index eb6087f5b86422d6e088e3299263b0d3b9b37058..adcbd640cfcade893f095b2aebcb5aa20086c2c8 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, privileged actioneer
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 9d8a1597cb7f20f7b85d6458c6a4aecf5d94c209..7fdd9f69f212795e5e73963a86ae0252bad3fa73 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2c5d586ac286c415f0e406c5745fcf09ae5286e5..8043eed6ef657323f30eecbb5c097585a24044d2 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd, Solaris driver
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 077c0b4987ed3fcf6279a19944cb7087ec462254..01a5d308351f953494388115c37f2a2425532dd1 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 351e7e5f3b296313450e4120f875f779c373d87f..c74bf25cba352f405cb84def76db9c46770ef8b5 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Privilege Separation for dhcpcd
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 89d0c13279269015b62df77f25b746e1b6458482..a5ec517ba3630022e65d58bd8dee9f088a465858 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index cb935c83bdfd54f17a25bc354b20ff434d88170b..45f0e1a7dc96eac2133e670f41559ff1c26fdfb6 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
index 4d898b4ecd79d1bfe3c1d0fa81f36a94fbbcaaf1..c6a19d1bef7a843749d3b65f3f17dd5f4f592b57 100644 (file)
--- a/src/sa.c
+++ b/src/sa.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index fb10088da8e5362bd0ec0da60c9d641fa918c0b0..69724cd8570c7ddc0cfb97db409cfe214685aa16 100644 (file)
--- a/src/sa.h
+++ b/src/sa.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 622bab8737aa203bbccb610a1e1c7f35c401515f..6173b4020f384fb7643e053c9868f1ea1e90c861 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 9bcd3350d4b3870a9f0da9d55d378de312991c1f..feb8574d5912d479efbc10c70bdc594eae678013 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without