From: Roy Marples Date: Wed, 21 Aug 2024 10:51:24 +0000 (+0100) Subject: Well, changes were made in 2024! X-Git-Tag: v10.0.9~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=923c9b8326f5124974cbaeb39ef518461d96a5fc;p=thirdparty%2Fdhcpcd.git Well, changes were made in 2024! --- diff --git a/LICENSE b/LICENSE index 8fd3a41d..159e020b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2006-2023 Roy Marples +Copyright (c) 2006-2024 Roy Marples All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/hooks/dhcpcd-run-hooks.8.in b/hooks/dhcpcd-run-hooks.8.in index ac1972a0..e23d1cc7 100644 --- a/hooks/dhcpcd-run-hooks.8.in +++ b/hooks/dhcpcd-run-hooks.8.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006-2023 Roy Marples +.\" Copyright (c) 2006-2024 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 4b894e27..7d0c8558 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 3daf85f6..1a5f41f0 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 9d2caecb..26f0831b 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 c1cd3038..f0015553 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 caf9fda6..5cd54dae 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 03a92d86..5900a090 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 34746d24..0558ccbe 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 1328b1e1..97fffa5b 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 17fd13aa..c218b2da 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 f5e2bc7e..cd37dc1f 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 58897713..1958a86b 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 0abc3ee2..7a3ae82d 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 9aa4072d..9e9b24c6 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 a5c88582..126ccfe3 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 e5dd9efa..2130cb09 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 6eaf3b3c..49e20364 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 d7a7e6f6..85d2c56f 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 06f550e9..b5aeceef 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 d390518e..12bb8d19 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 3995c988..5fbc41b3 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-2023 Roy Marples + * Copyright (c) 2006-2024 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/dhcpcd-definitions-small.conf b/src/dhcpcd-definitions-small.conf index d994a913..da975cf4 100644 --- a/src/dhcpcd-definitions-small.conf +++ b/src/dhcpcd-definitions-small.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2023 Roy Marples +# Copyright (c) 2006-2024 Roy Marples # All rights reserved # Bare essentials for automatic IP configuration diff --git a/src/dhcpcd-definitions.conf b/src/dhcpcd-definitions.conf index 37ae9744..8c447e61 100644 --- a/src/dhcpcd-definitions.conf +++ b/src/dhcpcd-definitions.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2006-2023 Roy Marples +# Copyright (c) 2006-2024 Roy Marples # All rights reserved # DHCP option definitions for dhcpcd(8) diff --git a/src/dhcpcd-embedded.c.in b/src/dhcpcd-embedded.c.in index cd5add5b..00f1975e 100644 --- a/src/dhcpcd-embedded.c.in +++ b/src/dhcpcd-embedded.c.in @@ -6,7 +6,7 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 1aa4a474..3e0119e4 100644 --- a/src/dhcpcd-embedded.h.in +++ b/src/dhcpcd-embedded.h.in @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 a84088a6..04bf7d90 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: BSD-2-Clause .\" -.\" Copyright (c) 2006-2023 Roy Marples +.\" Copyright (c) 2006-2024 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 37993e64..654e1c0f 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-2023 Roy Marples + * Copyright (c) 2006-2024 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ -static const char dhcpcd_copyright[] = "Copyright (c) 2006-2023 Roy Marples"; +static const char dhcpcd_copyright[] = "Copyright (c) 2006-2024 Roy Marples"; #include #include diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index 3af2cc3e..7ee980d0 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-2023 Roy Marples +.\" Copyright (c) 2006-2024 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 7fee0604..17aa8d96 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 39708105..018d5d61 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 add4625c..bded4954 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 32a90c77..523455d7 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 05851dba..7a27e95f 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 9ebe36a8..a0dde173 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 88545dc9..34b45ec2 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-2023 Roy Marples + * Copyright (c) 2009-2024 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 7a1222fa..71dc5067 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 4cdc294b..85de5330 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 14c698fe..b77fc302 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 37d00961..e22634d9 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-2023 Roy Marples + * Copyright (c) 2016-2024 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 5da7d6d7..17bf37a5 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 d6ef65bb..9d503c6a 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 ada821b9..6586f1dd 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 2d8de7d0..bce7a0cf 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 1ea17c43..0744447a 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 78af32e5..16986028 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 b6136c08..b84d1462 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 7096d381..8189e1e3 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 20ac28cf..913c84fe 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 837b7d0f..51bf0353 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 319d6f48..fef33dea 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 6b2d4941..b67da8d2 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 032e6d1a..7d01a970 100644 --- a/src/privsep-bpf.c +++ b/src/privsep-bpf.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation BPF Initiator - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 882fd298..dcd7114d 100644 --- a/src/privsep-bpf.h +++ b/src/privsep-bpf.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 755ad6d5..cad6a3a0 100644 --- a/src/privsep-bsd.c +++ b/src/privsep-bsd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd, BSD driver - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/privsep-control.c b/src/privsep-control.c index 5bce4174..3fce9535 100644 --- a/src/privsep-control.c +++ b/src/privsep-control.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd, control proxy - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/src/privsep-control.h b/src/privsep-control.h index b6f76aaf..bf209e5a 100644 --- a/src/privsep-control.h +++ b/src/privsep-control.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 919fe954..1f48033c 100644 --- a/src/privsep-inet.c +++ b/src/privsep-inet.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd, network proxy - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 7da47dd2..46025931 100644 --- a/src/privsep-inet.h +++ b/src/privsep-inet.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 07f05213..8357904c 100644 --- a/src/privsep-linux.c +++ b/src/privsep-linux.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd, Linux driver - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 ed4bb699..d6e4c992 100644 --- a/src/privsep-root.c +++ b/src/privsep-root.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd, privileged proxy - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 ce824db9..3bc5f224 100644 --- a/src/privsep-root.h +++ b/src/privsep-root.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 6e539c19..8c3b1e52 100644 --- a/src/privsep-sun.c +++ b/src/privsep-sun.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd, Solaris driver - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 4cccfbdb..50cb42a7 100644 --- a/src/privsep.c +++ b/src/privsep.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 cab17550..4ff4d2ae 100644 --- a/src/privsep.h +++ b/src/privsep.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * Privilege Separation for dhcpcd - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 00b3c046..483d4f65 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 df8fc477..b9b0dfd6 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-2023 Roy Marples + * Copyright (c) 2006-2024 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 05009d3b..9fdccb69 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-2023 Roy Marples + * Copyright (c) 2015-2024 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 902229af..4b9ad49a 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-2023 Roy Marples + * Copyright (c) 2015-2024 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 1a61f29d..4c71b8d0 100644 --- a/src/script.c +++ b/src/script.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 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 6321d4c7..4b63d103 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-2023 Roy Marples + * Copyright (c) 2006-2024 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without diff --git a/tests/eloop-bench/eloop-bench.c b/tests/eloop-bench/eloop-bench.c index fd0fb2ed..351d133c 100644 --- a/tests/eloop-bench/eloop-bench.c +++ b/tests/eloop-bench/eloop-bench.c @@ -1,6 +1,6 @@ /* * eloop benchmark - * Copyright (c) 2006-2023 Roy Marples + * Copyright (c) 2006-2024 Roy Marples * All rights reserved. * Redistribution and use in source and binary forms, with or without