]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Welcome to 2020!
authorRoy Marples <roy@marples.name>
Fri, 3 Jan 2020 13:10:48 +0000 (13:10 +0000)
committerRoy Marples <roy@marples.name>
Fri, 3 Jan 2020 13:11:31 +0000 (13:11 +0000)
66 files changed:
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

diff --git a/LICENSE b/LICENSE
index 74bcc862598b10e9de3c8c2c1232d8b019633487..b4396ea4b0839a91d2f47f307bda3bb9e29407c1 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -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
index 2bf9516fdd9ace5c2840a4ffafe68882636809e9..d585e96e56d9569db286e2cb820ad11abd09eee1 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-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
index 01f665d4be81b3184f3760a1515118e3681f3538..5b33a9f1e25a14d4cf094a7160fca059eefd9665 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-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
index 8a83530842556ec8ee3a1cfe69299bda2331f4a1..29c00a9c479b3ca42d31e495c3ed011a005808aa 100644 (file)
@@ -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
index 3f6b5a572f2ce9793aea54df00db5dc50b22006a..aa668c26289aee41165ec750512a19e3e55fcb31 100644 (file)
@@ -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
index c6b177982b79f0d3aa7baf76ef2b585b2b2a5b04..14f48c058baa4d91d9657f29b8107267d0e2832f 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-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
index 46bc6c379e8bbfec85ad19227f66d71f35e757e5..34a1e0a7552b660b6acfc346633f7b70783d864b 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-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
index 6a686b8c46bfc5a1791e9a1514d254b7582aa522..eac1b256b337612d59ae3a1e2b410a9b960725a8 100644 (file)
@@ -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
index 44566c25fe09ccb75eb610e1406db1b12bb93347..31cc8a36536455344129ff3efd7a4cbc61c7e7fa 100644 (file)
@@ -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
index 78d6973a16d90eac7adc3b1b681a9bb352ac2ddd..f148987812019dddfd849e106fc0f3ed8c58142b 100644 (file)
@@ -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
index d9f77daa5c0265f41c12bc5f76e253fd9907369d..4d8c5225e6610fd4ba9a8ba6c2dce9cdd5b4e9d8 100644 (file)
@@ -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
index c2c696f7c641017057d01b404b8c090341bdd6b5..7c65c7fd33ccee2e7f4086b92488f27edc5e55dc 100644 (file)
@@ -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
index 3f67693c81bc6fe10bf851ae60ef79a346dd2cf5..7e49d5aca71b11a359481490e6dc76ed8ea74302 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-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
index b2cd804b8deb36d7cfb0444c5be1118c70be0d22..74a693e6a7c8df62f7959a20f093ccf9255efc7f 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-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
index feca9ca91e1771eb7c185371c95e1ea19b76e1a5..4fe7dde4f2d7689747fe61ae70a7d403fe3916e4 100644 (file)
@@ -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
index e26ddd021c74aa9dd462c6bbc09580c77552a5a7..93d42f4addf718fecee6cd34cfbbbcb42d9ea177 100644 (file)
@@ -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
index a711a184a250c82d85cac1e9e0dc4e80f47dfebc..558a5705c3bdfc54156a06c7b262f3465a0f9bcc 100644 (file)
@@ -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
index 04bddc209efcdf0bbbf34c7b9337798d87e10bb9..e74861347ed0f816d1a14aee9ed52ffa1e40fbb4 100644 (file)
@@ -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
index d895e341f62549a4d2965ccfa0a715914cff2fde..6e04c0a58f631154f4d61e5aa47b73c54d5b4447 100644 (file)
@@ -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
index 2f09ecd31c4956066cfa09954343d0732e7be9ab..fdfbabeeb96790609523c553e2747a50fe00480e 100644 (file)
@@ -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
index bc6a0a3d6606937fc8be0f157b7b62a575ccad8d..d6e5444799c806781f70cb7a00dfe3f58c7ddca1 100644 (file)
@@ -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
index 9ac6da3bdcc56cc85553b73e73a93fa2e3b62f79..4570946f47383300397c81705f0cc0fa52042b17 100644 (file)
@@ -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
index aa1adbb8f65c85c82e6818ed52cc4c42f05c7726..5443fad11a3542455bb23b09991f8274cec854fa 100644 (file)
@@ -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
index 9c145049d02df811ef7a0115e8de51f9409b5115..95696e86c577712347a2a479c2f434687b30e21b 100644 (file)
@@ -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
index 6a3b86f51e21963dfb6de96b0e1e7f0a15d4acf0..9ec35ec1952cb156527d4d3088e6a021e690671d 100644 (file)
@@ -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>
index 8ddca9bce4f6bf6a71e1bf45cf47401196d0d7d3..add12f41cf5b784ef63cbff781c1bd8de178b3c0 100644 (file)
@@ -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
index 16e3e216cdcd1fd5b0c71993bf8c220d4cb32655..1c727660095af1c403b19427a4a18d28527b7a05 100644 (file)
@@ -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
index d6c2b498e5e477a78d14bfa5cb85fd06225c3fef..8922f62f34ba78b84125bda94a9d625ce8499f58 100644 (file)
@@ -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
index 23a714f09a13b5346fd521e8cc8b9a205dde51e4..ad2600bf7472bf9361f1551eae5a1511f03eb3ee 100644 (file)
@@ -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
index 0ab742a6fd10a7a0c08701a578d4863183732170..112993c76da3ba36f923a1b55928f698833c12c6 100644 (file)
@@ -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
index 18cd06d7d60b04c49b21631871a4f81216c35f57..fc0edca82ee37ce8dc2402c6d908ecce8f6bfe90 100644 (file)
@@ -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
index 6b306523e7309dcee1af44c4af50785ac81bf830..4d3dce4fc0c49c87dcf477283d471081f65c980c 100644 (file)
@@ -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
index dd4a9e08481166fa6e35a125f76462cac7f05653..7a805b29880ba6f106806d5d5b12a92441119d92 100644 (file)
@@ -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
index f67704bbc05cc6730d14915bab0d9741625597d3..175d5246f2ec2fab1e0593d3201ff130756f2f13 100644 (file)
@@ -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
index f922cfc138aca2cb57bdbde0ece1ae93d37acbf2..3930beeeb79df09682cb8b1bb2612ba26b4d3486 100644 (file)
@@ -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
index e98d985e54515085c99d9bea9c2d21286c551e08..8a1568aaad69e6babc855f1fb5f18cb54eb09597 100644 (file)
@@ -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
index 664f7d3e03e96f5d1205b35df7d326e3d5a01f0b..3cf5ee92514890f6fb5d7fb7f671e6e0a419bcb1 100644 (file)
@@ -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
index 4b6efecc1d990d42162ee5cc4b960e4921d2414c..26324286be609ed2d2bddaeb98d4d1516d2a09ba 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-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
index 52da16297bb5864748e58e6d93345b70ffa186c3..8165a49841cb710d84f047ba0302d30956101ad1 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-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
index 50180e85d64dd196139047d4a432e8db539858d1..7c2dc53ceb047ff30a5bb180132e0165e7de0f7e 100644 (file)
@@ -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
index 59b48a53b04d5fed71d1621aac390a09aefe5d8f..21f64b5f4efc83be335058b61ed019582f79aa6e 100644 (file)
@@ -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
index a13f373198a8cf43fa07c795425e58f01b7318ae..faf6fbc66d4fd56d58999d9cdb7b2607fb2d8f30 100644 (file)
@@ -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
index d955d1e06c3a1b7d4eb915b0b47920b673c672fb..b986cfb6fd4edc1aab7ce4eb02583279ffbcda7f 100644 (file)
@@ -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
index 658077a8ac49cbd8db1f9c16450226184eef9c82..08a4ebf3fc112f3e4a70c5720cba2e53aa8686ae 100644 (file)
@@ -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
index a7dc50a97031e1caaddd28f7ff6ff2bc356ef268..2688fa3df160f99cb3fc87c26182e4ae65933cd4 100644 (file)
@@ -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
index 0f9b050e7d1f6dbf80831038c673ed42515a4947..f3899b8307abdc108af1d3bc2a4c7faf19d1fe8a 100644 (file)
@@ -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
index 12b125a4e320a9da670825493b3e9286052aca81..c0fa2967b48bda5b471970957212933762e3136b 100644 (file)
@@ -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
index 59f8cb611241be5788fa1c670dc811a039570ca5..9545095b0a685a872696dcd38928db9c590f4121 100644 (file)
@@ -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
index cca1956ced472548231750142b71e02fa0ef1b95..1923ab736326f2cfdc69bcf3f2d4b0b4d3b40ab2 100644 (file)
@@ -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
index c968211b351f5a14814bd92bec1dec16e5d7689b..0985bd2e0a9ba018e706f9272aae340bb79c375c 100644 (file)
@@ -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
index 122a2970c1953bbc9e02192392f08d5ac364ea13..68257b9f17a4ac3837a30074ac0bbf92b19398a7 100644 (file)
@@ -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
index 92a1a5211a8c0e0a36ade466377e97a2173f7a9c..d07d0e0733b7e954fd2f1e671b5ed4461bd90021 100644 (file)
@@ -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
index e760e35c9d06742b90869f660602dca407e85406..2d5e30db9724184966ee5fde4f313c7a4bda0b5d 100644 (file)
@@ -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
index 70cd32378dd0e68d033c4b2ba3c4da8cd27b6ec2..70a0922fb467af4565669cbe27015ce23d019fa1 100644 (file)
@@ -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
index 7582aeea4ba0a8ec64913a2dbe3bab56918e7ad4..fbd7d293dbac2045cfd60f45d5a3bcd2c80b7107 100644 (file)
@@ -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
index 63045c164363a61386102090dcf422ed6622b5c8..dd60a4ff9aca4836f2cf617b63fc8f88861376e8 100644 (file)
@@ -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
index 219bca35cc5bed656315e332fe399e3889a9dd8b..4f6ac9558f1819d23db700e12faee01a7d82d6e3 100644 (file)
@@ -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
index c887eba6876e18a20f8fe9b2bc460fb52e359ab1..b679818ae16947ce92ebeb8a3dce880f33f1196d 100644 (file)
@@ -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
index 227a39ff0578dfccc22e0c450eb9bf5951b15e43..c8a59793942dfe8c21cbdf41635d1a799d152216 100644 (file)
@@ -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
index 02c06c4d1b5b950188a33b514425994c198405e1..ae244e408cd7504be2c23e6352fee7e4e3733d19 100644 (file)
@@ -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
index a9d971024d0afb4d9f26643ace83b68d7d555812..56e57a31f7524f835c3cfa789817437f94c6aca0 100644 (file)
@@ -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
index 74570fa7940b6479bf9a1637d72a85240a4906a2..629fb20073d985452acf6b1e528e46ea13fa615e 100644 (file)
@@ -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
index 7f4d21f04aeb31db5fe944ed259e23af9879be51..d7ecc76f24753a403612e5edd8fd9d2041687125 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-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
index b2cb639b6e4f654d60d3059fdef8fe73b7ff6b92..fb10088da8e5362bd0ec0da60c9d641fa918c0b0 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-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
index b802e12d510bac670f9a5bab1c28176247dd8df3..6b0f37a4dde4499f09f4e46ff09012ebaaf3bbc9 100644 (file)
@@ -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
index 809cdae526eee35f8ef13f5f6fba811a6a9cb259..badccd7fe83f547b6cd4bed61440562e126f6062 100644 (file)
@@ -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