aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bitfield.c2
-rw-r--r--src/bitfield.h2
-rw-r--r--src/bne.c2
-rw-r--r--src/bne.h2
-rwxr-xr-xsrc/build-utils.sh2
-rw-r--r--src/config.h2
-rw-r--r--src/cred_dict.c2
-rw-r--r--src/cred_dict.h2
-rw-r--r--src/data.h2
-rw-r--r--src/data/sql/hi-create.sql2
-rw-r--r--src/dvault.c2
-rw-r--r--src/dvault.h2
-rw-r--r--src/endian.h2
-rw-r--r--src/htbt.c2
-rw-r--r--src/htbt.h2
-rw-r--r--src/imap.c2
-rw-r--r--src/imap.h2
-rw-r--r--src/inet.c2
-rw-r--r--src/inet.h2
-rw-r--r--src/iobuf.c2
-rw-r--r--src/iobuf.h2
-rw-r--r--src/iset.c2
-rw-r--r--src/iset.h2
-rw-r--r--src/libssh2.c2
-rw-r--r--src/libssh2.h2
-rw-r--r--src/llist.c2
-rw-r--r--src/llist.h2
-rw-r--r--src/mbedtls.c2
-rw-r--r--src/mbedtls.h2
-rw-r--r--src/pack.c2
-rw-r--r--src/pack.h2
-rw-r--r--src/prne_txtrec.py2
-rw-r--r--src/proone-bne.c2
-rw-r--r--src/proone-hostinfod.c2
-rw-r--r--src/proone-htbtclient.c2
-rw-r--r--src/proone-htbthost.c2
-rw-r--r--src/proone-ipaddr-arr.c2
-rw-r--r--src/proone-list-arch.c2
-rw-r--r--src/proone-mkcdict.c2
-rw-r--r--src/proone-mkdvault.c2
-rw-r--r--src/proone-pack.c2
-rw-r--r--src/proone-recon.c2
-rw-r--r--src/proone-resolv.c2
-rw-r--r--src/proone-rnd.c2
-rw-r--r--src/proone-stress.c2
-rw-r--r--src/proone-test_bitfield.c2
-rw-r--r--src/proone-test_iobuf.c2
-rw-r--r--src/proone-test_proto.c2
-rw-r--r--src/proone-test_util.c2
-rwxr-xr-xsrc/proone-txtrec-del.py2
-rwxr-xr-xsrc/proone-txtrec-set.py2
-rw-r--r--src/proone-yamlls.c2
-rw-r--r--src/proone.c2
-rw-r--r--src/proone.h2
-rw-r--r--src/protocol.c2
-rw-r--r--src/protocol.h2
-rw-r--r--src/pth.c2
-rw-r--r--src/pth.h2
-rw-r--r--src/recon.c2
-rw-r--r--src/recon.h2
-rw-r--r--src/resolv.c2
-rw-r--r--src/resolv.h2
-rw-r--r--src/rnd.c2
-rw-r--r--src/rnd.h2
-rw-r--r--src/strmap.c2
-rw-r--r--src/strmap.h2
-rwxr-xr-xsrc/test-resolv.sh2
-rw-r--r--src/util_ct.h2
-rw-r--r--src/util_rt.c2
-rw-r--r--src/util_rt.h2
-rw-r--r--src/yaml.c2
-rw-r--r--src/yaml.h2
72 files changed, 72 insertions, 72 deletions
diff --git a/src/bitfield.c b/src/bitfield.c
index 5d962bf..fca9854 100644
--- a/src/bitfield.c
+++ b/src/bitfield.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/bitfield.h b/src/bitfield.h
index 71d0062..d637d37 100644
--- a/src/bitfield.h
+++ b/src/bitfield.h
@@ -5,7 +5,7 @@
* equivalent.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/bne.c b/src/bne.c
index 3927760..52939ad 100644
--- a/src/bne.c
+++ b/src/bne.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/bne.h b/src/bne.h
index 73b302e..1adf723 100644
--- a/src/bne.h
+++ b/src/bne.h
@@ -8,7 +8,7 @@
* data required for the vulnerabilities(namely the cred dict).
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/build-utils.sh b/src/build-utils.sh
index 98700e8..a996e11 100755
--- a/src/build-utils.sh
+++ b/src/build-utils.sh
@@ -7,7 +7,7 @@
# \note These shell functions are used in the Automake recipe to facilitate
# extra unconventional steps to build Proone executables.
-# Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+# Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/src/config.h b/src/config.h
index 79c12f0..aa2594f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,7 +6,7 @@
*
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/cred_dict.c b/src/cred_dict.c
index b914d0f..984acb9 100644
--- a/src/cred_dict.c
+++ b/src/cred_dict.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/cred_dict.h b/src/cred_dict.h
index 872f6ae..eab1b97 100644
--- a/src/cred_dict.h
+++ b/src/cred_dict.h
@@ -2,7 +2,7 @@
* \brief The credential dictionary implementation
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/data.h b/src/data.h
index 9343c10..fcaaa56 100644
--- a/src/data.h
+++ b/src/data.h
@@ -4,7 +4,7 @@
* separate header for ease of use with VCS.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/data/sql/hi-create.sql b/src/data/sql/hi-create.sql
index 3b61590..f8542ec 100644
--- a/src/data/sql/hi-create.sql
+++ b/src/data/sql/hi-create.sql
@@ -1,5 +1,5 @@
--
--- Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+-- Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/dvault.c b/src/dvault.c
index f81a6ec..162da23 100644
--- a/src/dvault.c
+++ b/src/dvault.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/dvault.h b/src/dvault.h
index ef0b907..a56ef03 100644
--- a/src/dvault.h
+++ b/src/dvault.h
@@ -2,7 +2,7 @@
* \brief The data vault implementation
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/endian.h b/src/endian.h
index 0b3e8af..27e0756 100644
--- a/src/endian.h
+++ b/src/endian.h
@@ -10,7 +10,7 @@
* \see <arpa/inet.h>
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/htbt.c b/src/htbt.c
index cdaac87..143081b 100644
--- a/src/htbt.c
+++ b/src/htbt.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/htbt.h b/src/htbt.h
index 80a0c0f..846f571 100644
--- a/src/htbt.h
+++ b/src/htbt.h
@@ -5,7 +5,7 @@
* are launched to serve LBD and TXT REC CNC.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/imap.c b/src/imap.c
index 978df96..a24707d 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/imap.h b/src/imap.h
index c3b5a91..63df97c 100644
--- a/src/imap.h
+++ b/src/imap.h
@@ -4,7 +4,7 @@
* pointer. This is the C version of \c std::map<uintptr_t,uintptr_t>
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/inet.c b/src/inet.c
index c0064f3..57fac33 100644
--- a/src/inet.c
+++ b/src/inet.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/inet.h b/src/inet.h
index 0f6e30b..46be0a7 100644
--- a/src/inet.h
+++ b/src/inet.h
@@ -4,7 +4,7 @@
* sockets.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/iobuf.c b/src/iobuf.c
index 33098a7..e2b1e97 100644
--- a/src/iobuf.c
+++ b/src/iobuf.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/iobuf.h b/src/iobuf.h
index 9446274..4be4421 100644
--- a/src/iobuf.h
+++ b/src/iobuf.h
@@ -5,7 +5,7 @@
* \c std::vector<uint8_t>
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/iset.c b/src/iset.c
index 7ab783d..676dd27 100644
--- a/src/iset.c
+++ b/src/iset.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/iset.h b/src/iset.h
index 4eb8c6c..1478f92 100644
--- a/src/iset.h
+++ b/src/iset.h
@@ -3,7 +3,7 @@
* \note The C equivalent of \c std::set<uintptr_t>
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/libssh2.c b/src/libssh2.c
index 0f83fad..ee49dc9 100644
--- a/src/libssh2.c
+++ b/src/libssh2.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/libssh2.h b/src/libssh2.h
index ea6c8c3..c1b7bf2 100644
--- a/src/libssh2.h
+++ b/src/libssh2.h
@@ -2,7 +2,7 @@
* \brief The libssh2 convenience functions.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/llist.c b/src/llist.c
index 2663d21..23a049d 100644
--- a/src/llist.c
+++ b/src/llist.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/llist.h b/src/llist.h
index 3303e82..c6a67a2 100644
--- a/src/llist.h
+++ b/src/llist.h
@@ -3,7 +3,7 @@
* \note The C equivalent of \c std::list<uintptr_t>
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/mbedtls.c b/src/mbedtls.c
index 30c031e..93871fe 100644
--- a/src/mbedtls.c
+++ b/src/mbedtls.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/mbedtls.h b/src/mbedtls.h
index a589ed1..e0d7daf 100644
--- a/src/mbedtls.h
+++ b/src/mbedtls.h
@@ -2,7 +2,7 @@
* \brief The MbedTLS utility functions.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/pack.c b/src/pack.c
index 774c21e..5f51197 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/pack.h b/src/pack.h
index aa7f64c..444a2c2 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -2,7 +2,7 @@
* \brief Executable packing facility.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/prne_txtrec.py b/src/prne_txtrec.py
index 6951805..6894129 100644
--- a/src/prne_txtrec.py
+++ b/src/prne_txtrec.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+# Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-bne.c b/src/proone-bne.c
index 086e294..aa7d3cb 100644
--- a/src/proone-bne.c
+++ b/src/proone-bne.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-hostinfod.c b/src/proone-hostinfod.c
index 96ddb38..72dab54 100644
--- a/src/proone-hostinfod.c
+++ b/src/proone-hostinfod.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-htbtclient.c b/src/proone-htbtclient.c
index f77307e..79fc716 100644
--- a/src/proone-htbtclient.c
+++ b/src/proone-htbtclient.c
@@ -3,7 +3,7 @@
* Don't handle SIGPIPE.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-htbthost.c b/src/proone-htbthost.c
index 9ab8fae..50604f0 100644
--- a/src/proone-htbthost.c
+++ b/src/proone-htbthost.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-ipaddr-arr.c b/src/proone-ipaddr-arr.c
index bbbcf69..9bb1847 100644
--- a/src/proone-ipaddr-arr.c
+++ b/src/proone-ipaddr-arr.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-list-arch.c b/src/proone-list-arch.c
index 375caf5..9f0eff9 100644
--- a/src/proone-list-arch.c
+++ b/src/proone-list-arch.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-mkcdict.c b/src/proone-mkcdict.c
index e1efe7f..16f3d96 100644
--- a/src/proone-mkcdict.c
+++ b/src/proone-mkcdict.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-mkdvault.c b/src/proone-mkdvault.c
index 635d7bb..26181bb 100644
--- a/src/proone-mkdvault.c
+++ b/src/proone-mkdvault.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-pack.c b/src/proone-pack.c
index 2fadd72..d8e3d37 100644
--- a/src/proone-pack.c
+++ b/src/proone-pack.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-recon.c b/src/proone-recon.c
index 6480367..99114f0 100644
--- a/src/proone-recon.c
+++ b/src/proone-recon.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-resolv.c b/src/proone-resolv.c
index 2979641..5e0d098 100644
--- a/src/proone-resolv.c
+++ b/src/proone-resolv.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-rnd.c b/src/proone-rnd.c
index 656f3e0..18e7a0b 100644
--- a/src/proone-rnd.c
+++ b/src/proone-rnd.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-stress.c b/src/proone-stress.c
index 2787529..27b1af4 100644
--- a/src/proone-stress.c
+++ b/src/proone-stress.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-test_bitfield.c b/src/proone-test_bitfield.c
index b564fc6..8104967 100644
--- a/src/proone-test_bitfield.c
+++ b/src/proone-test_bitfield.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-test_iobuf.c b/src/proone-test_iobuf.c
index a727582..407b79a 100644
--- a/src/proone-test_iobuf.c
+++ b/src/proone-test_iobuf.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-test_proto.c b/src/proone-test_proto.c
index ee5736c..6037bf4 100644
--- a/src/proone-test_proto.c
+++ b/src/proone-test_proto.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-test_util.c b/src/proone-test_util.c
index b0ea555..5bd4ef0 100644
--- a/src/proone-test_util.c
+++ b/src/proone-test_util.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-txtrec-del.py b/src/proone-txtrec-del.py
index 8c02de2..cb54c6a 100755
--- a/src/proone-txtrec-del.py
+++ b/src/proone-txtrec-del.py
@@ -2,7 +2,7 @@
## \file
# \brief CNC TXT REC delete script
-# Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+# Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-txtrec-set.py b/src/proone-txtrec-set.py
index 4e009ad..fb5379b 100755
--- a/src/proone-txtrec-set.py
+++ b/src/proone-txtrec-set.py
@@ -2,7 +2,7 @@
## \file
# \brief CNC TXT REC set up script
-# Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+# Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone-yamlls.c b/src/proone-yamlls.c
index 59fb851..6d4ebcc 100644
--- a/src/proone-yamlls.c
+++ b/src/proone-yamlls.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone.c b/src/proone.c
index 3f44b33..843d75a 100644
--- a/src/proone.c
+++ b/src/proone.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/proone.h b/src/proone.h
index 1767016..48ac32f 100644
--- a/src/proone.h
+++ b/src/proone.h
@@ -3,7 +3,7 @@
* separates the structures and macros from proone.c for ease of maintenance.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/protocol.c b/src/protocol.c
index 0ea8038..23de6ad 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/protocol.h b/src/protocol.h
index e730409..8f6301b 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -3,7 +3,7 @@
* formats are defined here.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/pth.c b/src/pth.c
index 71e0670..e7f88ca 100644
--- a/src/pth.c
+++ b/src/pth.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/pth.h b/src/pth.h
index fc46a34..9b126ba 100644
--- a/src/pth.h
+++ b/src/pth.h
@@ -2,7 +2,7 @@
* \brief The convenience functions and abstraction for GNU Portable Threads
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/recon.c b/src/recon.c
index 2d4439f..597c6b3 100644
--- a/src/recon.c
+++ b/src/recon.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/recon.h b/src/recon.h
index 5fa6e25..ee9c620 100644
--- a/src/recon.h
+++ b/src/recon.h
@@ -2,7 +2,7 @@
* \brief The recon worker
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/resolv.c b/src/resolv.c
index cb0c218..c62f48d 100644
--- a/src/resolv.c
+++ b/src/resolv.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/resolv.h b/src/resolv.h
index f671d21..6e6d4f0 100644
--- a/src/resolv.h
+++ b/src/resolv.h
@@ -3,7 +3,7 @@
* \note Open RFC 1035 now!
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/rnd.c b/src/rnd.c
index 8ff8553..7019755 100644
--- a/src/rnd.c
+++ b/src/rnd.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/rnd.h b/src/rnd.h
index 5287f1c..814356c 100644
--- a/src/rnd.h
+++ b/src/rnd.h
@@ -2,7 +2,7 @@
* \brief The pseudorandom number generator interface
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/strmap.c b/src/strmap.c
index f359e40..1c9a830 100644
--- a/src/strmap.c
+++ b/src/strmap.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/strmap.h b/src/strmap.h
index 634fdbf..3f3b898 100644
--- a/src/strmap.h
+++ b/src/strmap.h
@@ -3,7 +3,7 @@
* \note The C equivalent of \c std::map<std::string,uintptr_t>
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test-resolv.sh b/src/test-resolv.sh
index 0aa78d5..727f908 100755
--- a/src/test-resolv.sh
+++ b/src/test-resolv.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+# Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/src/util_ct.h b/src/util_ct.h
index 2c2af1b..951dc09 100644
--- a/src/util_ct.h
+++ b/src/util_ct.h
@@ -7,7 +7,7 @@
* time! Basically, write what can be written using constexpr in C++.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/util_rt.c b/src/util_rt.c
index 692b5ed..37cc955 100644
--- a/src/util_rt.c
+++ b/src/util_rt.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/util_rt.h b/src/util_rt.h
index 48af5b6..818ad5d 100644
--- a/src/util_rt.h
+++ b/src/util_rt.h
@@ -2,7 +2,7 @@
* \brief Runtime utility and convenience functions
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/yaml.c b/src/yaml.c
index 6a31079..e18e104 100644
--- a/src/yaml.c
+++ b/src/yaml.c
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/yaml.h b/src/yaml.h
index eafc964..5760b43 100644
--- a/src/yaml.h
+++ b/src/yaml.h
@@ -7,7 +7,7 @@
* simple string mapping to extract data from the document.
*/
/*
-* Copyright (c) 2019-2021 David Timber <mieabby@gmail.com>
+* Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal