From 6e6a45a7d95d3828fa998d4ac7be4b7a5a421efe Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Thu, 23 Jan 2025 17:08:39 +0000 Subject: [PATCH] Bump copyrights to 2025. --- Makefile | 2 +- src/arp.c | 2 +- src/auth.c | 2 +- src/blockdata.c | 2 +- src/bpf.c | 2 +- src/cache.c | 2 +- src/config.h | 2 +- src/conntrack.c | 2 +- src/crypto.c | 2 +- src/dbus.c | 2 +- src/dhcp-common.c | 2 +- src/dhcp-protocol.h | 2 +- src/dhcp.c | 2 +- src/dhcp6-protocol.h | 2 +- src/dhcp6.c | 2 +- src/dns-protocol.h | 2 +- src/dnsmasq.c | 2 +- src/dnsmasq.h | 4 ++-- src/dnssec.c | 2 +- src/domain-match.c | 2 +- src/domain.c | 2 +- src/dump.c | 2 +- src/edns0.c | 2 +- src/forward.c | 2 +- src/helper.c | 2 +- src/inotify.c | 2 +- src/ip6addr.h | 2 +- src/lease.c | 2 +- src/log.c | 2 +- src/loop.c | 2 +- src/metrics.c | 2 +- src/metrics.h | 2 +- src/netlink.c | 2 +- src/network.c | 2 +- src/nftset.c | 2 +- src/option.c | 2 +- src/outpacket.c | 2 +- src/pattern.c | 2 +- src/poll.c | 2 +- src/radv-protocol.h | 2 +- src/radv.c | 2 +- src/rfc1035.c | 2 +- src/rfc2131.c | 2 +- src/rfc3315.c | 2 +- src/rrfilter.c | 2 +- src/slaac.c | 2 +- src/tftp.c | 2 +- src/ubus.c | 2 +- src/util.c | 2 +- 49 files changed, 50 insertions(+), 50 deletions(-) diff --git a/Makefile b/Makefile index 9158050..a503c82 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# dnsmasq is Copyright (c) 2000-2024 Simon Kelley +# dnsmasq is Copyright (c) 2000-2025 Simon Kelley # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/arp.c b/src/arp.c index 8c21655..cd57c92 100644 --- a/src/arp.c +++ b/src/arp.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/auth.c b/src/auth.c index cd4fe44..2b8d385 100644 --- a/src/auth.c +++ b/src/auth.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/blockdata.c b/src/blockdata.c index 1990a8c..668d63f 100644 --- a/src/blockdata.c +++ b/src/blockdata.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/bpf.c b/src/bpf.c index 83ee31d..c9318ef 100644 --- a/src/bpf.c +++ b/src/bpf.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/cache.c b/src/cache.c index fd959a8..23f948a 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/config.h b/src/config.h index 6f89b71..1f1eae2 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/conntrack.c b/src/conntrack.c index 5cc8168..2493504 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/crypto.c b/src/crypto.c index 8a67f73..6a5f0c1 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dbus.c b/src/dbus.c index 87c4b80..287d1fb 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dhcp-common.c b/src/dhcp-common.c index 534d3e6..ddeab67 100644 --- a/src/dhcp-common.c +++ b/src/dhcp-common.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dhcp-protocol.h b/src/dhcp-protocol.h index 3dde354..ab85276 100644 --- a/src/dhcp-protocol.h +++ b/src/dhcp-protocol.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dhcp.c b/src/dhcp.c index cbc9dc0..ce5be02 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dhcp6-protocol.h b/src/dhcp6-protocol.h index a23adac..ad5183d 100644 --- a/src/dhcp6-protocol.h +++ b/src/dhcp6-protocol.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dhcp6.c b/src/dhcp6.c index 303d33c..93c846a 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dns-protocol.h b/src/dns-protocol.h index 565ac90..0db5913 100644 --- a/src/dns-protocol.h +++ b/src/dns-protocol.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dnsmasq.c b/src/dnsmasq.c index 5b89455..c2ef8e4 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dnsmasq.h b/src/dnsmasq.h index 2e1a9d8..449668f 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,7 +14,7 @@ along with this program. If not, see . */ -#define COPYRIGHT "Copyright (c) 2000-2024 Simon Kelley" +#define COPYRIGHT "Copyright (c) 2000-2025 Simon Kelley" /* We do defines that influence behavior of stdio.h, so complain if included too early. */ diff --git a/src/dnssec.c b/src/dnssec.c index b848f46..415c4e5 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -1,5 +1,5 @@ /* dnssec.c is Copyright (c) 2012 Giovanni Bajo - and Copyright (c) 2012-2023 Simon Kelley + and Copyright (c) 2012-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/domain-match.c b/src/domain-match.c index 642db2a..80a3602 100644 --- a/src/domain-match.c +++ b/src/domain-match.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/domain.c b/src/domain.c index f7a54e4..ce4929b 100644 --- a/src/domain.c +++ b/src/domain.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/dump.c b/src/dump.c index 2920035..aa91458 100644 --- a/src/dump.c +++ b/src/dump.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/edns0.c b/src/edns0.c index 29962fb..e867d54 100644 --- a/src/edns0.c +++ b/src/edns0.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/forward.c b/src/forward.c index a92ce65..ff42dd0 100644 --- a/src/forward.c +++ b/src/forward.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/helper.c b/src/helper.c index 45316d4..72f81fe 100644 --- a/src/helper.c +++ b/src/helper.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/inotify.c b/src/inotify.c index 0c775de..07e1067 100644 --- a/src/inotify.c +++ b/src/inotify.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ip6addr.h b/src/ip6addr.h index 39dc8e2..edf3baa 100644 --- a/src/ip6addr.h +++ b/src/ip6addr.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/lease.c b/src/lease.c index 06a6ae4..7a7179f 100644 --- a/src/lease.c +++ b/src/lease.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/log.c b/src/log.c index cd16279..b46fef8 100644 --- a/src/log.c +++ b/src/log.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/loop.c b/src/loop.c index 8022589..b7e0db1 100644 --- a/src/loop.c +++ b/src/loop.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/metrics.c b/src/metrics.c index e59e762..ccc1d56 100644 --- a/src/metrics.c +++ b/src/metrics.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/metrics.h b/src/metrics.h index 67cb3bf..f84581e 100644 --- a/src/metrics.h +++ b/src/metrics.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/netlink.c b/src/netlink.c index c706339..4c8e983 100644 --- a/src/netlink.c +++ b/src/netlink.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/network.c b/src/network.c index f66fe31..15a38fc 100644 --- a/src/network.c +++ b/src/network.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/nftset.c b/src/nftset.c index 123326c..1a00fbf 100644 --- a/src/nftset.c +++ b/src/nftset.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/option.c b/src/option.c index e80144f..16afb13 100644 --- a/src/option.c +++ b/src/option.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/outpacket.c b/src/outpacket.c index ebaf6b5..c016351 100644 --- a/src/outpacket.c +++ b/src/outpacket.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/pattern.c b/src/pattern.c index cf19eb0..0d297f1 100644 --- a/src/pattern.c +++ b/src/pattern.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/poll.c b/src/poll.c index 24568cc..8fff2d7 100644 --- a/src/poll.c +++ b/src/poll.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/radv-protocol.h b/src/radv-protocol.h index 1e77f2c..dee0388 100644 --- a/src/radv-protocol.h +++ b/src/radv-protocol.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/radv.c b/src/radv.c index f090931..a5d0109 100644 --- a/src/radv.c +++ b/src/radv.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rfc1035.c b/src/rfc1035.c index 3380924..adf906c 100644 --- a/src/rfc1035.c +++ b/src/rfc1035.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rfc2131.c b/src/rfc2131.c index 9d8fd10..c54c255 100644 --- a/src/rfc2131.c +++ b/src/rfc2131.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rfc3315.c b/src/rfc3315.c index 3f6401f..3d220ca 100644 --- a/src/rfc3315.c +++ b/src/rfc3315.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/rrfilter.c b/src/rrfilter.c index 0e21cd6..f50e873 100644 --- a/src/rrfilter.c +++ b/src/rrfilter.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/slaac.c b/src/slaac.c index c37e7ff..4586825 100644 --- a/src/slaac.c +++ b/src/slaac.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/tftp.c b/src/tftp.c index c52537b..831d2f2 100644 --- a/src/tftp.c +++ b/src/tftp.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ubus.c b/src/ubus.c index a5758e7..62ddff0 100644 --- a/src/ubus.c +++ b/src/ubus.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/util.c b/src/util.c index 16858f3..226e8a1 100644 --- a/src/util.c +++ b/src/util.c @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2024 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2025 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by