summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:32:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-26 05:33:10 +0000
commiteecb710e7b11227e9ce3ceffc2fed79a7ca48720 (patch)
tree6b9ccc399f5f43360bafdc6ea647a4b1abbef47b
parentReleasing debian version 1.2.2-1. (diff)
downloaddnsjit-eecb710e7b11227e9ce3ceffc2fed79a7ca48720.tar.xz
dnsjit-eecb710e7b11227e9ce3ceffc2fed79a7ca48720.zip
Merging upstream version 1.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--CHANGES8
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
-rw-r--r--README.md2
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac6
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/Makefile.in2
-rw-r--r--include/dnsjit/Makefile.am2
-rw-r--r--include/dnsjit/Makefile.in2
-rw-r--r--include/dnsjit/core.lua2
-rw-r--r--include/dnsjit/core/assert.h2
-rw-r--r--include/dnsjit/core/channel.c2
-rw-r--r--include/dnsjit/core/channel.h2
-rw-r--r--include/dnsjit/core/channel.hh2
-rw-r--r--include/dnsjit/core/channel.lua2
-rw-r--r--include/dnsjit/core/compat.c2
-rw-r--r--include/dnsjit/core/compat.h2
-rw-r--r--include/dnsjit/core/compat.lua2
-rw-r--r--include/dnsjit/core/file.c2
-rw-r--r--include/dnsjit/core/file.h2
-rw-r--r--include/dnsjit/core/file.hh2
-rw-r--r--include/dnsjit/core/file.lua2
-rw-r--r--include/dnsjit/core/loader.lua2
-rw-r--r--include/dnsjit/core/log.c2
-rw-r--r--include/dnsjit/core/log.h2
-rw-r--r--include/dnsjit/core/log.hh2
-rw-r--r--include/dnsjit/core/log.lua2
-rw-r--r--include/dnsjit/core/object.c2
-rw-r--r--include/dnsjit/core/object.h2
-rw-r--r--include/dnsjit/core/object.hh2
-rw-r--r--include/dnsjit/core/object.lua2
-rw-r--r--include/dnsjit/core/object/dns.c2
-rw-r--r--include/dnsjit/core/object/dns.h2
-rw-r--r--include/dnsjit/core/object/dns.hh2
-rw-r--r--include/dnsjit/core/object/dns.lua2
-rw-r--r--include/dnsjit/core/object/dns/label.lua2
-rw-r--r--include/dnsjit/core/object/dns/q.lua2
-rw-r--r--include/dnsjit/core/object/dns/rr.lua2
-rw-r--r--include/dnsjit/core/object/ether.c2
-rw-r--r--include/dnsjit/core/object/ether.h2
-rw-r--r--include/dnsjit/core/object/ether.hh2
-rw-r--r--include/dnsjit/core/object/ether.lua2
-rw-r--r--include/dnsjit/core/object/gre.c2
-rw-r--r--include/dnsjit/core/object/gre.h2
-rw-r--r--include/dnsjit/core/object/gre.hh2
-rw-r--r--include/dnsjit/core/object/gre.lua2
-rw-r--r--include/dnsjit/core/object/icmp.c2
-rw-r--r--include/dnsjit/core/object/icmp.h2
-rw-r--r--include/dnsjit/core/object/icmp.hh2
-rw-r--r--include/dnsjit/core/object/icmp.lua2
-rw-r--r--include/dnsjit/core/object/icmp6.c2
-rw-r--r--include/dnsjit/core/object/icmp6.h2
-rw-r--r--include/dnsjit/core/object/icmp6.hh2
-rw-r--r--include/dnsjit/core/object/icmp6.lua2
-rw-r--r--include/dnsjit/core/object/ieee802.c2
-rw-r--r--include/dnsjit/core/object/ieee802.h2
-rw-r--r--include/dnsjit/core/object/ieee802.hh2
-rw-r--r--include/dnsjit/core/object/ieee802.lua2
-rw-r--r--include/dnsjit/core/object/ip.c2
-rw-r--r--include/dnsjit/core/object/ip.h2
-rw-r--r--include/dnsjit/core/object/ip.hh2
-rw-r--r--include/dnsjit/core/object/ip.lua2
-rw-r--r--include/dnsjit/core/object/ip6.c2
-rw-r--r--include/dnsjit/core/object/ip6.h2
-rw-r--r--include/dnsjit/core/object/ip6.hh2
-rw-r--r--include/dnsjit/core/object/ip6.lua2
-rw-r--r--include/dnsjit/core/object/linuxsll.c2
-rw-r--r--include/dnsjit/core/object/linuxsll.h2
-rw-r--r--include/dnsjit/core/object/linuxsll.hh2
-rw-r--r--include/dnsjit/core/object/linuxsll.lua2
-rw-r--r--include/dnsjit/core/object/loop.c2
-rw-r--r--include/dnsjit/core/object/loop.h2
-rw-r--r--include/dnsjit/core/object/loop.hh2
-rw-r--r--include/dnsjit/core/object/loop.lua2
-rw-r--r--include/dnsjit/core/object/null.c2
-rw-r--r--include/dnsjit/core/object/null.h2
-rw-r--r--include/dnsjit/core/object/null.hh2
-rw-r--r--include/dnsjit/core/object/null.lua2
-rw-r--r--include/dnsjit/core/object/payload.c2
-rw-r--r--include/dnsjit/core/object/payload.h2
-rw-r--r--include/dnsjit/core/object/payload.hh2
-rw-r--r--include/dnsjit/core/object/payload.lua2
-rw-r--r--include/dnsjit/core/object/pcap.c2
-rw-r--r--include/dnsjit/core/object/pcap.h2
-rw-r--r--include/dnsjit/core/object/pcap.hh2
-rw-r--r--include/dnsjit/core/object/pcap.lua2
-rw-r--r--include/dnsjit/core/object/tcp.c2
-rw-r--r--include/dnsjit/core/object/tcp.h2
-rw-r--r--include/dnsjit/core/object/tcp.hh2
-rw-r--r--include/dnsjit/core/object/tcp.lua2
-rw-r--r--include/dnsjit/core/object/udp.c2
-rw-r--r--include/dnsjit/core/object/udp.h2
-rw-r--r--include/dnsjit/core/object/udp.hh2
-rw-r--r--include/dnsjit/core/object/udp.lua2
-rw-r--r--include/dnsjit/core/objects.lua2
-rw-r--r--include/dnsjit/core/producer.c2
-rw-r--r--include/dnsjit/core/producer.h2
-rw-r--r--include/dnsjit/core/producer.hh2
-rw-r--r--include/dnsjit/core/producer.lua2
-rw-r--r--include/dnsjit/core/receiver.c2
-rw-r--r--include/dnsjit/core/receiver.h2
-rw-r--r--include/dnsjit/core/receiver.hh2
-rw-r--r--include/dnsjit/core/receiver.lua2
-rw-r--r--include/dnsjit/core/thread.c2
-rw-r--r--include/dnsjit/core/thread.h2
-rw-r--r--include/dnsjit/core/thread.hh2
-rw-r--r--include/dnsjit/core/thread.lua2
-rw-r--r--include/dnsjit/core/timespec.h2
-rw-r--r--include/dnsjit/core/timespec.hh2
-rw-r--r--include/dnsjit/core/timespec.lua2
-rw-r--r--include/dnsjit/dnsjit.1in2
-rw-r--r--include/dnsjit/dnsjit.c2
-rw-r--r--include/dnsjit/filter.lua2
-rw-r--r--include/dnsjit/filter/layer.c2
-rw-r--r--include/dnsjit/filter/layer.h2
-rw-r--r--include/dnsjit/filter/layer.hh2
-rw-r--r--include/dnsjit/filter/layer.lua2
-rw-r--r--include/dnsjit/filter/split.c2
-rw-r--r--include/dnsjit/filter/split.h2
-rw-r--r--include/dnsjit/filter/split.hh2
-rw-r--r--include/dnsjit/filter/split.lua2
-rw-r--r--include/dnsjit/filter/timing.c2
-rw-r--r--include/dnsjit/filter/timing.h2
-rw-r--r--include/dnsjit/filter/timing.hh2
-rw-r--r--include/dnsjit/filter/timing.lua2
-rw-r--r--include/dnsjit/gen-manpage.lua2
-rw-r--r--include/dnsjit/globals.c2
-rw-r--r--include/dnsjit/globals.h2
-rw-r--r--include/dnsjit/input.lua2
-rw-r--r--include/dnsjit/input/fpcap.c2
-rw-r--r--include/dnsjit/input/fpcap.h2
-rw-r--r--include/dnsjit/input/fpcap.hh2
-rw-r--r--include/dnsjit/input/fpcap.lua2
-rw-r--r--include/dnsjit/input/mmpcap.c2
-rw-r--r--include/dnsjit/input/mmpcap.h2
-rw-r--r--include/dnsjit/input/mmpcap.hh2
-rw-r--r--include/dnsjit/input/mmpcap.lua2
-rw-r--r--include/dnsjit/input/pcap.c2
-rw-r--r--include/dnsjit/input/pcap.h2
-rw-r--r--include/dnsjit/input/pcap.hh2
-rw-r--r--include/dnsjit/input/pcap.lua2
-rw-r--r--include/dnsjit/input/zero.lua2
-rw-r--r--include/dnsjit/input/zpcap.c2
-rw-r--r--include/dnsjit/input/zpcap.h2
-rw-r--r--include/dnsjit/input/zpcap.hh2
-rw-r--r--include/dnsjit/input/zpcap.lua2
-rw-r--r--include/dnsjit/lib.lua2
-rw-r--r--include/dnsjit/lib/clock.c2
-rw-r--r--include/dnsjit/lib/clock.h2
-rw-r--r--include/dnsjit/lib/clock.hh2
-rw-r--r--include/dnsjit/lib/clock.lua2
-rw-r--r--include/dnsjit/lib/getopt.lua2
-rw-r--r--include/dnsjit/lib/ip.lua2
-rw-r--r--include/dnsjit/lib/parseconf.lua2
-rw-r--r--include/dnsjit/output.lua2
-rw-r--r--include/dnsjit/output/dnscli.c8
-rw-r--r--include/dnsjit/output/dnscli.h2
-rw-r--r--include/dnsjit/output/dnscli.hh2
-rw-r--r--include/dnsjit/output/dnscli.lua2
-rw-r--r--include/dnsjit/output/null.lua2
-rw-r--r--include/dnsjit/output/pcap.c2
-rw-r--r--include/dnsjit/output/pcap.h2
-rw-r--r--include/dnsjit/output/pcap.hh2
-rw-r--r--include/dnsjit/output/pcap.lua2
-rw-r--r--include/dnsjit/output/respdiff.c2
-rw-r--r--include/dnsjit/output/respdiff.h2
-rw-r--r--include/dnsjit/output/respdiff.hh2
-rw-r--r--include/dnsjit/output/respdiff.lua2
-rw-r--r--include/dnsjit/output/tcpcli.c2
-rw-r--r--include/dnsjit/output/tcpcli.h2
-rw-r--r--include/dnsjit/output/tcpcli.hh2
-rw-r--r--include/dnsjit/output/tcpcli.lua2
-rw-r--r--include/dnsjit/output/tlscli.c2
-rw-r--r--include/dnsjit/output/tlscli.h2
-rw-r--r--include/dnsjit/output/tlscli.hh2
-rw-r--r--include/dnsjit/output/tlscli.lua2
-rw-r--r--include/dnsjit/output/udpcli.c2
-rw-r--r--include/dnsjit/output/udpcli.h2
-rw-r--r--include/dnsjit/output/udpcli.hh2
-rw-r--r--include/dnsjit/output/udpcli.lua2
-rw-r--r--include/dnsjit/test/Makefile.am2
-rw-r--r--include/dnsjit/test/Makefile.in2
-rwxr-xr-xinclude/dnsjit/test/test1.sh2
-rwxr-xr-xinclude/dnsjit/test/test2.sh2
-rwxr-xr-xinclude/dnsjit/test/test3.sh2
-rwxr-xr-xinclude/dnsjit/test/test4.sh2
-rwxr-xr-xinclude/dnsjit/test/test6.sh2
-rw-r--r--include/dnsjit/version.h4
-rwxr-xr-xm4/dl.sh2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/core.lua2
-rw-r--r--src/core/assert.h2
-rw-r--r--src/core/channel.c2
-rw-r--r--src/core/channel.h2
-rw-r--r--src/core/channel.hh2
-rw-r--r--src/core/channel.lua2
-rw-r--r--src/core/compat.c2
-rw-r--r--src/core/compat.h2
-rw-r--r--src/core/compat.lua2
-rw-r--r--src/core/file.c2
-rw-r--r--src/core/file.h2
-rw-r--r--src/core/file.hh2
-rw-r--r--src/core/file.lua2
-rw-r--r--src/core/loader.lua2
-rw-r--r--src/core/log.c2
-rw-r--r--src/core/log.h2
-rw-r--r--src/core/log.hh2
-rw-r--r--src/core/log.lua2
-rw-r--r--src/core/object.c2
-rw-r--r--src/core/object.h2
-rw-r--r--src/core/object.hh2
-rw-r--r--src/core/object.lua2
-rw-r--r--src/core/object/dns.c2
-rw-r--r--src/core/object/dns.h2
-rw-r--r--src/core/object/dns.hh2
-rw-r--r--src/core/object/dns.lua2
-rw-r--r--src/core/object/dns/label.lua2
-rw-r--r--src/core/object/dns/q.lua2
-rw-r--r--src/core/object/dns/rr.lua2
-rw-r--r--src/core/object/ether.c2
-rw-r--r--src/core/object/ether.h2
-rw-r--r--src/core/object/ether.hh2
-rw-r--r--src/core/object/ether.lua2
-rw-r--r--src/core/object/gre.c2
-rw-r--r--src/core/object/gre.h2
-rw-r--r--src/core/object/gre.hh2
-rw-r--r--src/core/object/gre.lua2
-rw-r--r--src/core/object/icmp.c2
-rw-r--r--src/core/object/icmp.h2
-rw-r--r--src/core/object/icmp.hh2
-rw-r--r--src/core/object/icmp.lua2
-rw-r--r--src/core/object/icmp6.c2
-rw-r--r--src/core/object/icmp6.h2
-rw-r--r--src/core/object/icmp6.hh2
-rw-r--r--src/core/object/icmp6.lua2
-rw-r--r--src/core/object/ieee802.c2
-rw-r--r--src/core/object/ieee802.h2
-rw-r--r--src/core/object/ieee802.hh2
-rw-r--r--src/core/object/ieee802.lua2
-rw-r--r--src/core/object/ip.c2
-rw-r--r--src/core/object/ip.h2
-rw-r--r--src/core/object/ip.hh2
-rw-r--r--src/core/object/ip.lua2
-rw-r--r--src/core/object/ip6.c2
-rw-r--r--src/core/object/ip6.h2
-rw-r--r--src/core/object/ip6.hh2
-rw-r--r--src/core/object/ip6.lua2
-rw-r--r--src/core/object/linuxsll.c2
-rw-r--r--src/core/object/linuxsll.h2
-rw-r--r--src/core/object/linuxsll.hh2
-rw-r--r--src/core/object/linuxsll.lua2
-rw-r--r--src/core/object/loop.c2
-rw-r--r--src/core/object/loop.h2
-rw-r--r--src/core/object/loop.hh2
-rw-r--r--src/core/object/loop.lua2
-rw-r--r--src/core/object/null.c2
-rw-r--r--src/core/object/null.h2
-rw-r--r--src/core/object/null.hh2
-rw-r--r--src/core/object/null.lua2
-rw-r--r--src/core/object/payload.c2
-rw-r--r--src/core/object/payload.h2
-rw-r--r--src/core/object/payload.hh2
-rw-r--r--src/core/object/payload.lua2
-rw-r--r--src/core/object/pcap.c2
-rw-r--r--src/core/object/pcap.h2
-rw-r--r--src/core/object/pcap.hh2
-rw-r--r--src/core/object/pcap.lua2
-rw-r--r--src/core/object/tcp.c2
-rw-r--r--src/core/object/tcp.h2
-rw-r--r--src/core/object/tcp.hh2
-rw-r--r--src/core/object/tcp.lua2
-rw-r--r--src/core/object/udp.c2
-rw-r--r--src/core/object/udp.h2
-rw-r--r--src/core/object/udp.hh2
-rw-r--r--src/core/object/udp.lua2
-rw-r--r--src/core/objects.lua2
-rw-r--r--src/core/producer.c2
-rw-r--r--src/core/producer.h2
-rw-r--r--src/core/producer.hh2
-rw-r--r--src/core/producer.lua2
-rw-r--r--src/core/receiver.c2
-rw-r--r--src/core/receiver.h2
-rw-r--r--src/core/receiver.hh2
-rw-r--r--src/core/receiver.lua2
-rw-r--r--src/core/thread.c2
-rw-r--r--src/core/thread.h2
-rw-r--r--src/core/thread.hh2
-rw-r--r--src/core/thread.lua2
-rw-r--r--src/core/timespec.h2
-rw-r--r--src/core/timespec.hh2
-rw-r--r--src/core/timespec.lua2
-rw-r--r--src/dnsjit.1in2
-rw-r--r--src/dnsjit.c2
-rw-r--r--src/filter.lua2
-rw-r--r--src/filter/layer.c2
-rw-r--r--src/filter/layer.h2
-rw-r--r--src/filter/layer.hh2
-rw-r--r--src/filter/layer.lua2
-rw-r--r--src/filter/split.c2
-rw-r--r--src/filter/split.h2
-rw-r--r--src/filter/split.hh2
-rw-r--r--src/filter/split.lua2
-rw-r--r--src/filter/timing.c2
-rw-r--r--src/filter/timing.h2
-rw-r--r--src/filter/timing.hh2
-rw-r--r--src/filter/timing.lua2
-rw-r--r--src/gen-manpage.lua2
-rw-r--r--src/globals.c2
-rw-r--r--src/globals.h2
-rw-r--r--src/input.lua2
-rw-r--r--src/input/fpcap.c2
-rw-r--r--src/input/fpcap.h2
-rw-r--r--src/input/fpcap.hh2
-rw-r--r--src/input/fpcap.lua2
-rw-r--r--src/input/mmpcap.c2
-rw-r--r--src/input/mmpcap.h2
-rw-r--r--src/input/mmpcap.hh2
-rw-r--r--src/input/mmpcap.lua2
-rw-r--r--src/input/pcap.c2
-rw-r--r--src/input/pcap.h2
-rw-r--r--src/input/pcap.hh2
-rw-r--r--src/input/pcap.lua2
-rw-r--r--src/input/zero.lua2
-rw-r--r--src/input/zpcap.c2
-rw-r--r--src/input/zpcap.h2
-rw-r--r--src/input/zpcap.hh2
-rw-r--r--src/input/zpcap.lua2
-rw-r--r--src/lib.lua2
-rw-r--r--src/lib/clock.c2
-rw-r--r--src/lib/clock.h2
-rw-r--r--src/lib/clock.hh2
-rw-r--r--src/lib/clock.lua2
-rw-r--r--src/lib/getopt.lua2
-rw-r--r--src/lib/ip.lua2
-rw-r--r--src/lib/parseconf.lua2
-rw-r--r--src/output.lua2
-rw-r--r--src/output/dnscli.c8
-rw-r--r--src/output/dnscli.h2
-rw-r--r--src/output/dnscli.hh2
-rw-r--r--src/output/dnscli.lua2
-rw-r--r--src/output/null.lua2
-rw-r--r--src/output/pcap.c2
-rw-r--r--src/output/pcap.h2
-rw-r--r--src/output/pcap.hh2
-rw-r--r--src/output/pcap.lua2
-rw-r--r--src/output/respdiff.c2
-rw-r--r--src/output/respdiff.h2
-rw-r--r--src/output/respdiff.hh2
-rw-r--r--src/output/respdiff.lua2
-rw-r--r--src/output/tcpcli.c2
-rw-r--r--src/output/tcpcli.h2
-rw-r--r--src/output/tcpcli.hh2
-rw-r--r--src/output/tcpcli.lua2
-rw-r--r--src/output/tlscli.c2
-rw-r--r--src/output/tlscli.h2
-rw-r--r--src/output/tlscli.hh2
-rw-r--r--src/output/tlscli.lua2
-rw-r--r--src/output/udpcli.c2
-rw-r--r--src/output/udpcli.h2
-rw-r--r--src/output/udpcli.hh2
-rw-r--r--src/output/udpcli.lua2
-rw-r--r--src/test/Makefile.am2
-rw-r--r--src/test/Makefile.in2
-rwxr-xr-xsrc/test/test1.sh2
-rwxr-xr-xsrc/test/test2.sh2
-rwxr-xr-xsrc/test/test3.sh2
-rwxr-xr-xsrc/test/test4.sh2
-rwxr-xr-xsrc/test/test6.sh2
-rw-r--r--src/version.h4
371 files changed, 398 insertions, 390 deletions
diff --git a/CHANGES b/CHANGES
index 6259204..79627bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+2022-03-21 Jerry Lundström
+
+ Release 1.2.3
+
+ This patch release fixes compilation issues on FreeBSD for LLVM v12+.
+
+ 4346a48 static inline
+
2021-11-05 Jerry Lundström
Release 1.2.2
diff --git a/Makefile.am b/Makefile.am
index e600512..6001aaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/Makefile.in b/Makefile.in
index 795204d..187fe75 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/README.md b/README.md
index e98d84d..a7485ee 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ See more examples in the [examples](https://github.com/DNS-OARC/dnsjit/tree/deve
## Copyright
-Copyright (c) 2018-2021, OARC, Inc.
+Copyright (c) 2018-2022, OARC, Inc.
All rights reserved.
diff --git a/configure b/configure
index e52afbf..ee1ab94 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for dnsjit 1.2.2.
+# Generated by GNU Autoconf 2.69 for dnsjit 1.2.3.
#
# Report bugs to <admin@dns-oarc.net>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='dnsjit'
PACKAGE_TARNAME='dnsjit'
-PACKAGE_VERSION='1.2.2'
-PACKAGE_STRING='dnsjit 1.2.2'
+PACKAGE_VERSION='1.2.3'
+PACKAGE_STRING='dnsjit 1.2.3'
PACKAGE_BUGREPORT='admin@dns-oarc.net'
PACKAGE_URL='https://github.com/DNS-OARC/dnsjit/issues'
@@ -1360,7 +1360,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dnsjit 1.2.2 to adapt to many kinds of systems.
+\`configure' configures dnsjit 1.2.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1431,7 +1431,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dnsjit 1.2.2:";;
+ short | recursive ) echo "Configuration of dnsjit 1.2.3:";;
esac
cat <<\_ACEOF
@@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-dnsjit configure 1.2.2
+dnsjit configure 1.2.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2172,7 +2172,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dnsjit $as_me 1.2.2, which was
+It was created by dnsjit $as_me 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2527,7 +2527,7 @@ $as_echo "#define PACKAGE_MAJOR_VERSION 1" >>confdefs.h
$as_echo "#define PACKAGE_MINOR_VERSION 2" >>confdefs.h
-$as_echo "#define PACKAGE_PATCH_VERSION 2" >>confdefs.h
+$as_echo "#define PACKAGE_PATCH_VERSION 3" >>confdefs.h
am__api_version='1.16'
@@ -3044,7 +3044,7 @@ fi
# Define the identity of the package.
PACKAGE='dnsjit'
- VERSION='1.2.2'
+ VERSION='1.2.3'
cat >>confdefs.h <<_ACEOF
@@ -16132,7 +16132,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by dnsjit $as_me 1.2.2, which was
+This file was extended by dnsjit $as_me 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16199,7 +16199,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-dnsjit config.status 1.2.2
+dnsjit config.status 1.2.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index b7dab7f..8b4fdbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
@@ -17,10 +17,10 @@
# along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.64)
-AC_INIT([dnsjit], [1.2.2], [admin@dns-oarc.net], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues])
+AC_INIT([dnsjit], [1.2.3], [admin@dns-oarc.net], [dnsjit], [https://github.com/DNS-OARC/dnsjit/issues])
AC_DEFINE([PACKAGE_MAJOR_VERSION], [1], [Define to the major version of this package.])
AC_DEFINE([PACKAGE_MINOR_VERSION], [2], [Define to the minor version of this package.])
-AC_DEFINE([PACKAGE_PATCH_VERSION], [2], [Define to the patch version of this package.])
+AC_DEFINE([PACKAGE_PATCH_VERSION], [3], [Define to the patch version of this package.])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/dnsjit.c])
AC_CONFIG_HEADER([src/config.h])
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 948358b..6bc42de 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/examples/Makefile.in b/examples/Makefile.in
index c763907..db19654 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/Makefile.am b/include/dnsjit/Makefile.am
index 3090342..e18a5eb 100644
--- a/include/dnsjit/Makefile.am
+++ b/include/dnsjit/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/Makefile.in b/include/dnsjit/Makefile.in
index 7449ba5..cfc55a1 100644
--- a/include/dnsjit/Makefile.in
+++ b/include/dnsjit/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/core.lua b/include/dnsjit/core.lua
index 47723e6..118a5f9 100644
--- a/include/dnsjit/core.lua
+++ b/include/dnsjit/core.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/assert.h b/include/dnsjit/core/assert.h
index 1cdc6e6..c49ab40 100644
--- a/include/dnsjit/core/assert.h
+++ b/include/dnsjit/core/assert.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/channel.c b/include/dnsjit/core/channel.c
index 691ad1a..ed61b4f 100644
--- a/include/dnsjit/core/channel.c
+++ b/include/dnsjit/core/channel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/channel.h b/include/dnsjit/core/channel.h
index b0e90ae..ed5c011 100644
--- a/include/dnsjit/core/channel.h
+++ b/include/dnsjit/core/channel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/channel.hh b/include/dnsjit/core/channel.hh
index e6ec0e0..ff78a82 100644
--- a/include/dnsjit/core/channel.hh
+++ b/include/dnsjit/core/channel.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/channel.lua b/include/dnsjit/core/channel.lua
index b837cc4..2c8357f 100644
--- a/include/dnsjit/core/channel.lua
+++ b/include/dnsjit/core/channel.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/compat.c b/include/dnsjit/core/compat.c
index 578d34d..16a4416 100644
--- a/include/dnsjit/core/compat.c
+++ b/include/dnsjit/core/compat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/compat.h b/include/dnsjit/core/compat.h
index c9486c3..ff33469 100644
--- a/include/dnsjit/core/compat.h
+++ b/include/dnsjit/core/compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/compat.lua b/include/dnsjit/core/compat.lua
index bb6d45c..dde6374 100644
--- a/include/dnsjit/core/compat.lua
+++ b/include/dnsjit/core/compat.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/file.c b/include/dnsjit/core/file.c
index d632a73..5276ab9 100644
--- a/include/dnsjit/core/file.c
+++ b/include/dnsjit/core/file.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/file.h b/include/dnsjit/core/file.h
index ad5a174..a6e67e2 100644
--- a/include/dnsjit/core/file.h
+++ b/include/dnsjit/core/file.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/file.hh b/include/dnsjit/core/file.hh
index 70b1bc9..80ea2cc 100644
--- a/include/dnsjit/core/file.hh
+++ b/include/dnsjit/core/file.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/file.lua b/include/dnsjit/core/file.lua
index 5ce52d7..da57d95 100644
--- a/include/dnsjit/core/file.lua
+++ b/include/dnsjit/core/file.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/loader.lua b/include/dnsjit/core/loader.lua
index b56a390..f6e4e7a 100644
--- a/include/dnsjit/core/loader.lua
+++ b/include/dnsjit/core/loader.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/log.c b/include/dnsjit/core/log.c
index a334e8e..6720746 100644
--- a/include/dnsjit/core/log.c
+++ b/include/dnsjit/core/log.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/log.h b/include/dnsjit/core/log.h
index 05b3db9..56baf00 100644
--- a/include/dnsjit/core/log.h
+++ b/include/dnsjit/core/log.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/log.hh b/include/dnsjit/core/log.hh
index 7273879..0ec7973 100644
--- a/include/dnsjit/core/log.hh
+++ b/include/dnsjit/core/log.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/log.lua b/include/dnsjit/core/log.lua
index d62cbbc..c08914a 100644
--- a/include/dnsjit/core/log.lua
+++ b/include/dnsjit/core/log.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object.c b/include/dnsjit/core/object.c
index 8356f25..cbff0bf 100644
--- a/include/dnsjit/core/object.c
+++ b/include/dnsjit/core/object.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object.h b/include/dnsjit/core/object.h
index 8729cde..ae2a542 100644
--- a/include/dnsjit/core/object.h
+++ b/include/dnsjit/core/object.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object.hh b/include/dnsjit/core/object.hh
index b19f858..20de8b8 100644
--- a/include/dnsjit/core/object.hh
+++ b/include/dnsjit/core/object.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object.lua b/include/dnsjit/core/object.lua
index 7f58829..d15073e 100644
--- a/include/dnsjit/core/object.lua
+++ b/include/dnsjit/core/object.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns.c b/include/dnsjit/core/object/dns.c
index 49aec6d..0698286 100644
--- a/include/dnsjit/core/object/dns.c
+++ b/include/dnsjit/core/object/dns.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns.h b/include/dnsjit/core/object/dns.h
index 68a2dc9..a641fe5 100644
--- a/include/dnsjit/core/object/dns.h
+++ b/include/dnsjit/core/object/dns.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns.hh b/include/dnsjit/core/object/dns.hh
index dfe9719..5bd091a 100644
--- a/include/dnsjit/core/object/dns.hh
+++ b/include/dnsjit/core/object/dns.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns.lua b/include/dnsjit/core/object/dns.lua
index e8fb12b..308c067 100644
--- a/include/dnsjit/core/object/dns.lua
+++ b/include/dnsjit/core/object/dns.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns/label.lua b/include/dnsjit/core/object/dns/label.lua
index bc78758..f3de584 100644
--- a/include/dnsjit/core/object/dns/label.lua
+++ b/include/dnsjit/core/object/dns/label.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns/q.lua b/include/dnsjit/core/object/dns/q.lua
index f65d9e8..c3d6358 100644
--- a/include/dnsjit/core/object/dns/q.lua
+++ b/include/dnsjit/core/object/dns/q.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/dns/rr.lua b/include/dnsjit/core/object/dns/rr.lua
index d360d96..2db2955 100644
--- a/include/dnsjit/core/object/dns/rr.lua
+++ b/include/dnsjit/core/object/dns/rr.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ether.c b/include/dnsjit/core/object/ether.c
index dd7cd98..90fe32f 100644
--- a/include/dnsjit/core/object/ether.c
+++ b/include/dnsjit/core/object/ether.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ether.h b/include/dnsjit/core/object/ether.h
index 0fc9e35..1c8de16 100644
--- a/include/dnsjit/core/object/ether.h
+++ b/include/dnsjit/core/object/ether.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ether.hh b/include/dnsjit/core/object/ether.hh
index 3b7a0cc..9cd6a75 100644
--- a/include/dnsjit/core/object/ether.hh
+++ b/include/dnsjit/core/object/ether.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ether.lua b/include/dnsjit/core/object/ether.lua
index 3359d1f..e36fc29 100644
--- a/include/dnsjit/core/object/ether.lua
+++ b/include/dnsjit/core/object/ether.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/gre.c b/include/dnsjit/core/object/gre.c
index 9a467c3..8666888 100644
--- a/include/dnsjit/core/object/gre.c
+++ b/include/dnsjit/core/object/gre.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/gre.h b/include/dnsjit/core/object/gre.h
index a716787..03b1af6 100644
--- a/include/dnsjit/core/object/gre.h
+++ b/include/dnsjit/core/object/gre.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/gre.hh b/include/dnsjit/core/object/gre.hh
index 67a89b1..27f7715 100644
--- a/include/dnsjit/core/object/gre.hh
+++ b/include/dnsjit/core/object/gre.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/gre.lua b/include/dnsjit/core/object/gre.lua
index 703b02f..8eba44a 100644
--- a/include/dnsjit/core/object/gre.lua
+++ b/include/dnsjit/core/object/gre.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp.c b/include/dnsjit/core/object/icmp.c
index ebd13dc..dbe9638 100644
--- a/include/dnsjit/core/object/icmp.c
+++ b/include/dnsjit/core/object/icmp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp.h b/include/dnsjit/core/object/icmp.h
index 65ffa7d..f3d3512 100644
--- a/include/dnsjit/core/object/icmp.h
+++ b/include/dnsjit/core/object/icmp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp.hh b/include/dnsjit/core/object/icmp.hh
index 1a7aa88..50d8d0f 100644
--- a/include/dnsjit/core/object/icmp.hh
+++ b/include/dnsjit/core/object/icmp.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp.lua b/include/dnsjit/core/object/icmp.lua
index 52062ad..38c53b6 100644
--- a/include/dnsjit/core/object/icmp.lua
+++ b/include/dnsjit/core/object/icmp.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp6.c b/include/dnsjit/core/object/icmp6.c
index b79fb17..830df2d 100644
--- a/include/dnsjit/core/object/icmp6.c
+++ b/include/dnsjit/core/object/icmp6.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp6.h b/include/dnsjit/core/object/icmp6.h
index 4586d33..af1c704 100644
--- a/include/dnsjit/core/object/icmp6.h
+++ b/include/dnsjit/core/object/icmp6.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp6.hh b/include/dnsjit/core/object/icmp6.hh
index 2aa1ed4..e303db7 100644
--- a/include/dnsjit/core/object/icmp6.hh
+++ b/include/dnsjit/core/object/icmp6.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/icmp6.lua b/include/dnsjit/core/object/icmp6.lua
index a3929bf..2e15a62 100644
--- a/include/dnsjit/core/object/icmp6.lua
+++ b/include/dnsjit/core/object/icmp6.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ieee802.c b/include/dnsjit/core/object/ieee802.c
index 80dd4ea..71ee94f 100644
--- a/include/dnsjit/core/object/ieee802.c
+++ b/include/dnsjit/core/object/ieee802.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ieee802.h b/include/dnsjit/core/object/ieee802.h
index 388430d..7fe60fe 100644
--- a/include/dnsjit/core/object/ieee802.h
+++ b/include/dnsjit/core/object/ieee802.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ieee802.hh b/include/dnsjit/core/object/ieee802.hh
index 1bce670..95ac1e0 100644
--- a/include/dnsjit/core/object/ieee802.hh
+++ b/include/dnsjit/core/object/ieee802.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ieee802.lua b/include/dnsjit/core/object/ieee802.lua
index 77519ef..1460419 100644
--- a/include/dnsjit/core/object/ieee802.lua
+++ b/include/dnsjit/core/object/ieee802.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip.c b/include/dnsjit/core/object/ip.c
index 4e50b60..126c969 100644
--- a/include/dnsjit/core/object/ip.c
+++ b/include/dnsjit/core/object/ip.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip.h b/include/dnsjit/core/object/ip.h
index 00e927b..6619a0b 100644
--- a/include/dnsjit/core/object/ip.h
+++ b/include/dnsjit/core/object/ip.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip.hh b/include/dnsjit/core/object/ip.hh
index 9a379a4..341a40d 100644
--- a/include/dnsjit/core/object/ip.hh
+++ b/include/dnsjit/core/object/ip.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip.lua b/include/dnsjit/core/object/ip.lua
index 0294612..1191b5f 100644
--- a/include/dnsjit/core/object/ip.lua
+++ b/include/dnsjit/core/object/ip.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip6.c b/include/dnsjit/core/object/ip6.c
index 45db361..6051d08 100644
--- a/include/dnsjit/core/object/ip6.c
+++ b/include/dnsjit/core/object/ip6.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip6.h b/include/dnsjit/core/object/ip6.h
index 660b9e9..f6f021b 100644
--- a/include/dnsjit/core/object/ip6.h
+++ b/include/dnsjit/core/object/ip6.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip6.hh b/include/dnsjit/core/object/ip6.hh
index 5411dda..a713ab3 100644
--- a/include/dnsjit/core/object/ip6.hh
+++ b/include/dnsjit/core/object/ip6.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/ip6.lua b/include/dnsjit/core/object/ip6.lua
index 5271be3..1b9ce7b 100644
--- a/include/dnsjit/core/object/ip6.lua
+++ b/include/dnsjit/core/object/ip6.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/linuxsll.c b/include/dnsjit/core/object/linuxsll.c
index cacd23a..42cb9c1 100644
--- a/include/dnsjit/core/object/linuxsll.c
+++ b/include/dnsjit/core/object/linuxsll.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/linuxsll.h b/include/dnsjit/core/object/linuxsll.h
index 668581e..9bd0ad3 100644
--- a/include/dnsjit/core/object/linuxsll.h
+++ b/include/dnsjit/core/object/linuxsll.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/linuxsll.hh b/include/dnsjit/core/object/linuxsll.hh
index e808f96..31a6d40 100644
--- a/include/dnsjit/core/object/linuxsll.hh
+++ b/include/dnsjit/core/object/linuxsll.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/linuxsll.lua b/include/dnsjit/core/object/linuxsll.lua
index 6b47525..2db8c8c 100644
--- a/include/dnsjit/core/object/linuxsll.lua
+++ b/include/dnsjit/core/object/linuxsll.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/loop.c b/include/dnsjit/core/object/loop.c
index 4149f71..4491bc6 100644
--- a/include/dnsjit/core/object/loop.c
+++ b/include/dnsjit/core/object/loop.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/loop.h b/include/dnsjit/core/object/loop.h
index 0cdb8e0..9ee2876 100644
--- a/include/dnsjit/core/object/loop.h
+++ b/include/dnsjit/core/object/loop.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/loop.hh b/include/dnsjit/core/object/loop.hh
index e8c5573..e7ae4da 100644
--- a/include/dnsjit/core/object/loop.hh
+++ b/include/dnsjit/core/object/loop.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/loop.lua b/include/dnsjit/core/object/loop.lua
index 2cb441f..a282d17 100644
--- a/include/dnsjit/core/object/loop.lua
+++ b/include/dnsjit/core/object/loop.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/null.c b/include/dnsjit/core/object/null.c
index 7fe617a..c3c5061 100644
--- a/include/dnsjit/core/object/null.c
+++ b/include/dnsjit/core/object/null.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/null.h b/include/dnsjit/core/object/null.h
index 5127951..c995cdf 100644
--- a/include/dnsjit/core/object/null.h
+++ b/include/dnsjit/core/object/null.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/null.hh b/include/dnsjit/core/object/null.hh
index 2e6c639..138600f 100644
--- a/include/dnsjit/core/object/null.hh
+++ b/include/dnsjit/core/object/null.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/null.lua b/include/dnsjit/core/object/null.lua
index e6dfc5d..ef39ebb 100644
--- a/include/dnsjit/core/object/null.lua
+++ b/include/dnsjit/core/object/null.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/payload.c b/include/dnsjit/core/object/payload.c
index d6d2ee4..5d18124 100644
--- a/include/dnsjit/core/object/payload.c
+++ b/include/dnsjit/core/object/payload.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/payload.h b/include/dnsjit/core/object/payload.h
index 07391aa..3f6967c 100644
--- a/include/dnsjit/core/object/payload.h
+++ b/include/dnsjit/core/object/payload.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/payload.hh b/include/dnsjit/core/object/payload.hh
index fc2ad71..618fffe 100644
--- a/include/dnsjit/core/object/payload.hh
+++ b/include/dnsjit/core/object/payload.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/payload.lua b/include/dnsjit/core/object/payload.lua
index 61ea867..457b00c 100644
--- a/include/dnsjit/core/object/payload.lua
+++ b/include/dnsjit/core/object/payload.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/pcap.c b/include/dnsjit/core/object/pcap.c
index 576a94e..a9a79f9 100644
--- a/include/dnsjit/core/object/pcap.c
+++ b/include/dnsjit/core/object/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/pcap.h b/include/dnsjit/core/object/pcap.h
index afcccf3..a668486 100644
--- a/include/dnsjit/core/object/pcap.h
+++ b/include/dnsjit/core/object/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/pcap.hh b/include/dnsjit/core/object/pcap.hh
index 642a7e7..8f3a933 100644
--- a/include/dnsjit/core/object/pcap.hh
+++ b/include/dnsjit/core/object/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/pcap.lua b/include/dnsjit/core/object/pcap.lua
index 3d49326..0b88a75 100644
--- a/include/dnsjit/core/object/pcap.lua
+++ b/include/dnsjit/core/object/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/tcp.c b/include/dnsjit/core/object/tcp.c
index 37f9548..0eb35d1 100644
--- a/include/dnsjit/core/object/tcp.c
+++ b/include/dnsjit/core/object/tcp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/tcp.h b/include/dnsjit/core/object/tcp.h
index e851a8a..f2d709b 100644
--- a/include/dnsjit/core/object/tcp.h
+++ b/include/dnsjit/core/object/tcp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/tcp.hh b/include/dnsjit/core/object/tcp.hh
index bd3167d..c6c6ef2 100644
--- a/include/dnsjit/core/object/tcp.hh
+++ b/include/dnsjit/core/object/tcp.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/tcp.lua b/include/dnsjit/core/object/tcp.lua
index e1d6dc2..e2d5604 100644
--- a/include/dnsjit/core/object/tcp.lua
+++ b/include/dnsjit/core/object/tcp.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/udp.c b/include/dnsjit/core/object/udp.c
index 3d05002..a830079 100644
--- a/include/dnsjit/core/object/udp.c
+++ b/include/dnsjit/core/object/udp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/udp.h b/include/dnsjit/core/object/udp.h
index e85208b..012630d 100644
--- a/include/dnsjit/core/object/udp.h
+++ b/include/dnsjit/core/object/udp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/udp.hh b/include/dnsjit/core/object/udp.hh
index 5efbd92..0940004 100644
--- a/include/dnsjit/core/object/udp.hh
+++ b/include/dnsjit/core/object/udp.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/object/udp.lua b/include/dnsjit/core/object/udp.lua
index 1652574..10f4a72 100644
--- a/include/dnsjit/core/object/udp.lua
+++ b/include/dnsjit/core/object/udp.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/objects.lua b/include/dnsjit/core/objects.lua
index ce83cd0..0b7b628 100644
--- a/include/dnsjit/core/objects.lua
+++ b/include/dnsjit/core/objects.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/producer.c b/include/dnsjit/core/producer.c
index 8a85c93..1a6c2c7 100644
--- a/include/dnsjit/core/producer.c
+++ b/include/dnsjit/core/producer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/producer.h b/include/dnsjit/core/producer.h
index da63c17..f1c3134 100644
--- a/include/dnsjit/core/producer.h
+++ b/include/dnsjit/core/producer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/producer.hh b/include/dnsjit/core/producer.hh
index 2d64035..7672a64 100644
--- a/include/dnsjit/core/producer.hh
+++ b/include/dnsjit/core/producer.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/producer.lua b/include/dnsjit/core/producer.lua
index 42f3e44..0a56bdf 100644
--- a/include/dnsjit/core/producer.lua
+++ b/include/dnsjit/core/producer.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/receiver.c b/include/dnsjit/core/receiver.c
index f67be0e..937fae5 100644
--- a/include/dnsjit/core/receiver.c
+++ b/include/dnsjit/core/receiver.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/receiver.h b/include/dnsjit/core/receiver.h
index 5530b6a..6d38b99 100644
--- a/include/dnsjit/core/receiver.h
+++ b/include/dnsjit/core/receiver.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/receiver.hh b/include/dnsjit/core/receiver.hh
index 316c9be..a32fa36 100644
--- a/include/dnsjit/core/receiver.hh
+++ b/include/dnsjit/core/receiver.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/receiver.lua b/include/dnsjit/core/receiver.lua
index 02aa39d..2ba9358 100644
--- a/include/dnsjit/core/receiver.lua
+++ b/include/dnsjit/core/receiver.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/thread.c b/include/dnsjit/core/thread.c
index 189c720..6a0da90 100644
--- a/include/dnsjit/core/thread.c
+++ b/include/dnsjit/core/thread.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/thread.h b/include/dnsjit/core/thread.h
index 6b7ede6..ee277eb 100644
--- a/include/dnsjit/core/thread.h
+++ b/include/dnsjit/core/thread.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/thread.hh b/include/dnsjit/core/thread.hh
index a61f8c9..f0a4e8f 100644
--- a/include/dnsjit/core/thread.hh
+++ b/include/dnsjit/core/thread.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/thread.lua b/include/dnsjit/core/thread.lua
index f225726..073b1ad 100644
--- a/include/dnsjit/core/thread.lua
+++ b/include/dnsjit/core/thread.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/core/timespec.h b/include/dnsjit/core/timespec.h
index 2110c6d..7c67ba4 100644
--- a/include/dnsjit/core/timespec.h
+++ b/include/dnsjit/core/timespec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/timespec.hh b/include/dnsjit/core/timespec.hh
index 17a9551..d16fd18 100644
--- a/include/dnsjit/core/timespec.hh
+++ b/include/dnsjit/core/timespec.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/core/timespec.lua b/include/dnsjit/core/timespec.lua
index 05c600f..babb45f 100644
--- a/include/dnsjit/core/timespec.lua
+++ b/include/dnsjit/core/timespec.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/dnsjit.1in b/include/dnsjit/dnsjit.1in
index ae1ca93..52aa01e 100644
--- a/include/dnsjit/dnsjit.1in
+++ b/include/dnsjit/dnsjit.1in
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2018-2021, OARC, Inc.
+.\" Copyright (c) 2018-2022, OARC, Inc.
.\" All rights reserved.
.\"
.\" This file is part of dnsjit.
diff --git a/include/dnsjit/dnsjit.c b/include/dnsjit/dnsjit.c
index 1024c4e..ce87eab 100644
--- a/include/dnsjit/dnsjit.c
+++ b/include/dnsjit/dnsjit.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter.lua b/include/dnsjit/filter.lua
index fbb3736..4ba5e1b 100644
--- a/include/dnsjit/filter.lua
+++ b/include/dnsjit/filter.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/filter/layer.c b/include/dnsjit/filter/layer.c
index b360ca3..d0a2ce6 100644
--- a/include/dnsjit/filter/layer.c
+++ b/include/dnsjit/filter/layer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/layer.h b/include/dnsjit/filter/layer.h
index d7dde4a..f8d12f4 100644
--- a/include/dnsjit/filter/layer.h
+++ b/include/dnsjit/filter/layer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/layer.hh b/include/dnsjit/filter/layer.hh
index f8f260b..2879f58 100644
--- a/include/dnsjit/filter/layer.hh
+++ b/include/dnsjit/filter/layer.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/layer.lua b/include/dnsjit/filter/layer.lua
index 74c56ba..9cce7cf 100644
--- a/include/dnsjit/filter/layer.lua
+++ b/include/dnsjit/filter/layer.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/filter/split.c b/include/dnsjit/filter/split.c
index dccf38a..c49565f 100644
--- a/include/dnsjit/filter/split.c
+++ b/include/dnsjit/filter/split.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/split.h b/include/dnsjit/filter/split.h
index 2b0be09..670c48d 100644
--- a/include/dnsjit/filter/split.h
+++ b/include/dnsjit/filter/split.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/split.hh b/include/dnsjit/filter/split.hh
index 2aba2ae..ffc6401 100644
--- a/include/dnsjit/filter/split.hh
+++ b/include/dnsjit/filter/split.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/split.lua b/include/dnsjit/filter/split.lua
index d9aec4f..3c6f727 100644
--- a/include/dnsjit/filter/split.lua
+++ b/include/dnsjit/filter/split.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/filter/timing.c b/include/dnsjit/filter/timing.c
index bf4f865..d188e30 100644
--- a/include/dnsjit/filter/timing.c
+++ b/include/dnsjit/filter/timing.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/timing.h b/include/dnsjit/filter/timing.h
index 283155c..0050d5c 100644
--- a/include/dnsjit/filter/timing.h
+++ b/include/dnsjit/filter/timing.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/timing.hh b/include/dnsjit/filter/timing.hh
index 8615907..787e9f0 100644
--- a/include/dnsjit/filter/timing.hh
+++ b/include/dnsjit/filter/timing.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/filter/timing.lua b/include/dnsjit/filter/timing.lua
index cab9574..0e54f08 100644
--- a/include/dnsjit/filter/timing.lua
+++ b/include/dnsjit/filter/timing.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/gen-manpage.lua b/include/dnsjit/gen-manpage.lua
index e285b1f..4a9ebf5 100644
--- a/include/dnsjit/gen-manpage.lua
+++ b/include/dnsjit/gen-manpage.lua
@@ -1,5 +1,5 @@
print[[
-.\" Copyright (c) 2018-2021, OARC, Inc.
+.\" Copyright (c) 2018-2022, OARC, Inc.
.\" All rights reserved.
.\"
.\" This file is part of dnsjit.
diff --git a/include/dnsjit/globals.c b/include/dnsjit/globals.c
index 3f85c51..4487d12 100644
--- a/include/dnsjit/globals.c
+++ b/include/dnsjit/globals.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/globals.h b/include/dnsjit/globals.h
index 48e7e68..71fd1e8 100644
--- a/include/dnsjit/globals.h
+++ b/include/dnsjit/globals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input.lua b/include/dnsjit/input.lua
index f791f17..c8eacdb 100644
--- a/include/dnsjit/input.lua
+++ b/include/dnsjit/input.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/input/fpcap.c b/include/dnsjit/input/fpcap.c
index 6804608..ec9cfff 100644
--- a/include/dnsjit/input/fpcap.c
+++ b/include/dnsjit/input/fpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/fpcap.h b/include/dnsjit/input/fpcap.h
index 4e1e5ee..dfa2dbe 100644
--- a/include/dnsjit/input/fpcap.h
+++ b/include/dnsjit/input/fpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/fpcap.hh b/include/dnsjit/input/fpcap.hh
index ab06a71..0337503 100644
--- a/include/dnsjit/input/fpcap.hh
+++ b/include/dnsjit/input/fpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/fpcap.lua b/include/dnsjit/input/fpcap.lua
index b50fc11..c52c7a4 100644
--- a/include/dnsjit/input/fpcap.lua
+++ b/include/dnsjit/input/fpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/input/mmpcap.c b/include/dnsjit/input/mmpcap.c
index 4f3ee59..ee2baa2 100644
--- a/include/dnsjit/input/mmpcap.c
+++ b/include/dnsjit/input/mmpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/mmpcap.h b/include/dnsjit/input/mmpcap.h
index b4ae09a..e7c66e8 100644
--- a/include/dnsjit/input/mmpcap.h
+++ b/include/dnsjit/input/mmpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/mmpcap.hh b/include/dnsjit/input/mmpcap.hh
index 27ed35e..de446b7 100644
--- a/include/dnsjit/input/mmpcap.hh
+++ b/include/dnsjit/input/mmpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/mmpcap.lua b/include/dnsjit/input/mmpcap.lua
index 8e28e69..f03636e 100644
--- a/include/dnsjit/input/mmpcap.lua
+++ b/include/dnsjit/input/mmpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/input/pcap.c b/include/dnsjit/input/pcap.c
index 25d6ee3..5506bac 100644
--- a/include/dnsjit/input/pcap.c
+++ b/include/dnsjit/input/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/pcap.h b/include/dnsjit/input/pcap.h
index cba5227..c6d65ce 100644
--- a/include/dnsjit/input/pcap.h
+++ b/include/dnsjit/input/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/pcap.hh b/include/dnsjit/input/pcap.hh
index a9e0a41..900338c 100644
--- a/include/dnsjit/input/pcap.hh
+++ b/include/dnsjit/input/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/pcap.lua b/include/dnsjit/input/pcap.lua
index 89aabd9..a092f85 100644
--- a/include/dnsjit/input/pcap.lua
+++ b/include/dnsjit/input/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/input/zero.lua b/include/dnsjit/input/zero.lua
index c6bf5a4..dd3c6f8 100644
--- a/include/dnsjit/input/zero.lua
+++ b/include/dnsjit/input/zero.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/input/zpcap.c b/include/dnsjit/input/zpcap.c
index 11eab9a..e1d9710 100644
--- a/include/dnsjit/input/zpcap.c
+++ b/include/dnsjit/input/zpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/zpcap.h b/include/dnsjit/input/zpcap.h
index 7f6f304..d2c195e 100644
--- a/include/dnsjit/input/zpcap.h
+++ b/include/dnsjit/input/zpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/zpcap.hh b/include/dnsjit/input/zpcap.hh
index bc013fa..e0079d5 100644
--- a/include/dnsjit/input/zpcap.hh
+++ b/include/dnsjit/input/zpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/input/zpcap.lua b/include/dnsjit/input/zpcap.lua
index 9a0230f..d860a64 100644
--- a/include/dnsjit/input/zpcap.lua
+++ b/include/dnsjit/input/zpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/lib.lua b/include/dnsjit/lib.lua
index d249ea8..3867bbd 100644
--- a/include/dnsjit/lib.lua
+++ b/include/dnsjit/lib.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/lib/clock.c b/include/dnsjit/lib/clock.c
index 0676648..1e7e2c0 100644
--- a/include/dnsjit/lib/clock.c
+++ b/include/dnsjit/lib/clock.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/lib/clock.h b/include/dnsjit/lib/clock.h
index 48d16ac..29d1ee6 100644
--- a/include/dnsjit/lib/clock.h
+++ b/include/dnsjit/lib/clock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/lib/clock.hh b/include/dnsjit/lib/clock.hh
index 9463815..c3943a6 100644
--- a/include/dnsjit/lib/clock.hh
+++ b/include/dnsjit/lib/clock.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/lib/clock.lua b/include/dnsjit/lib/clock.lua
index 60ee9f6..9aec6fa 100644
--- a/include/dnsjit/lib/clock.lua
+++ b/include/dnsjit/lib/clock.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/lib/getopt.lua b/include/dnsjit/lib/getopt.lua
index ede3e12..a5dfff6 100644
--- a/include/dnsjit/lib/getopt.lua
+++ b/include/dnsjit/lib/getopt.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/lib/ip.lua b/include/dnsjit/lib/ip.lua
index 74dc85a..fca3180 100644
--- a/include/dnsjit/lib/ip.lua
+++ b/include/dnsjit/lib/ip.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/lib/parseconf.lua b/include/dnsjit/lib/parseconf.lua
index 638763b..9a36499 100644
--- a/include/dnsjit/lib/parseconf.lua
+++ b/include/dnsjit/lib/parseconf.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output.lua b/include/dnsjit/output.lua
index 43f90c3..2e58ceb 100644
--- a/include/dnsjit/output.lua
+++ b/include/dnsjit/output.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/dnscli.c b/include/dnsjit/output/dnscli.c
index f7c5b5e..ec8fa57 100644
--- a/include/dnsjit/output/dnscli.c
+++ b/include/dnsjit/output/dnscli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
@@ -248,7 +248,7 @@ int output_dnscli_connect(output_dnscli_t* self, const char* host, const char* p
return 0;
}
-inline ssize_t _send_udp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
+static inline ssize_t _send_udp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
{
ssize_t n;
@@ -331,7 +331,7 @@ static void _receive_udp(output_dnscli_t* self, const core_object_t* obj)
self->errs++;
}
-inline ssize_t _send_tcp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
+static inline ssize_t _send_tcp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
{
ssize_t n;
@@ -432,7 +432,7 @@ static void _receive_tcp(output_dnscli_t* self, const core_object_t* obj)
self->errs++;
}
-inline ssize_t _send_tls(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
+static inline ssize_t _send_tls(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
{
ssize_t n;
diff --git a/include/dnsjit/output/dnscli.h b/include/dnsjit/output/dnscli.h
index 9927bd4..4be9787 100644
--- a/include/dnsjit/output/dnscli.h
+++ b/include/dnsjit/output/dnscli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/dnscli.hh b/include/dnsjit/output/dnscli.hh
index 4126423..de9fa23 100644
--- a/include/dnsjit/output/dnscli.hh
+++ b/include/dnsjit/output/dnscli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/dnscli.lua b/include/dnsjit/output/dnscli.lua
index bfdaf36..b1a1ac1 100644
--- a/include/dnsjit/output/dnscli.lua
+++ b/include/dnsjit/output/dnscli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/null.lua b/include/dnsjit/output/null.lua
index b0e167f..92bec6d 100644
--- a/include/dnsjit/output/null.lua
+++ b/include/dnsjit/output/null.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/pcap.c b/include/dnsjit/output/pcap.c
index ede9881..81cc353 100644
--- a/include/dnsjit/output/pcap.c
+++ b/include/dnsjit/output/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/pcap.h b/include/dnsjit/output/pcap.h
index 40146c2..2112826 100644
--- a/include/dnsjit/output/pcap.h
+++ b/include/dnsjit/output/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/pcap.hh b/include/dnsjit/output/pcap.hh
index 6205333..0f25ca4 100644
--- a/include/dnsjit/output/pcap.hh
+++ b/include/dnsjit/output/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/pcap.lua b/include/dnsjit/output/pcap.lua
index 26ae8e7..166b4e5 100644
--- a/include/dnsjit/output/pcap.lua
+++ b/include/dnsjit/output/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/respdiff.c b/include/dnsjit/output/respdiff.c
index 834a264..e7f8d07 100644
--- a/include/dnsjit/output/respdiff.c
+++ b/include/dnsjit/output/respdiff.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/respdiff.h b/include/dnsjit/output/respdiff.h
index 207e225..8a16b8a 100644
--- a/include/dnsjit/output/respdiff.h
+++ b/include/dnsjit/output/respdiff.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/respdiff.hh b/include/dnsjit/output/respdiff.hh
index 44f597e..9a355da 100644
--- a/include/dnsjit/output/respdiff.hh
+++ b/include/dnsjit/output/respdiff.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/respdiff.lua b/include/dnsjit/output/respdiff.lua
index 7d17b4a..533cadc 100644
--- a/include/dnsjit/output/respdiff.lua
+++ b/include/dnsjit/output/respdiff.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/tcpcli.c b/include/dnsjit/output/tcpcli.c
index f2b218b..5051778 100644
--- a/include/dnsjit/output/tcpcli.c
+++ b/include/dnsjit/output/tcpcli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/tcpcli.h b/include/dnsjit/output/tcpcli.h
index 83b7ea4..e1bdc50 100644
--- a/include/dnsjit/output/tcpcli.h
+++ b/include/dnsjit/output/tcpcli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/tcpcli.hh b/include/dnsjit/output/tcpcli.hh
index 277b0dd..e63812f 100644
--- a/include/dnsjit/output/tcpcli.hh
+++ b/include/dnsjit/output/tcpcli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/tcpcli.lua b/include/dnsjit/output/tcpcli.lua
index d57de88..df2a7cc 100644
--- a/include/dnsjit/output/tcpcli.lua
+++ b/include/dnsjit/output/tcpcli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/tlscli.c b/include/dnsjit/output/tlscli.c
index 8c5947a..5bb3312 100644
--- a/include/dnsjit/output/tlscli.c
+++ b/include/dnsjit/output/tlscli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/tlscli.h b/include/dnsjit/output/tlscli.h
index 72e7b9d..3c8648d 100644
--- a/include/dnsjit/output/tlscli.h
+++ b/include/dnsjit/output/tlscli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/tlscli.hh b/include/dnsjit/output/tlscli.hh
index 4a0c142..f2ce3a0 100644
--- a/include/dnsjit/output/tlscli.hh
+++ b/include/dnsjit/output/tlscli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/tlscli.lua b/include/dnsjit/output/tlscli.lua
index e37439b..8f10a6f 100644
--- a/include/dnsjit/output/tlscli.lua
+++ b/include/dnsjit/output/tlscli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/output/udpcli.c b/include/dnsjit/output/udpcli.c
index b207d9c..3bea618 100644
--- a/include/dnsjit/output/udpcli.c
+++ b/include/dnsjit/output/udpcli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/udpcli.h b/include/dnsjit/output/udpcli.h
index f783642..a2b288b 100644
--- a/include/dnsjit/output/udpcli.h
+++ b/include/dnsjit/output/udpcli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/udpcli.hh b/include/dnsjit/output/udpcli.hh
index 084a5b6..9d3cfbd 100644
--- a/include/dnsjit/output/udpcli.hh
+++ b/include/dnsjit/output/udpcli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/include/dnsjit/output/udpcli.lua b/include/dnsjit/output/udpcli.lua
index 0584725..50d97db 100644
--- a/include/dnsjit/output/udpcli.lua
+++ b/include/dnsjit/output/udpcli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/include/dnsjit/test/Makefile.am b/include/dnsjit/test/Makefile.am
index 0556db6..00531e4 100644
--- a/include/dnsjit/test/Makefile.am
+++ b/include/dnsjit/test/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/test/Makefile.in b/include/dnsjit/test/Makefile.in
index b03a826..38ce583 100644
--- a/include/dnsjit/test/Makefile.in
+++ b/include/dnsjit/test/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/test/test1.sh b/include/dnsjit/test/test1.sh
index 1af3a21..14d3f8f 100755
--- a/include/dnsjit/test/test1.sh
+++ b/include/dnsjit/test/test1.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/test/test2.sh b/include/dnsjit/test/test2.sh
index 9a58d06..ff0ca28 100755
--- a/include/dnsjit/test/test2.sh
+++ b/include/dnsjit/test/test2.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/test/test3.sh b/include/dnsjit/test/test3.sh
index b9a0b64..f0b3581 100755
--- a/include/dnsjit/test/test3.sh
+++ b/include/dnsjit/test/test3.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/test/test4.sh b/include/dnsjit/test/test4.sh
index b2d060d..f47bfdf 100755
--- a/include/dnsjit/test/test4.sh
+++ b/include/dnsjit/test/test4.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/test/test6.sh b/include/dnsjit/test/test6.sh
index 67f8e25..686356d 100755
--- a/include/dnsjit/test/test6.sh
+++ b/include/dnsjit/test/test6.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/include/dnsjit/version.h b/include/dnsjit/version.h
index 30a2a3e..8274a7f 100644
--- a/include/dnsjit/version.h
+++ b/include/dnsjit/version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
@@ -23,6 +23,6 @@
#define DNSJIT_MAJOR_VERSION 1
#define DNSJIT_MINOR_VERSION 2
-#define DNSJIT_PATCH_VERSION 2
+#define DNSJIT_PATCH_VERSION 3
#endif
diff --git a/m4/dl.sh b/m4/dl.sh
index 08414cf..c3f8876 100755
--- a/m4/dl.sh
+++ b/m4/dl.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/Makefile.am b/src/Makefile.am
index 3090342..e18a5eb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/Makefile.in b/src/Makefile.in
index 7449ba5..cfc55a1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/core.lua b/src/core.lua
index 47723e6..118a5f9 100644
--- a/src/core.lua
+++ b/src/core.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/assert.h b/src/core/assert.h
index 1cdc6e6..c49ab40 100644
--- a/src/core/assert.h
+++ b/src/core/assert.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/channel.c b/src/core/channel.c
index 691ad1a..ed61b4f 100644
--- a/src/core/channel.c
+++ b/src/core/channel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/channel.h b/src/core/channel.h
index b0e90ae..ed5c011 100644
--- a/src/core/channel.h
+++ b/src/core/channel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/channel.hh b/src/core/channel.hh
index e6ec0e0..ff78a82 100644
--- a/src/core/channel.hh
+++ b/src/core/channel.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/channel.lua b/src/core/channel.lua
index b837cc4..2c8357f 100644
--- a/src/core/channel.lua
+++ b/src/core/channel.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/compat.c b/src/core/compat.c
index 578d34d..16a4416 100644
--- a/src/core/compat.c
+++ b/src/core/compat.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/compat.h b/src/core/compat.h
index c9486c3..ff33469 100644
--- a/src/core/compat.h
+++ b/src/core/compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/compat.lua b/src/core/compat.lua
index bb6d45c..dde6374 100644
--- a/src/core/compat.lua
+++ b/src/core/compat.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/file.c b/src/core/file.c
index d632a73..5276ab9 100644
--- a/src/core/file.c
+++ b/src/core/file.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/file.h b/src/core/file.h
index ad5a174..a6e67e2 100644
--- a/src/core/file.h
+++ b/src/core/file.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/file.hh b/src/core/file.hh
index 70b1bc9..80ea2cc 100644
--- a/src/core/file.hh
+++ b/src/core/file.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/file.lua b/src/core/file.lua
index 5ce52d7..da57d95 100644
--- a/src/core/file.lua
+++ b/src/core/file.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/loader.lua b/src/core/loader.lua
index b56a390..f6e4e7a 100644
--- a/src/core/loader.lua
+++ b/src/core/loader.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/log.c b/src/core/log.c
index a334e8e..6720746 100644
--- a/src/core/log.c
+++ b/src/core/log.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/log.h b/src/core/log.h
index 05b3db9..56baf00 100644
--- a/src/core/log.h
+++ b/src/core/log.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/log.hh b/src/core/log.hh
index 7273879..0ec7973 100644
--- a/src/core/log.hh
+++ b/src/core/log.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/log.lua b/src/core/log.lua
index d62cbbc..c08914a 100644
--- a/src/core/log.lua
+++ b/src/core/log.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object.c b/src/core/object.c
index 8356f25..cbff0bf 100644
--- a/src/core/object.c
+++ b/src/core/object.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object.h b/src/core/object.h
index 8729cde..ae2a542 100644
--- a/src/core/object.h
+++ b/src/core/object.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object.hh b/src/core/object.hh
index b19f858..20de8b8 100644
--- a/src/core/object.hh
+++ b/src/core/object.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object.lua b/src/core/object.lua
index 7f58829..d15073e 100644
--- a/src/core/object.lua
+++ b/src/core/object.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/dns.c b/src/core/object/dns.c
index 49aec6d..0698286 100644
--- a/src/core/object/dns.c
+++ b/src/core/object/dns.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/dns.h b/src/core/object/dns.h
index 68a2dc9..a641fe5 100644
--- a/src/core/object/dns.h
+++ b/src/core/object/dns.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/dns.hh b/src/core/object/dns.hh
index dfe9719..5bd091a 100644
--- a/src/core/object/dns.hh
+++ b/src/core/object/dns.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/dns.lua b/src/core/object/dns.lua
index e8fb12b..308c067 100644
--- a/src/core/object/dns.lua
+++ b/src/core/object/dns.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/dns/label.lua b/src/core/object/dns/label.lua
index bc78758..f3de584 100644
--- a/src/core/object/dns/label.lua
+++ b/src/core/object/dns/label.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/dns/q.lua b/src/core/object/dns/q.lua
index f65d9e8..c3d6358 100644
--- a/src/core/object/dns/q.lua
+++ b/src/core/object/dns/q.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/dns/rr.lua b/src/core/object/dns/rr.lua
index d360d96..2db2955 100644
--- a/src/core/object/dns/rr.lua
+++ b/src/core/object/dns/rr.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/ether.c b/src/core/object/ether.c
index dd7cd98..90fe32f 100644
--- a/src/core/object/ether.c
+++ b/src/core/object/ether.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ether.h b/src/core/object/ether.h
index 0fc9e35..1c8de16 100644
--- a/src/core/object/ether.h
+++ b/src/core/object/ether.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ether.hh b/src/core/object/ether.hh
index 3b7a0cc..9cd6a75 100644
--- a/src/core/object/ether.hh
+++ b/src/core/object/ether.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ether.lua b/src/core/object/ether.lua
index 3359d1f..e36fc29 100644
--- a/src/core/object/ether.lua
+++ b/src/core/object/ether.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/gre.c b/src/core/object/gre.c
index 9a467c3..8666888 100644
--- a/src/core/object/gre.c
+++ b/src/core/object/gre.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/gre.h b/src/core/object/gre.h
index a716787..03b1af6 100644
--- a/src/core/object/gre.h
+++ b/src/core/object/gre.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/gre.hh b/src/core/object/gre.hh
index 67a89b1..27f7715 100644
--- a/src/core/object/gre.hh
+++ b/src/core/object/gre.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/gre.lua b/src/core/object/gre.lua
index 703b02f..8eba44a 100644
--- a/src/core/object/gre.lua
+++ b/src/core/object/gre.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/icmp.c b/src/core/object/icmp.c
index ebd13dc..dbe9638 100644
--- a/src/core/object/icmp.c
+++ b/src/core/object/icmp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/icmp.h b/src/core/object/icmp.h
index 65ffa7d..f3d3512 100644
--- a/src/core/object/icmp.h
+++ b/src/core/object/icmp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/icmp.hh b/src/core/object/icmp.hh
index 1a7aa88..50d8d0f 100644
--- a/src/core/object/icmp.hh
+++ b/src/core/object/icmp.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/icmp.lua b/src/core/object/icmp.lua
index 52062ad..38c53b6 100644
--- a/src/core/object/icmp.lua
+++ b/src/core/object/icmp.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/icmp6.c b/src/core/object/icmp6.c
index b79fb17..830df2d 100644
--- a/src/core/object/icmp6.c
+++ b/src/core/object/icmp6.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/icmp6.h b/src/core/object/icmp6.h
index 4586d33..af1c704 100644
--- a/src/core/object/icmp6.h
+++ b/src/core/object/icmp6.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/icmp6.hh b/src/core/object/icmp6.hh
index 2aa1ed4..e303db7 100644
--- a/src/core/object/icmp6.hh
+++ b/src/core/object/icmp6.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/icmp6.lua b/src/core/object/icmp6.lua
index a3929bf..2e15a62 100644
--- a/src/core/object/icmp6.lua
+++ b/src/core/object/icmp6.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/ieee802.c b/src/core/object/ieee802.c
index 80dd4ea..71ee94f 100644
--- a/src/core/object/ieee802.c
+++ b/src/core/object/ieee802.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ieee802.h b/src/core/object/ieee802.h
index 388430d..7fe60fe 100644
--- a/src/core/object/ieee802.h
+++ b/src/core/object/ieee802.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ieee802.hh b/src/core/object/ieee802.hh
index 1bce670..95ac1e0 100644
--- a/src/core/object/ieee802.hh
+++ b/src/core/object/ieee802.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ieee802.lua b/src/core/object/ieee802.lua
index 77519ef..1460419 100644
--- a/src/core/object/ieee802.lua
+++ b/src/core/object/ieee802.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/ip.c b/src/core/object/ip.c
index 4e50b60..126c969 100644
--- a/src/core/object/ip.c
+++ b/src/core/object/ip.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ip.h b/src/core/object/ip.h
index 00e927b..6619a0b 100644
--- a/src/core/object/ip.h
+++ b/src/core/object/ip.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ip.hh b/src/core/object/ip.hh
index 9a379a4..341a40d 100644
--- a/src/core/object/ip.hh
+++ b/src/core/object/ip.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ip.lua b/src/core/object/ip.lua
index 0294612..1191b5f 100644
--- a/src/core/object/ip.lua
+++ b/src/core/object/ip.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/ip6.c b/src/core/object/ip6.c
index 45db361..6051d08 100644
--- a/src/core/object/ip6.c
+++ b/src/core/object/ip6.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ip6.h b/src/core/object/ip6.h
index 660b9e9..f6f021b 100644
--- a/src/core/object/ip6.h
+++ b/src/core/object/ip6.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ip6.hh b/src/core/object/ip6.hh
index 5411dda..a713ab3 100644
--- a/src/core/object/ip6.hh
+++ b/src/core/object/ip6.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/ip6.lua b/src/core/object/ip6.lua
index 5271be3..1b9ce7b 100644
--- a/src/core/object/ip6.lua
+++ b/src/core/object/ip6.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/linuxsll.c b/src/core/object/linuxsll.c
index cacd23a..42cb9c1 100644
--- a/src/core/object/linuxsll.c
+++ b/src/core/object/linuxsll.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/linuxsll.h b/src/core/object/linuxsll.h
index 668581e..9bd0ad3 100644
--- a/src/core/object/linuxsll.h
+++ b/src/core/object/linuxsll.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/linuxsll.hh b/src/core/object/linuxsll.hh
index e808f96..31a6d40 100644
--- a/src/core/object/linuxsll.hh
+++ b/src/core/object/linuxsll.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/linuxsll.lua b/src/core/object/linuxsll.lua
index 6b47525..2db8c8c 100644
--- a/src/core/object/linuxsll.lua
+++ b/src/core/object/linuxsll.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/loop.c b/src/core/object/loop.c
index 4149f71..4491bc6 100644
--- a/src/core/object/loop.c
+++ b/src/core/object/loop.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/loop.h b/src/core/object/loop.h
index 0cdb8e0..9ee2876 100644
--- a/src/core/object/loop.h
+++ b/src/core/object/loop.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/loop.hh b/src/core/object/loop.hh
index e8c5573..e7ae4da 100644
--- a/src/core/object/loop.hh
+++ b/src/core/object/loop.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/loop.lua b/src/core/object/loop.lua
index 2cb441f..a282d17 100644
--- a/src/core/object/loop.lua
+++ b/src/core/object/loop.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/null.c b/src/core/object/null.c
index 7fe617a..c3c5061 100644
--- a/src/core/object/null.c
+++ b/src/core/object/null.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/null.h b/src/core/object/null.h
index 5127951..c995cdf 100644
--- a/src/core/object/null.h
+++ b/src/core/object/null.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/null.hh b/src/core/object/null.hh
index 2e6c639..138600f 100644
--- a/src/core/object/null.hh
+++ b/src/core/object/null.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/null.lua b/src/core/object/null.lua
index e6dfc5d..ef39ebb 100644
--- a/src/core/object/null.lua
+++ b/src/core/object/null.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/payload.c b/src/core/object/payload.c
index d6d2ee4..5d18124 100644
--- a/src/core/object/payload.c
+++ b/src/core/object/payload.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/payload.h b/src/core/object/payload.h
index 07391aa..3f6967c 100644
--- a/src/core/object/payload.h
+++ b/src/core/object/payload.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/payload.hh b/src/core/object/payload.hh
index fc2ad71..618fffe 100644
--- a/src/core/object/payload.hh
+++ b/src/core/object/payload.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/payload.lua b/src/core/object/payload.lua
index 61ea867..457b00c 100644
--- a/src/core/object/payload.lua
+++ b/src/core/object/payload.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/pcap.c b/src/core/object/pcap.c
index 576a94e..a9a79f9 100644
--- a/src/core/object/pcap.c
+++ b/src/core/object/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/pcap.h b/src/core/object/pcap.h
index afcccf3..a668486 100644
--- a/src/core/object/pcap.h
+++ b/src/core/object/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/pcap.hh b/src/core/object/pcap.hh
index 642a7e7..8f3a933 100644
--- a/src/core/object/pcap.hh
+++ b/src/core/object/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/pcap.lua b/src/core/object/pcap.lua
index 3d49326..0b88a75 100644
--- a/src/core/object/pcap.lua
+++ b/src/core/object/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/tcp.c b/src/core/object/tcp.c
index 37f9548..0eb35d1 100644
--- a/src/core/object/tcp.c
+++ b/src/core/object/tcp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/tcp.h b/src/core/object/tcp.h
index e851a8a..f2d709b 100644
--- a/src/core/object/tcp.h
+++ b/src/core/object/tcp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/tcp.hh b/src/core/object/tcp.hh
index bd3167d..c6c6ef2 100644
--- a/src/core/object/tcp.hh
+++ b/src/core/object/tcp.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/tcp.lua b/src/core/object/tcp.lua
index e1d6dc2..e2d5604 100644
--- a/src/core/object/tcp.lua
+++ b/src/core/object/tcp.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/object/udp.c b/src/core/object/udp.c
index 3d05002..a830079 100644
--- a/src/core/object/udp.c
+++ b/src/core/object/udp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/udp.h b/src/core/object/udp.h
index e85208b..012630d 100644
--- a/src/core/object/udp.h
+++ b/src/core/object/udp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/udp.hh b/src/core/object/udp.hh
index 5efbd92..0940004 100644
--- a/src/core/object/udp.hh
+++ b/src/core/object/udp.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/object/udp.lua b/src/core/object/udp.lua
index 1652574..10f4a72 100644
--- a/src/core/object/udp.lua
+++ b/src/core/object/udp.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/objects.lua b/src/core/objects.lua
index ce83cd0..0b7b628 100644
--- a/src/core/objects.lua
+++ b/src/core/objects.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/producer.c b/src/core/producer.c
index 8a85c93..1a6c2c7 100644
--- a/src/core/producer.c
+++ b/src/core/producer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/producer.h b/src/core/producer.h
index da63c17..f1c3134 100644
--- a/src/core/producer.h
+++ b/src/core/producer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/producer.hh b/src/core/producer.hh
index 2d64035..7672a64 100644
--- a/src/core/producer.hh
+++ b/src/core/producer.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/producer.lua b/src/core/producer.lua
index 42f3e44..0a56bdf 100644
--- a/src/core/producer.lua
+++ b/src/core/producer.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/receiver.c b/src/core/receiver.c
index f67be0e..937fae5 100644
--- a/src/core/receiver.c
+++ b/src/core/receiver.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/receiver.h b/src/core/receiver.h
index 5530b6a..6d38b99 100644
--- a/src/core/receiver.h
+++ b/src/core/receiver.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/receiver.hh b/src/core/receiver.hh
index 316c9be..a32fa36 100644
--- a/src/core/receiver.hh
+++ b/src/core/receiver.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/receiver.lua b/src/core/receiver.lua
index 02aa39d..2ba9358 100644
--- a/src/core/receiver.lua
+++ b/src/core/receiver.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/thread.c b/src/core/thread.c
index 189c720..6a0da90 100644
--- a/src/core/thread.c
+++ b/src/core/thread.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/thread.h b/src/core/thread.h
index 6b7ede6..ee277eb 100644
--- a/src/core/thread.h
+++ b/src/core/thread.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/thread.hh b/src/core/thread.hh
index a61f8c9..f0a4e8f 100644
--- a/src/core/thread.hh
+++ b/src/core/thread.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/thread.lua b/src/core/thread.lua
index f225726..073b1ad 100644
--- a/src/core/thread.lua
+++ b/src/core/thread.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/core/timespec.h b/src/core/timespec.h
index 2110c6d..7c67ba4 100644
--- a/src/core/timespec.h
+++ b/src/core/timespec.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/timespec.hh b/src/core/timespec.hh
index 17a9551..d16fd18 100644
--- a/src/core/timespec.hh
+++ b/src/core/timespec.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/core/timespec.lua b/src/core/timespec.lua
index 05c600f..babb45f 100644
--- a/src/core/timespec.lua
+++ b/src/core/timespec.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/dnsjit.1in b/src/dnsjit.1in
index ae1ca93..52aa01e 100644
--- a/src/dnsjit.1in
+++ b/src/dnsjit.1in
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2018-2021, OARC, Inc.
+.\" Copyright (c) 2018-2022, OARC, Inc.
.\" All rights reserved.
.\"
.\" This file is part of dnsjit.
diff --git a/src/dnsjit.c b/src/dnsjit.c
index 1024c4e..ce87eab 100644
--- a/src/dnsjit.c
+++ b/src/dnsjit.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter.lua b/src/filter.lua
index fbb3736..4ba5e1b 100644
--- a/src/filter.lua
+++ b/src/filter.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/filter/layer.c b/src/filter/layer.c
index b360ca3..d0a2ce6 100644
--- a/src/filter/layer.c
+++ b/src/filter/layer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/layer.h b/src/filter/layer.h
index d7dde4a..f8d12f4 100644
--- a/src/filter/layer.h
+++ b/src/filter/layer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/layer.hh b/src/filter/layer.hh
index f8f260b..2879f58 100644
--- a/src/filter/layer.hh
+++ b/src/filter/layer.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/layer.lua b/src/filter/layer.lua
index 74c56ba..9cce7cf 100644
--- a/src/filter/layer.lua
+++ b/src/filter/layer.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/filter/split.c b/src/filter/split.c
index dccf38a..c49565f 100644
--- a/src/filter/split.c
+++ b/src/filter/split.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/split.h b/src/filter/split.h
index 2b0be09..670c48d 100644
--- a/src/filter/split.h
+++ b/src/filter/split.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/split.hh b/src/filter/split.hh
index 2aba2ae..ffc6401 100644
--- a/src/filter/split.hh
+++ b/src/filter/split.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/split.lua b/src/filter/split.lua
index d9aec4f..3c6f727 100644
--- a/src/filter/split.lua
+++ b/src/filter/split.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/filter/timing.c b/src/filter/timing.c
index bf4f865..d188e30 100644
--- a/src/filter/timing.c
+++ b/src/filter/timing.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/timing.h b/src/filter/timing.h
index 283155c..0050d5c 100644
--- a/src/filter/timing.h
+++ b/src/filter/timing.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/timing.hh b/src/filter/timing.hh
index 8615907..787e9f0 100644
--- a/src/filter/timing.hh
+++ b/src/filter/timing.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/filter/timing.lua b/src/filter/timing.lua
index cab9574..0e54f08 100644
--- a/src/filter/timing.lua
+++ b/src/filter/timing.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/gen-manpage.lua b/src/gen-manpage.lua
index e285b1f..4a9ebf5 100644
--- a/src/gen-manpage.lua
+++ b/src/gen-manpage.lua
@@ -1,5 +1,5 @@
print[[
-.\" Copyright (c) 2018-2021, OARC, Inc.
+.\" Copyright (c) 2018-2022, OARC, Inc.
.\" All rights reserved.
.\"
.\" This file is part of dnsjit.
diff --git a/src/globals.c b/src/globals.c
index 3f85c51..4487d12 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/globals.h b/src/globals.h
index 48e7e68..71fd1e8 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input.lua b/src/input.lua
index f791f17..c8eacdb 100644
--- a/src/input.lua
+++ b/src/input.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/fpcap.c b/src/input/fpcap.c
index 6804608..ec9cfff 100644
--- a/src/input/fpcap.c
+++ b/src/input/fpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/fpcap.h b/src/input/fpcap.h
index 4e1e5ee..dfa2dbe 100644
--- a/src/input/fpcap.h
+++ b/src/input/fpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/fpcap.hh b/src/input/fpcap.hh
index ab06a71..0337503 100644
--- a/src/input/fpcap.hh
+++ b/src/input/fpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/fpcap.lua b/src/input/fpcap.lua
index b50fc11..c52c7a4 100644
--- a/src/input/fpcap.lua
+++ b/src/input/fpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/mmpcap.c b/src/input/mmpcap.c
index 4f3ee59..ee2baa2 100644
--- a/src/input/mmpcap.c
+++ b/src/input/mmpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/mmpcap.h b/src/input/mmpcap.h
index b4ae09a..e7c66e8 100644
--- a/src/input/mmpcap.h
+++ b/src/input/mmpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/mmpcap.hh b/src/input/mmpcap.hh
index 27ed35e..de446b7 100644
--- a/src/input/mmpcap.hh
+++ b/src/input/mmpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/mmpcap.lua b/src/input/mmpcap.lua
index 8e28e69..f03636e 100644
--- a/src/input/mmpcap.lua
+++ b/src/input/mmpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/pcap.c b/src/input/pcap.c
index 25d6ee3..5506bac 100644
--- a/src/input/pcap.c
+++ b/src/input/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/pcap.h b/src/input/pcap.h
index cba5227..c6d65ce 100644
--- a/src/input/pcap.h
+++ b/src/input/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/pcap.hh b/src/input/pcap.hh
index a9e0a41..900338c 100644
--- a/src/input/pcap.hh
+++ b/src/input/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/pcap.lua b/src/input/pcap.lua
index 89aabd9..a092f85 100644
--- a/src/input/pcap.lua
+++ b/src/input/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/zero.lua b/src/input/zero.lua
index c6bf5a4..dd3c6f8 100644
--- a/src/input/zero.lua
+++ b/src/input/zero.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/zpcap.c b/src/input/zpcap.c
index 11eab9a..e1d9710 100644
--- a/src/input/zpcap.c
+++ b/src/input/zpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/zpcap.h b/src/input/zpcap.h
index 7f6f304..d2c195e 100644
--- a/src/input/zpcap.h
+++ b/src/input/zpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/zpcap.hh b/src/input/zpcap.hh
index bc013fa..e0079d5 100644
--- a/src/input/zpcap.hh
+++ b/src/input/zpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/zpcap.lua b/src/input/zpcap.lua
index 9a0230f..d860a64 100644
--- a/src/input/zpcap.lua
+++ b/src/input/zpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/lib.lua b/src/lib.lua
index d249ea8..3867bbd 100644
--- a/src/lib.lua
+++ b/src/lib.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/lib/clock.c b/src/lib/clock.c
index 0676648..1e7e2c0 100644
--- a/src/lib/clock.c
+++ b/src/lib/clock.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/lib/clock.h b/src/lib/clock.h
index 48d16ac..29d1ee6 100644
--- a/src/lib/clock.h
+++ b/src/lib/clock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/lib/clock.hh b/src/lib/clock.hh
index 9463815..c3943a6 100644
--- a/src/lib/clock.hh
+++ b/src/lib/clock.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/lib/clock.lua b/src/lib/clock.lua
index 60ee9f6..9aec6fa 100644
--- a/src/lib/clock.lua
+++ b/src/lib/clock.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/lib/getopt.lua b/src/lib/getopt.lua
index ede3e12..a5dfff6 100644
--- a/src/lib/getopt.lua
+++ b/src/lib/getopt.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/lib/ip.lua b/src/lib/ip.lua
index 74dc85a..fca3180 100644
--- a/src/lib/ip.lua
+++ b/src/lib/ip.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/lib/parseconf.lua b/src/lib/parseconf.lua
index 638763b..9a36499 100644
--- a/src/lib/parseconf.lua
+++ b/src/lib/parseconf.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output.lua b/src/output.lua
index 43f90c3..2e58ceb 100644
--- a/src/output.lua
+++ b/src/output.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/dnscli.c b/src/output/dnscli.c
index f7c5b5e..ec8fa57 100644
--- a/src/output/dnscli.c
+++ b/src/output/dnscli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
@@ -248,7 +248,7 @@ int output_dnscli_connect(output_dnscli_t* self, const char* host, const char* p
return 0;
}
-inline ssize_t _send_udp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
+static inline ssize_t _send_udp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
{
ssize_t n;
@@ -331,7 +331,7 @@ static void _receive_udp(output_dnscli_t* self, const core_object_t* obj)
self->errs++;
}
-inline ssize_t _send_tcp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
+static inline ssize_t _send_tcp(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
{
ssize_t n;
@@ -432,7 +432,7 @@ static void _receive_tcp(output_dnscli_t* self, const core_object_t* obj)
self->errs++;
}
-inline ssize_t _send_tls(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
+static inline ssize_t _send_tls(output_dnscli_t* self, const uint8_t* payload, size_t len, size_t sent)
{
ssize_t n;
diff --git a/src/output/dnscli.h b/src/output/dnscli.h
index 9927bd4..4be9787 100644
--- a/src/output/dnscli.h
+++ b/src/output/dnscli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/dnscli.hh b/src/output/dnscli.hh
index 4126423..de9fa23 100644
--- a/src/output/dnscli.hh
+++ b/src/output/dnscli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/dnscli.lua b/src/output/dnscli.lua
index bfdaf36..b1a1ac1 100644
--- a/src/output/dnscli.lua
+++ b/src/output/dnscli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/null.lua b/src/output/null.lua
index b0e167f..92bec6d 100644
--- a/src/output/null.lua
+++ b/src/output/null.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/pcap.c b/src/output/pcap.c
index ede9881..81cc353 100644
--- a/src/output/pcap.c
+++ b/src/output/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/pcap.h b/src/output/pcap.h
index 40146c2..2112826 100644
--- a/src/output/pcap.h
+++ b/src/output/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/pcap.hh b/src/output/pcap.hh
index 6205333..0f25ca4 100644
--- a/src/output/pcap.hh
+++ b/src/output/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/pcap.lua b/src/output/pcap.lua
index 26ae8e7..166b4e5 100644
--- a/src/output/pcap.lua
+++ b/src/output/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/respdiff.c b/src/output/respdiff.c
index 834a264..e7f8d07 100644
--- a/src/output/respdiff.c
+++ b/src/output/respdiff.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/respdiff.h b/src/output/respdiff.h
index 207e225..8a16b8a 100644
--- a/src/output/respdiff.h
+++ b/src/output/respdiff.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/respdiff.hh b/src/output/respdiff.hh
index 44f597e..9a355da 100644
--- a/src/output/respdiff.hh
+++ b/src/output/respdiff.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/respdiff.lua b/src/output/respdiff.lua
index 7d17b4a..533cadc 100644
--- a/src/output/respdiff.lua
+++ b/src/output/respdiff.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/tcpcli.c b/src/output/tcpcli.c
index f2b218b..5051778 100644
--- a/src/output/tcpcli.c
+++ b/src/output/tcpcli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/tcpcli.h b/src/output/tcpcli.h
index 83b7ea4..e1bdc50 100644
--- a/src/output/tcpcli.h
+++ b/src/output/tcpcli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/tcpcli.hh b/src/output/tcpcli.hh
index 277b0dd..e63812f 100644
--- a/src/output/tcpcli.hh
+++ b/src/output/tcpcli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/tcpcli.lua b/src/output/tcpcli.lua
index d57de88..df2a7cc 100644
--- a/src/output/tcpcli.lua
+++ b/src/output/tcpcli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/tlscli.c b/src/output/tlscli.c
index 8c5947a..5bb3312 100644
--- a/src/output/tlscli.c
+++ b/src/output/tlscli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/tlscli.h b/src/output/tlscli.h
index 72e7b9d..3c8648d 100644
--- a/src/output/tlscli.h
+++ b/src/output/tlscli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/tlscli.hh b/src/output/tlscli.hh
index 4a0c142..f2ce3a0 100644
--- a/src/output/tlscli.hh
+++ b/src/output/tlscli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/tlscli.lua b/src/output/tlscli.lua
index e37439b..8f10a6f 100644
--- a/src/output/tlscli.lua
+++ b/src/output/tlscli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/output/udpcli.c b/src/output/udpcli.c
index b207d9c..3bea618 100644
--- a/src/output/udpcli.c
+++ b/src/output/udpcli.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/udpcli.h b/src/output/udpcli.h
index f783642..a2b288b 100644
--- a/src/output/udpcli.h
+++ b/src/output/udpcli.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/udpcli.hh b/src/output/udpcli.hh
index 084a5b6..9d3cfbd 100644
--- a/src/output/udpcli.hh
+++ b/src/output/udpcli.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/output/udpcli.lua b/src/output/udpcli.lua
index 0584725..50d97db 100644
--- a/src/output/udpcli.lua
+++ b/src/output/udpcli.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2021, OARC, Inc.
+-- Copyright (c) 2018-2022, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 0556db6..00531e4 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/test/Makefile.in b/src/test/Makefile.in
index b03a826..38ce583 100644
--- a/src/test/Makefile.in
+++ b/src/test/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/test/test1.sh b/src/test/test1.sh
index 1af3a21..14d3f8f 100755
--- a/src/test/test1.sh
+++ b/src/test/test1.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/test/test2.sh b/src/test/test2.sh
index 9a58d06..ff0ca28 100755
--- a/src/test/test2.sh
+++ b/src/test/test2.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/test/test3.sh b/src/test/test3.sh
index b9a0b64..f0b3581 100755
--- a/src/test/test3.sh
+++ b/src/test/test3.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/test/test4.sh b/src/test/test4.sh
index b2d060d..f47bfdf 100755
--- a/src/test/test4.sh
+++ b/src/test/test4.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/test/test6.sh b/src/test/test6.sh
index 67f8e25..686356d 100755
--- a/src/test/test6.sh
+++ b/src/test/test6.sh
@@ -1,5 +1,5 @@
#!/bin/sh -e
-# Copyright (c) 2018-2021, OARC, Inc.
+# Copyright (c) 2018-2022, OARC, Inc.
# All rights reserved.
#
# This file is part of dnsjit.
diff --git a/src/version.h b/src/version.h
index 30a2a3e..8274a7f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2021, OARC, Inc.
+ * Copyright (c) 2018-2022, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
@@ -23,6 +23,6 @@
#define DNSJIT_MAJOR_VERSION 1
#define DNSJIT_MINOR_VERSION 2
-#define DNSJIT_PATCH_VERSION 2
+#define DNSJIT_PATCH_VERSION 3
#endif