]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Welcome to 2019!
authorRoy Marples <roy@marples.name>
Tue, 1 Jan 2019 17:16:18 +0000 (17:16 +0000)
committerRoy Marples <roy@marples.name>
Tue, 1 Jan 2019 17:16:18 +0000 (17:16 +0000)
54 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/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

diff --git a/LICENSE b/LICENSE
index b0ca15b5e6dd788a1b8aee41d644214332b62b0c..74bcc862598b10e9de3c8c2c1232d8b019633487 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index f8bff87a29500c7138ad70ff9f5641064c58d00f..e9f71e3727c814aa0ad672ee27393545e1d8c7e4 100644 (file)
--- a/src/arp.c
+++ b/src/arp.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - ARP handler
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6b9d5a65e9a974bda778c56a86e4652564449b31..4b29937a489df1c0e40e3851fbe7310218b29646 100644 (file)
--- a/src/arp.h
+++ b/src/arp.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index a272e93d47395807a871c836fa2d30a0896e34b9..9e24998c17b34300c0d206547c795ca7f5e112a2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index f65d62c39c143dc17faab3fe5adcff9d50ce1f81..d0aa4924e6b960b7ff693008ec5917146e01e458 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 537a7a6a2f5601b547cb35540e9b5d041803f80c..c2c14dc89786b43e69ba18ca2a7fec787882e099 100644 (file)
--- a/src/bpf.c
+++ b/src/bpf.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 2515978dc6c52d480615a1e89653230206b62803..91ca16e28b8decedd211a7e8ffa8245b650c87ed 100644 (file)
--- a/src/bpf.h
+++ b/src/bpf.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd: BPF arp and bootp filtering
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d4b606dc0d4ccf45d415bcc0dc1d2269b399792f..6d06604d8ea4294343faf243feed7d056021ebe3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3031fab68755b9ab82ceb8d8e7a900bb747ec207..59ca112b00129b91f15595b14498bab0188e849a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d9bf9498a9a44cdd6f367e9165ed3e03673ffcb9..cccccf9323674b11fe70c27ec69f3db81ed6d7c5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 93ac01f62be5b25677874aae03d1f36c9c43dab8..cdf54da245f2d432fab8f348cf9e7cf094d70e37 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index c68a98c4bbd78b9ad064bff48c479356541a5e6c..ff64697ee4439772fa4901cee034874b56553557 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 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 0d3891785eace880f2e70af3f993850dbc77ce47..e7214e48e0b095fa920db77c744f53609504ff3a 100644 (file)
--- a/src/dev.c
+++ b/src/dev.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 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 daf4d295614ba8041ac28ef2ec09b0a547843e90..30054fcd0a5d3cc6612374863f6dc7b720a36932 100644 (file)
--- a/src/dev.h
+++ b/src/dev.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 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 56101e2b598889eff3aba3f55a2318e92d99e743..e1dc000c372b1cfe943eaa1963d9ac82f2742e50 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 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 eed3dbf4699818f739ace325f69451df220a9e96..c562ada7543bdf97090e31122a8085f57b245c97 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index aea3d85281cec96b4dba1c84013271b0bd2a5579..a4de7420b0a3079a3c3acfb6e6f17319d086e713 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d8e71f361c8d19f0473dfdd8ec307c7ded89278a..181603484e75f5e29822e39d890f83b1fea64a92 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index fb2795874a73b5d7297f63d844329305c587d8ba..1dc8a28bf77142224fcf8a594edeba706e8d36c6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d6846524a5c1e6714d25b1f2c98f8c00ca96b104..502d58f00b194965743c1612ed47ed61f81a57f0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 0e48ad0e6a8209d60d26573e3fbb23264ec3b5a3..5211dae4b43fba97165976a4bd81159b95203378 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6d54dde2eabda09854550294f9bcfd68ef2debe7..9ac6da3bdcc56cc85553b73e73a93fa2e3b62f79 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5ece1f9b8e16e083d91fa61f95660af46026e247..883d53bdd2c13e668ff1a6936edc15a658600e75 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 72f5aac214e6970b631002a7bfbf0221c31efb6e..0bbd0f3aabdefd71c830beba9a97d5360fcdc751 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2018 Roy Marples
+.\" Copyright (c) 2006-2019 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index a007923daf5fbf1b9aa58c1743bd15f0ac1379ec..d41a5dd1c9f9a5cdba28538d9eaaf8d0a8771671 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 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-2018 Roy Marples";
+const char dhcpcd_copyright[] = "Copyright (c) 2006-2019 Roy Marples";
 
 #include <sys/file.h>
 #include <sys/socket.h>
index bd9f244c324f4125d97d976ccc1929ee784e1228..f792b15ffede8b3073e5061af47711a1f0e467bf 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2018 Roy Marples
+.\" Copyright (c) 2006-2019 Roy Marples
 .\" All rights reserved
 .\"
 .\" Redistribution and use in source and binary forms, with or without
index 9743ae629a6c58065049f924c5937ca16a6c5051..06602baee740e34684700df708d82fe5094d4c1d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4faab9aba16456a943803ba799973d5bb0a7433f..c0752b3532f6c2e5667a9d3f2821118b2aacf81e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4d744821e40fe0e0a8d2022317f7cc66deca55ad..65c9c7e0412c395619a71afe4dca9aeaf4213e7a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * eloop - portable event based main loop.
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
index cbacc90417ea23672b80177a40c119832028048f..7b87459f0d01d686d298f3d1f41078ce778d3ff1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index fbb30bb4f536e0b5a67e255561afc983706774eb..7df647a2ea06d400449e6a9030ea58d4438b3e93 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * BSD interface driver for dhcpcd
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6f57d19fa9c8783f9ce201f7c1abed9a84b4791f..4b0965dccfdbba67680f0fdbdd05c7b56910d2ba 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2009-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 88e879cc148aef7fd1d7231f44f66fc6da8c66f0..e9223e58fa34a1dbe20720382b9edf2270516742 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Linux interface driver for dhcpcd
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 94cbfb811b9b635d445b1e7ec719332876036b48..14a49df27d3f6b2e61febf7b2dc615a2dfdc09ed 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8a3c4479de54d7eb00688568e9b43b62ad7a7dde..eddfeef9d67611908c5d2fa311ffa32593fa26f1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4f902ba3f8104e95db445349890a4e0a32e6f35f..d7c2e9c60ea9926970fb4036ffad5e2fe33b7dc9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Solaris interface driver for dhcpcd
- * Copyright (c) 2016-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 1835620638633abb878ca5fe52001a3f392fe71e..7807d89b93ad036b380a113887907d5d3906834b 100644 (file)
--- a/src/if.c
+++ b/src/if.c
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4f6c6fb687fa7f9ac3fcd9a3f6da7adf090ad2ad..51ef75c05017da65a80da1a9153b4eadb7b65bf6 100644 (file)
--- a/src/if.h
+++ b/src/if.h
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 3720f153f8bd36c06bbf9de20843c592f324c3b3..7d70825ab0fa87f4f2fdefde78c3936821f36caf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index b41958ec897d708547e49bb92c47d80460da00c0..ff0cb5402c191345fa41254e684cd2db55eb511f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 4d1d1c0a4c4b05af1b393796ab474ea9445d3ba4..103bce0ae1b453b1d6b69c589a50ae41b5c09d0f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6ce1bef2d22e1f69f06798defaa6e04678da0285..6ead6ea5e9cf09f141dcef6d0d5c1756f95dfc54 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 49de68607a4ab4b8e230c8b049b7b76bdc7f043e..49315d148f2393e79e2a41e6c1bcc01febce8eed 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index ef740ba4a2fd7d36cd8850b5740a116a948eed58..73f6538b4f6dcc55ace9e9b868c73a501f97e793 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 5126d5abb108b3e90ef4c10762aa5af13882397d..8b446e9cdb2bbdf9ec67501f3b7a2bd5b2331e84 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d40ed0341d8935b77a7cefe18728980bcb50106d..e6a11d687af06d7516e9738f98d31dd72595bd3f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - IPv6 ND handling
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 6117c66c1015ae2ba3eeef1d81094824b8af4b68..afef8d1b4ae88783d5913c9ea9de942dca5993e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index d4afa77c39fd71cd08d488662bf23c3e752c39cc..0e19583f4753b976198702fc5f5b7df290e87525 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * logerr: errx with logging
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 8dc8639217bda275b7587320f923ca1a127bbe00..e14820f36890d5047f134c5df6d18e47b5bc476b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 204b20c0b2d21f5a9778211270aa9af1b952b564..6f29813c41ec3a265080be9dfee3a7f7abb8ec18 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - route management
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * rEDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, WITH OR WITHOUT
index dc9c2415460e239efc7261080d22b4042c76bf98..495b599b5b3eb35d6a63e6dfdb204b6d2f56ec85 100644 (file)
--- a/src/sa.c
+++ b/src/sa.c
@@ -1,6 +1,6 @@
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 26c741cca24285f5c4590db9dcd6f3a1505bb5b2..9751b70e6cf690cea3be22a425becd54ac6d17df 100644 (file)
--- a/src/sa.h
+++ b/src/sa.h
@@ -1,6 +1,6 @@
 /*
  * Socket Address handling for dhcpcd
- * Copyright (c) 2015-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 7c55f8abdd27c5f61002f66527b387209163b055..965e8caf74ae218d427f500137f722be0b25c8c3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without
index 0b9d6991ce8cb350ec0bd96efc0278db5b602be1..6b7a593b64c999c0a4632a9b2145154a12e2c341 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2018 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2019 Roy Marples <roy@marples.name>
  * All rights reserved
 
  * Redistribution and use in source and binary forms, with or without