From ad3e7634d2ab8026ced6728634b520f21aa959b3 Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 18 Oct 2022 15:02:21 +0800 Subject: Update copyright notice --- COPYING | 2 +- COPYING-LIST | 2 +- README.md | 2 +- doc/fmts.md | 2 +- doc/htbt.md | 2 +- doc/sws.md | 2 +- src/bitfield.c | 2 +- src/bitfield.h | 2 +- src/bne.c | 2 +- src/bne.h | 2 +- src/build-utils.sh | 2 +- src/config.h | 2 +- src/cred_dict.c | 2 +- src/cred_dict.h | 2 +- src/data.h | 2 +- src/data/sql/hi-create.sql | 2 +- src/dvault.c | 2 +- src/dvault.h | 2 +- src/endian.h | 2 +- src/htbt.c | 2 +- src/htbt.h | 2 +- src/imap.c | 2 +- src/imap.h | 2 +- src/inet.c | 2 +- src/inet.h | 2 +- src/iobuf.c | 2 +- src/iobuf.h | 2 +- src/iset.c | 2 +- src/iset.h | 2 +- src/libssh2.c | 2 +- src/libssh2.h | 2 +- src/llist.c | 2 +- src/llist.h | 2 +- src/mbedtls.c | 2 +- src/mbedtls.h | 2 +- src/pack.c | 2 +- src/pack.h | 2 +- src/prne_txtrec.py | 2 +- src/proone-bne.c | 2 +- src/proone-hostinfod.c | 2 +- src/proone-htbtclient.c | 2 +- src/proone-htbthost.c | 2 +- src/proone-ipaddr-arr.c | 2 +- src/proone-list-arch.c | 2 +- src/proone-mkcdict.c | 2 +- src/proone-mkdvault.c | 2 +- src/proone-pack.c | 2 +- src/proone-recon.c | 2 +- src/proone-resolv.c | 2 +- src/proone-rnd.c | 2 +- src/proone-stress.c | 2 +- src/proone-test_bitfield.c | 2 +- src/proone-test_iobuf.c | 2 +- src/proone-test_proto.c | 2 +- src/proone-test_util.c | 2 +- src/proone-txtrec-del.py | 2 +- src/proone-txtrec-set.py | 2 +- src/proone-yamlls.c | 2 +- src/proone.c | 2 +- src/proone.h | 2 +- src/protocol.c | 2 +- src/protocol.h | 2 +- src/pth.c | 2 +- src/pth.h | 2 +- src/recon.c | 2 +- src/recon.h | 2 +- src/resolv.c | 2 +- src/resolv.h | 2 +- src/rnd.c | 2 +- src/rnd.h | 2 +- src/strmap.c | 2 +- src/strmap.h | 2 +- src/test-resolv.sh | 2 +- src/util_ct.h | 2 +- src/util_rt.c | 2 +- src/util_rt.h | 2 +- src/yaml.c | 2 +- src/yaml.h | 2 +- 78 files changed, 78 insertions(+), 78 deletions(-) diff --git a/COPYING b/COPYING index 426c9d9..7834598 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2019-2021 David Timber +Copyright (c) 2019-2022 David Timber 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/COPYING-LIST b/COPYING-LIST index 848eff7..8602d8a 100644 --- a/COPYING-LIST +++ b/COPYING-LIST @@ -1,5 +1,5 @@ Proone - Copyright (c) 2019-2021 David Timber + Copyright (c) 2019-2022 David Timber The Proone worm is licensed under the common MIT license. GNU Portable Threads(pth) diff --git a/README.md b/README.md index 8f12957..18c2e9a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ with MMU. It features self-contained breaking and entering, replicating, IPv6 support and CNC using DNS over TLS. -Copyright (c) 2019-2021 David Timber <mieabby@gmail.com> +Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me> ## Foreword In a nutshell, this project is a reengineered version of Mirai, but in a serious diff --git a/doc/fmts.md b/doc/fmts.md index f962224..e54a038 100644 --- a/doc/fmts.md +++ b/doc/fmts.md @@ -1,6 +1,6 @@ # Proone Data Format Spec -Copyright (c) 2019-2021 David Timber <mieabby@gmail.com> +Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me> ## Structure of Entire Proone Executable diff --git a/doc/htbt.md b/doc/htbt.md index 4fc9fb5..1a4bfd2 100644 --- a/doc/htbt.md +++ b/doc/htbt.md @@ -4,7 +4,7 @@ complete heartbeat connection consists of an **authoritive host** and a **submissive host**. The authoritive host and the submissive host can be either end of the TCP/IP connection. -Copyright (c) 2019-2021 David Timber <mieabby@gmail.com> +Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me> **A session** is a series of messages identified by a single message id. A message is a combination of one or more frames. All messages begin with the diff --git a/doc/sws.md b/doc/sws.md index fb84820..e62f721 100644 --- a/doc/sws.md +++ b/doc/sws.md @@ -2,7 +2,7 @@ This document is part of **Proone Worm Project**. See [README.md](/README.md) for overview. -Copyright (c) 2019-2021 David Timber <mieabby@gmail.com> +Copyright (c) 2019-2022 David Timber <dxdt@dev.snart.me> ## Subsystems ![Subsystem UML Diagram](img/proone.svg) 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +# Copyright (c) 2019-2022 David Timber # # 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +-- Copyright (c) 2019-2022 David Timber -- -- 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 */ /* -* Copyright (c) 2019-2021 David Timber +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 */ /* -* Copyright (c) 2019-2021 David Timber +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 */ /* -* Copyright (c) 2019-2021 David Timber +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 */ /* -* Copyright (c) 2019-2021 David Timber +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 */ /* -* Copyright (c) 2019-2021 David Timber +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +# Copyright (c) 2019-2022 David Timber # # 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +# Copyright (c) 2019-2022 David Timber # # 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 +# Copyright (c) 2019-2022 David Timber # # 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 */ /* -* Copyright (c) 2019-2021 David Timber +* Copyright (c) 2019-2022 David Timber * * 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 +# Copyright (c) 2019-2022 David Timber # # 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * 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 +* Copyright (c) 2019-2022 David Timber * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- cgit