summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2021-01-31 10:33:21 +0000
committerRoy Marples <roy@marples.name>2021-01-31 10:33:21 +0000
commitf3d2ff551bb9b2919094ba6526dcebe217824f5c (patch)
tree0539c16678c84054303a8163dcf86e32a2df09bd
parentd670866ce008c21cbf6d5b20c4d4af6460ec35d2 (diff)
downloaddhcpcd-f3d2ff551bb9b2919094ba6526dcebe217824f5c.tar.xz
A belated welcome to 2021
-rw-r--r--LICENSE2
-rw-r--r--hooks/dhcpcd-run-hooks.8.in2
-rw-r--r--src/arp.c2
-rw-r--r--src/arp.h2
-rw-r--r--src/auth.c2
-rw-r--r--src/auth.h2
-rw-r--r--src/bpf.c2
-rw-r--r--src/bpf.h2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/control.c2
-rw-r--r--src/control.h2
-rw-r--r--src/defs.h2
-rw-r--r--src/dev.c2
-rw-r--r--src/dev.h2
-rw-r--r--src/dev/udev.c2
-rw-r--r--src/dhcp-common.c2
-rw-r--r--src/dhcp-common.h2
-rw-r--r--src/dhcp.c2
-rw-r--r--src/dhcp.h2
-rw-r--r--src/dhcp6.c2
-rw-r--r--src/dhcp6.h2
-rw-r--r--src/dhcpcd-definitions-small.conf2
-rw-r--r--src/dhcpcd-definitions.conf2
-rw-r--r--src/dhcpcd-embedded.c.in2
-rw-r--r--src/dhcpcd-embedded.h.in2
-rw-r--r--src/dhcpcd.8.in2
-rw-r--r--src/dhcpcd.c4
-rw-r--r--src/dhcpcd.conf.5.in2
-rw-r--r--src/dhcpcd.h2
-rw-r--r--src/duid.c2
-rw-r--r--src/duid.h2
-rw-r--r--src/eloop.c2
-rw-r--r--src/eloop.h2
-rw-r--r--src/if-bsd.c2
-rw-r--r--src/if-linux-wext.c2
-rw-r--r--src/if-linux.c2
-rw-r--r--src/if-options.c2
-rw-r--r--src/if-options.h2
-rw-r--r--src/if-sun.c2
-rw-r--r--src/if.c2
-rw-r--r--src/if.h2
-rw-r--r--src/ipv4.c2
-rw-r--r--src/ipv4.h2
-rw-r--r--src/ipv4ll.c2
-rw-r--r--src/ipv4ll.h2
-rw-r--r--src/ipv6.c2
-rw-r--r--src/ipv6.h2
-rw-r--r--src/ipv6nd.c2
-rw-r--r--src/ipv6nd.h2
-rw-r--r--src/logerr.c2
-rw-r--r--src/logerr.h2
-rw-r--r--src/privsep-bpf.c2
-rw-r--r--src/privsep-bpf.h2
-rw-r--r--src/privsep-bsd.c2
-rw-r--r--src/privsep-control.c2
-rw-r--r--src/privsep-control.h2
-rw-r--r--src/privsep-inet.c2
-rw-r--r--src/privsep-inet.h2
-rw-r--r--src/privsep-linux.c2
-rw-r--r--src/privsep-root.c2
-rw-r--r--src/privsep-root.h2
-rw-r--r--src/privsep-sun.c2
-rw-r--r--src/privsep.c2
-rw-r--r--src/privsep.h2
-rw-r--r--src/route.c2
-rw-r--r--src/route.h2
-rw-r--r--src/sa.c2
-rw-r--r--src/sa.h2
-rw-r--r--src/script.c2
-rw-r--r--src/script.h2
71 files changed, 72 insertions, 72 deletions
diff --git a/LICENSE b/LICENSE
index b4396ea4..aba8b6aa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
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 9b5483a4..db88d8e2 100644
--- a/hooks/dhcpcd-run-hooks.8.in
+++ b/hooks/dhcpcd-run-hooks.8.in
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006-2020 Roy Marples
+.\" Copyright (c) 2006-2021 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 6f24ebf7..e8a27f42 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 e8da0fb8..0ac8ef71 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 b7891b68..bfb2b5dd 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 30cc38b3..c6eb4285 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 9e85dbe2..21b73af2 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 866ae23c..40da95e6 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 c60d9846..bb89100e 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 77efb7ae..ff8f3f8b 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 97bed1ae..92846511 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 606f94b6..110b0a7b 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 39f14a87..bede2d21 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
*
* 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 8f14bf6b..d33c8faa 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
*
* 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 3bfb5729..e7263c5b 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
*
* 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 fefdefb2..552f37bc 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
*
* 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 4f0dbd63..dbcfcc56 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 7be821f0..a82fcd4c 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 e13c63e5..fdd926b7 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 d0f569d5..9359d564 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 176a12e4..a7722f23 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 31e80452..ece6ba9c 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 4b626f98..7f5b8185 100644
--- a/src/dhcpcd-definitions-small.conf
+++ b/src/dhcpcd-definitions-small.conf
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2017 Roy Marples
+# Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
# All rights reserved
# Bare essentials for automatic IP configuration
diff --git a/src/dhcpcd-definitions.conf b/src/dhcpcd-definitions.conf
index 38870091..43e91409 100644
--- a/src/dhcpcd-definitions.conf
+++ b/src/dhcpcd-definitions.conf
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2017 Roy Marples
+# Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
# All rights reserved
# DHCP option definitions for dhcpcd(8)
diff --git a/src/dhcpcd-embedded.c.in b/src/dhcpcd-embedded.c.in
index 9b1b787d..5ab16705 100644
--- a/src/dhcpcd-embedded.c.in
+++ b/src/dhcpcd-embedded.c.in
@@ -6,7 +6,7 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 c1d773ad..af9122d0 100644
--- a/src/dhcpcd-embedded.h.in
+++ b/src/dhcpcd-embedded.h.in
@@ -1,6 +1,6 @@
/*
* dhcpcd - DHCP client daemon
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 7533f30b..a35deb5d 100644
--- a/src/dhcpcd.8.in
+++ b/src/dhcpcd.8.in
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
-.\" Copyright (c) 2006-2020 Roy Marples
+.\" Copyright (c) 2006-2021 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 bd5a58d0..8b0e5e63 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
* SUCH DAMAGE.
*/
-static const char dhcpcd_copyright[] = "Copyright (c) 2006-2020 Roy Marples";
+static const char dhcpcd_copyright[] = "Copyright (c) 2006-2021 Roy Marples";
#include <sys/file.h>
#include <sys/ioctl.h>
diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in
index fb89580d..c6bde11c 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-2020 Roy Marples
+.\" Copyright (c) 2006-2021 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 e18919de..8a21277c 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 764c74a9..be626f51 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 1d25f2b6..da3811d9 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 8b95de3d..16f1b05d 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 f3267807..a86d825c 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 c8923460..aa488397 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 7a805b29..a7a26892 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2009-2021 Roy Marples <roy@marples.name>
* 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 7ccb672c..fdda052b 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 881591a6..9862ff6d 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 e4e39e28..dcf1fc85 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 019076e7..27a18087 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2016-2021 Roy Marples <roy@marples.name>
* 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 d3852f3d..b00f5e6f 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 43d13307..d24fbc92 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 220b3330..866486c2 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 c72418e3..6cf5654d 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 6f9cd73d..faaad70f 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 bdf4c67d..0dcf8572 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 c9150c07..6bb2c45a 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 8eb4fd00..1fe1d5c2 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 b9ba57f4..b0174a77 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 baa59404..fd5990cf 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 35268870..7a650e87 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 db1c18b9..ba7e4f6a 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 2db5ebc4..f402ea18 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 a9960490..50c13237 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 c9e31610..91c54488 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 52b3342e..f5f8cfdd 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 3d9522ad..8f01b536 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 2770569f..b98e19ad 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 d6b70402..dc4a072d 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 8b3632b0..faaaf7c9 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 eb6087f5..adcbd640 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 actioneer
- * Copyright (c) 2006-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 9d8a1597..7fdd9f69 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 2c5d586a..8043eed6 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 077c0b49..01a5d308 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 351e7e5f..c74bf25c 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 89d0c132..a5ec517b 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 cb935c83..45f0e1a7 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 4d898b4e..c6a19d1b 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2021 Roy Marples <roy@marples.name>
* 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 fb10088d..69724cd8 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2015-2021 Roy Marples <roy@marples.name>
* 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 622bab87..6173b402 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* 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 9bcd3350..feb8574d 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-2020 Roy Marples <roy@marples.name>
+ * Copyright (c) 2006-2021 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without