From: Roy Marples Date: Tue, 1 Jan 2019 17:16:18 +0000 (+0000) Subject: Welcome to 2019! X-Git-Tag: v7.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94354c03eda781aad58e21583c51f0e500f21ac4;p=thirdparty%2Fdhcpcd.git Welcome to 2019! --- diff --git a/LICENSE b/LICENSE index b0ca15b5..74bcc862 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/src/arp.c b/src/arp.c index f8bff87a..e9f71e37 100644 --- a/src/arp.c +++ b/src/arp.c @@ -1,6 +1,6 @@ /* * dhcpcd - ARP handler - * 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 diff --git a/src/arp.h b/src/arp.h index 6b9d5a65..4b29937a 100644 --- a/src/arp.h +++ b/src/arp.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/auth.c b/src/auth.c index a272e93d..9e24998c 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/auth.h b/src/auth.h index f65d62c3..d0aa4924 100644 --- a/src/auth.h +++ b/src/auth.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/bpf.c b/src/bpf.c index 537a7a6a..c2c14dc8 100644 --- a/src/bpf.c +++ b/src/bpf.c @@ -1,6 +1,6 @@ /* * dhcpcd: BPF arp and bootp filtering - * 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 diff --git a/src/bpf.h b/src/bpf.h index 2515978d..91ca16e2 100644 --- a/src/bpf.h +++ b/src/bpf.h @@ -1,6 +1,6 @@ /* * dhcpcd: BPF arp and bootp filtering - * 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 diff --git a/src/common.c b/src/common.c index d4b606dc..6d06604d 100644 --- a/src/common.c +++ b/src/common.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/common.h b/src/common.h index 3031fab6..59ca112b 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/control.c b/src/control.c index d9bf9498..cccccf93 100644 --- a/src/control.c +++ b/src/control.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/control.h b/src/control.h index 93ac01f6..cdf54da2 100644 --- a/src/control.h +++ b/src/control.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/defs.h b/src/defs.h index c68a98c4..ff64697e 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2018 Roy Marples + * Copyright (c) 2006-2019 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/dev.c b/src/dev.c index 0d389178..e7214e48 100644 --- a/src/dev.c +++ b/src/dev.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2018 Roy Marples + * Copyright (c) 2006-2019 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/dev.h b/src/dev.h index daf4d295..30054fcd 100644 --- a/src/dev.h +++ b/src/dev.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2018 Roy Marples + * Copyright (c) 2006-2019 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/dev/udev.c b/src/dev/udev.c index 56101e2b..e1dc000c 100644 --- a/src/dev/udev.c +++ b/src/dev/udev.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2018 Roy Marples + * Copyright (c) 2006-2019 Roy Marples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/dhcp-common.c b/src/dhcp-common.c index eed3dbf4..c562ada7 100644 --- a/src/dhcp-common.c +++ b/src/dhcp-common.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp-common.h b/src/dhcp-common.h index aea3d852..a4de7420 100644 --- a/src/dhcp-common.h +++ b/src/dhcp-common.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp.c b/src/dhcp.c index d8e71f36..18160348 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp.h b/src/dhcp.h index fb279587..1dc8a28b 100644 --- a/src/dhcp.h +++ b/src/dhcp.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp6.c b/src/dhcp6.c index d6846524..502d58f0 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp6.h b/src/dhcp6.h index 0e48ad0e..5211dae4 100644 --- a/src/dhcp6.h +++ b/src/dhcp6.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcpcd-embedded.c.in b/src/dhcpcd-embedded.c.in index 6d54dde2..9ac6da3b 100644 --- a/src/dhcpcd-embedded.c.in +++ b/src/dhcpcd-embedded.c.in @@ -6,7 +6,7 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcpcd-embedded.h.in b/src/dhcpcd-embedded.h.in index 5ece1f9b..883d53bd 100644 --- a/src/dhcpcd-embedded.h.in +++ b/src/dhcpcd-embedded.h.in @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in index 72f5aac2..0bbd0f3a 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -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 diff --git a/src/dhcpcd.c b/src/dhcpcd.c index a007923d..d41a5dd1 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 @@ -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 #include diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index bd9f244c..f792b15f 100644 --- a/src/dhcpcd.conf.5.in +++ b/src/dhcpcd.conf.5.in @@ -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 diff --git a/src/dhcpcd.h b/src/dhcpcd.h index 9743ae62..06602bae 100644 --- a/src/dhcpcd.h +++ b/src/dhcpcd.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/duid.c b/src/duid.c index 4faab9ab..c0752b35 100644 --- a/src/duid.c +++ b/src/duid.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/eloop.c b/src/eloop.c index 4d744821..65c9c7e0 100644 --- a/src/eloop.c +++ b/src/eloop.c @@ -1,6 +1,6 @@ /* * eloop - portable event based main loop. - * 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 diff --git a/src/eloop.h b/src/eloop.h index cbacc904..7b87459f 100644 --- a/src/eloop.h +++ b/src/eloop.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if-bsd.c b/src/if-bsd.c index fbb30bb4..7df647a2 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1,6 +1,6 @@ /* * BSD interface driver for dhcpcd - * 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 diff --git a/src/if-linux-wext.c b/src/if-linux-wext.c index 6f57d19f..4b0965dc 100644 --- a/src/if-linux-wext.c +++ b/src/if-linux-wext.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2009-2018 Roy Marples + * Copyright (c) 2009-2019 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/if-linux.c b/src/if-linux.c index 88e879cc..e9223e58 100644 --- a/src/if-linux.c +++ b/src/if-linux.c @@ -1,6 +1,6 @@ /* * Linux interface driver for dhcpcd - * 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 diff --git a/src/if-options.c b/src/if-options.c index 94cbfb81..14a49df2 100644 --- a/src/if-options.c +++ b/src/if-options.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if-options.h b/src/if-options.h index 8a3c4479..eddfeef9 100644 --- a/src/if-options.h +++ b/src/if-options.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if-sun.c b/src/if-sun.c index 4f902ba3..d7c2e9c6 100644 --- a/src/if-sun.c +++ b/src/if-sun.c @@ -1,6 +1,6 @@ /* * Solaris interface driver for dhcpcd - * Copyright (c) 2016-2018 Roy Marples + * Copyright (c) 2016-2019 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/if.c b/src/if.c index 18356206..7807d89b 100644 --- a/src/if.c +++ b/src/if.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if.h b/src/if.h index 4f6c6fb6..51ef75c0 100644 --- a/src/if.h +++ b/src/if.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4.c b/src/ipv4.c index 3720f153..7d70825a 100644 --- a/src/ipv4.c +++ b/src/ipv4.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4.h b/src/ipv4.h index b41958ec..ff0cb540 100644 --- a/src/ipv4.h +++ b/src/ipv4.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4ll.c b/src/ipv4ll.c index 4d1d1c0a..103bce0a 100644 --- a/src/ipv4ll.c +++ b/src/ipv4ll.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4ll.h b/src/ipv4ll.h index 6ce1bef2..6ead6ea5 100644 --- a/src/ipv4ll.h +++ b/src/ipv4ll.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv6.c b/src/ipv6.c index 49de6860..49315d14 100644 --- a/src/ipv6.c +++ b/src/ipv6.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv6.h b/src/ipv6.h index ef740ba4..73f6538b 100644 --- a/src/ipv6.h +++ b/src/ipv6.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 5126d5ab..8b446e9c 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -1,6 +1,6 @@ /* * dhcpcd - IPv6 ND handling - * 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 diff --git a/src/ipv6nd.h b/src/ipv6nd.h index d40ed034..e6a11d68 100644 --- a/src/ipv6nd.h +++ b/src/ipv6nd.h @@ -1,6 +1,6 @@ /* * dhcpcd - IPv6 ND handling - * 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 diff --git a/src/logerr.c b/src/logerr.c index 6117c66c..afef8d1b 100644 --- a/src/logerr.c +++ b/src/logerr.c @@ -1,6 +1,6 @@ /* * logerr: errx with logging - * 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 diff --git a/src/logerr.h b/src/logerr.h index d4afa77c..0e19583f 100644 --- a/src/logerr.h +++ b/src/logerr.h @@ -1,6 +1,6 @@ /* * logerr: errx with logging - * 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 diff --git a/src/route.c b/src/route.c index 8dc86392..e14820f3 100644 --- a/src/route.c +++ b/src/route.c @@ -1,6 +1,6 @@ /* * dhcpcd - route management - * 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 diff --git a/src/route.h b/src/route.h index 204b20c0..6f29813c 100644 --- a/src/route.h +++ b/src/route.h @@ -1,6 +1,6 @@ /* * dhcpcd - route management - * 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 diff --git a/src/sa.c b/src/sa.c index dc9c2415..495b599b 100644 --- a/src/sa.c +++ b/src/sa.c @@ -1,6 +1,6 @@ /* * Socket Address handling for dhcpcd - * Copyright (c) 2015-2018 Roy Marples + * Copyright (c) 2015-2019 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/sa.h b/src/sa.h index 26c741cc..9751b70e 100644 --- a/src/sa.h +++ b/src/sa.h @@ -1,6 +1,6 @@ /* * Socket Address handling for dhcpcd - * Copyright (c) 2015-2018 Roy Marples + * Copyright (c) 2015-2019 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/script.c b/src/script.c index 7c55f8ab..965e8caf 100644 --- a/src/script.c +++ b/src/script.c @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/script.h b/src/script.h index 0b9d6991..6b7a593b 100644 --- a/src/script.h +++ b/src/script.h @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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