diff options
Diffstat (limited to 'src')
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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |