From: Roy Marples Date: Fri, 3 Jan 2020 13:10:48 +0000 (+0000) Subject: Welcome to 2020! X-Git-Tag: v9.0.0~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2566f54936cd4d8c09f1d43c0f8dc4eae59da36;p=thirdparty%2Fdhcpcd.git Welcome to 2020! --- diff --git a/LICENSE b/LICENSE index 74bcc862..b4396ea4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -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 diff --git a/src/arp.c b/src/arp.c index 2bf9516f..d585e96e 100644 --- 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 + * Copyright (c) 2006-2020 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 01f665d4..5b33a9f1 100644 --- 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 + * Copyright (c) 2006-2020 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 8a835308..29c00a9c 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/auth.h b/src/auth.h index 3f6b5a57..aa668c26 100644 --- a/src/auth.h +++ b/src/auth.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/bpf.c b/src/bpf.c index c6b17798..14f48c05 100644 --- 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 + * Copyright (c) 2006-2020 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 46bc6c37..34a1e0a7 100644 --- 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 + * Copyright (c) 2006-2020 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 6a686b8c..eac1b256 100644 --- a/src/common.c +++ b/src/common.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/common.h b/src/common.h index 44566c25..31cc8a36 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/control.c b/src/control.c index 78d6973a..f1489878 100644 --- a/src/control.c +++ b/src/control.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/control.h b/src/control.h index d9f77daa..4d8c5225 100644 --- a/src/control.h +++ b/src/control.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/defs.h b/src/defs.h index c2c696f7..7c65c7fd 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2019 Roy Marples + * Copyright (c) 2006-2020 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 3f67693c..7e49d5ac 100644 --- 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 + * Copyright (c) 2006-2020 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 b2cd804b..74a693e6 100644 --- 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 + * Copyright (c) 2006-2020 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 feca9ca9..4fe7dde4 100644 --- a/src/dev/udev.c +++ b/src/dev/udev.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2019 Roy Marples + * Copyright (c) 2006-2020 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 e26ddd02..93d42f4a 100644 --- a/src/dhcp-common.c +++ b/src/dhcp-common.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp-common.h b/src/dhcp-common.h index a711a184..558a5705 100644 --- a/src/dhcp-common.h +++ b/src/dhcp-common.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp.c b/src/dhcp.c index 04bddc20..e7486134 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp.h b/src/dhcp.h index d895e341..6e04c0a5 100644 --- a/src/dhcp.h +++ b/src/dhcp.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp6.c b/src/dhcp6.c index 2f09ecd3..fdfbabee 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcp6.h b/src/dhcp6.h index bc6a0a3d..d6e54447 100644 --- a/src/dhcp6.h +++ b/src/dhcp6.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcpcd-embedded.c.in b/src/dhcpcd-embedded.c.in index 9ac6da3b..4570946f 100644 --- a/src/dhcpcd-embedded.c.in +++ b/src/dhcpcd-embedded.c.in @@ -6,7 +6,7 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcpcd-embedded.h.in b/src/dhcpcd-embedded.h.in index aa1adbb8..5443fad1 100644 --- a/src/dhcpcd-embedded.h.in +++ b/src/dhcpcd-embedded.h.in @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in index 9c145049..95696e86 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -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 diff --git a/src/dhcpcd.c b/src/dhcpcd.c index 6a3b86f5..9ec35ec1 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 @@ -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 #include diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index 8ddca9bc..add12f41 100644 --- a/src/dhcpcd.conf.5.in +++ b/src/dhcpcd.conf.5.in @@ -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 diff --git a/src/dhcpcd.h b/src/dhcpcd.h index 16e3e216..1c727660 100644 --- a/src/dhcpcd.h +++ b/src/dhcpcd.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/duid.c b/src/duid.c index d6c2b498..8922f62f 100644 --- a/src/duid.c +++ b/src/duid.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/duid.h b/src/duid.h index 23a714f0..ad2600bf 100644 --- a/src/duid.h +++ b/src/duid.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2015 Roy Marples + * Copyright (c) 2006-2020 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 0ab742a6..112993c7 100644 --- a/src/eloop.c +++ b/src/eloop.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * eloop - portable event based main loop. - * 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 diff --git a/src/eloop.h b/src/eloop.h index 18cd06d7..fc0edca8 100644 --- a/src/eloop.h +++ b/src/eloop.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if-bsd.c b/src/if-bsd.c index 6b306523..4d3dce4f 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * BSD interface driver for dhcpcd - * 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 diff --git a/src/if-linux-wext.c b/src/if-linux-wext.c index dd4a9e08..7a805b29 100644 --- a/src/if-linux-wext.c +++ b/src/if-linux-wext.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2009-2019 Roy Marples + * Copyright (c) 2009-2020 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 f67704bb..175d5246 100644 --- a/src/if-linux.c +++ b/src/if-linux.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Linux interface driver for dhcpcd - * 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 diff --git a/src/if-options.c b/src/if-options.c index f922cfc1..3930beee 100644 --- a/src/if-options.c +++ b/src/if-options.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if-options.h b/src/if-options.h index e98d985e..8a1568aa 100644 --- a/src/if-options.h +++ b/src/if-options.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/if-sun.c b/src/if-sun.c index 664f7d3e..3cf5ee92 100644 --- a/src/if-sun.c +++ b/src/if-sun.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Solaris interface driver for dhcpcd - * Copyright (c) 2016-2019 Roy Marples + * Copyright (c) 2016-2020 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 4b6efecc..26324286 100644 --- 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 + * Copyright (c) 2006-2020 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 52da1629..8165a498 100644 --- 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 + * Copyright (c) 2006-2020 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 50180e85..7c2dc53c 100644 --- a/src/ipv4.c +++ b/src/ipv4.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4.h b/src/ipv4.h index 59b48a53..21f64b5f 100644 --- a/src/ipv4.h +++ b/src/ipv4.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4ll.c b/src/ipv4ll.c index a13f3731..faf6fbc6 100644 --- a/src/ipv4ll.c +++ b/src/ipv4ll.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv4ll.h b/src/ipv4ll.h index d955d1e0..b986cfb6 100644 --- a/src/ipv4ll.h +++ b/src/ipv4ll.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv6.c b/src/ipv6.c index 658077a8..08a4ebf3 100644 --- a/src/ipv6.c +++ b/src/ipv6.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv6.h b/src/ipv6.h index a7dc50a9..2688fa3d 100644 --- a/src/ipv6.h +++ b/src/ipv6.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/ipv6nd.c b/src/ipv6nd.c index 0f9b050e..f3899b83 100644 --- a/src/ipv6nd.c +++ b/src/ipv6nd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - IPv6 ND handling - * 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 diff --git a/src/ipv6nd.h b/src/ipv6nd.h index 12b125a4..c0fa2967 100644 --- a/src/ipv6nd.h +++ b/src/ipv6nd.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - IPv6 ND handling - * 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 diff --git a/src/logerr.c b/src/logerr.c index 59f8cb61..9545095b 100644 --- a/src/logerr.c +++ b/src/logerr.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * logerr: errx with logging - * 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 diff --git a/src/logerr.h b/src/logerr.h index cca1956c..1923ab73 100644 --- a/src/logerr.h +++ b/src/logerr.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * logerr: errx with logging - * 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 diff --git a/src/privsep-bpf.c b/src/privsep-bpf.c index c968211b..0985bd2e 100644 --- a/src/privsep-bpf.c +++ b/src/privsep-bpf.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation BPF Initiator - * 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 diff --git a/src/privsep-bpf.h b/src/privsep-bpf.h index 122a2970..68257b9f 100644 --- a/src/privsep-bpf.h +++ b/src/privsep-bpf.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Seperation for dhcpcd - * 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 diff --git a/src/privsep-bsd.c b/src/privsep-bsd.c index 92a1a521..d07d0e07 100644 --- a/src/privsep-bsd.c +++ b/src/privsep-bsd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation for dhcpcd, BSD driver - * 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 diff --git a/src/privsep-inet.c b/src/privsep-inet.c index e760e35c..2d5e30db 100644 --- a/src/privsep-inet.c +++ b/src/privsep-inet.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation for dhcpcd, network proxy - * 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 diff --git a/src/privsep-inet.h b/src/privsep-inet.h index 70cd3237..70a0922f 100644 --- a/src/privsep-inet.h +++ b/src/privsep-inet.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Seperation for dhcpcd - * 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 diff --git a/src/privsep-linux.c b/src/privsep-linux.c index 7582aeea..fbd7d293 100644 --- a/src/privsep-linux.c +++ b/src/privsep-linux.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation for dhcpcd, Linux driver - * 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 diff --git a/src/privsep-root.c b/src/privsep-root.c index 63045c16..dd60a4ff 100644 --- a/src/privsep-root.c +++ b/src/privsep-root.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation for dhcpcd, privileged actioneer - * 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 diff --git a/src/privsep-root.h b/src/privsep-root.h index 219bca35..4f6ac955 100644 --- a/src/privsep-root.h +++ b/src/privsep-root.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Seperation for dhcpcd - * 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 diff --git a/src/privsep-sun.c b/src/privsep-sun.c index c887eba6..b679818a 100644 --- a/src/privsep-sun.c +++ b/src/privsep-sun.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation for dhcpcd, Solaris driver - * 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 diff --git a/src/privsep.c b/src/privsep.c index 227a39ff..c8a59793 100644 --- a/src/privsep.c +++ b/src/privsep.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Separation for dhcpcd - * 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 diff --git a/src/privsep.h b/src/privsep.h index 02c06c4d..ae244e40 100644 --- a/src/privsep.h +++ b/src/privsep.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Priviledge Seperation for dhcpcd - * 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 diff --git a/src/route.c b/src/route.c index a9d97102..56e57a31 100644 --- a/src/route.c +++ b/src/route.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - route management - * 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 diff --git a/src/route.h b/src/route.h index 74570fa7..629fb200 100644 --- a/src/route.h +++ b/src/route.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - route management - * 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 diff --git a/src/sa.c b/src/sa.c index 7f4d21f0..d7ecc76f 100644 --- 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 + * Copyright (c) 2015-2020 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 b2cb639b..fb10088d 100644 --- 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 + * Copyright (c) 2015-2020 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 b802e12d..6b0f37a4 100644 --- a/src/script.c +++ b/src/script.c @@ -1,7 +1,7 @@ /* stSPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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 diff --git a/src/script.h b/src/script.h index 809cdae5..badccd7f 100644 --- a/src/script.h +++ b/src/script.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * 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