diff --git a/COPYING b/COPYING index e968739d2..1b05a3911 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/LICENSE b/LICENSE index e968739d2..1b05a3911 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/Makefile.am b/Makefile.am index 180fee02e..bf716b48e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/configure.ac b/configure.ac index 4f2511ac4..f48595180 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/meson.build b/meson.build index 721eb258e..b2761608d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('DRAKVUF (C) Tamas K Lengyel 2014-2023', 'c', 'cpp', +project('DRAKVUF (C) Tamas K Lengyel 2014-2024', 'c', 'cpp', version : '1.1', default_options : [ 'cpp_std=c++17', diff --git a/src/Makefile.am b/src/Makefile.am index ee882d696..6ec6aa034 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/dirwatch/Makefile.am b/src/dirwatch/Makefile.am index d0316e01e..eb5f62c77 100644 --- a/src/dirwatch/Makefile.am +++ b/src/dirwatch/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/dirwatch/dirwatch.c b/src/dirwatch/dirwatch.c index bac6666db..c3c412fd1 100755 --- a/src/dirwatch/dirwatch.c +++ b/src/dirwatch/dirwatch.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -369,7 +369,7 @@ int main(int argc, char** argv) struct sigaction act; shutting_down = 0; - fprintf(stderr, "%s %s v%s Copyright (C) 2014-2023 Tamas K Lengyel\n", + fprintf(stderr, "%s %s v%s Copyright (C) 2014-2024 Tamas K Lengyel\n", PACKAGE_NAME, argv[0], PACKAGE_VERSION); if (argc!=15) diff --git a/src/dirwatch/distributor.c b/src/dirwatch/distributor.c index 84008e053..5bfb3f6d5 100755 --- a/src/dirwatch/distributor.c +++ b/src/dirwatch/distributor.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -138,7 +138,7 @@ int main(int argc, char** argv) int ret = 0; uint64_t limit = 0; - fprintf(stderr, "%s %s v%s Copyright (C) 2014-2023 Tamas K Lengyel\n", + fprintf(stderr, "%s %s v%s Copyright (C) 2014-2024 Tamas K Lengyel\n", PACKAGE_NAME, argv[0], PACKAGE_VERSION); if (argc < 3) diff --git a/src/drakvuf.cpp b/src/drakvuf.cpp index b2515e8bb..a7e1cb6a1 100644 --- a/src/drakvuf.cpp +++ b/src/drakvuf.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/drakvuf.h b/src/drakvuf.h index f10e89a91..64051a8f7 100644 --- a/src/drakvuf.h +++ b/src/drakvuf.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/exitcodes.h b/src/exitcodes.h index 1afdcf4d8..9c51dea41 100644 --- a/src/exitcodes.h +++ b/src/exitcodes.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/helpers/hiddump/Makefile.am b/src/helpers/hiddump/Makefile.am index 10b26dd7e..cdf123e24 100644 --- a/src/helpers/hiddump/Makefile.am +++ b/src/helpers/hiddump/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/helpers/hiddump/hiddump.c b/src/helpers/hiddump/hiddump.c index 1712e3939..c3bbc2bbc 100644 --- a/src/helpers/hiddump/hiddump.c +++ b/src/helpers/hiddump/hiddump.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/injector.cpp b/src/injector.cpp index a482d5230..acbc0a3e6 100644 --- a/src/injector.cpp +++ b/src/injector.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -220,7 +220,7 @@ int main(int argc, char** argv) vmi_pid_t injected_pid = 0; int timeout = 0; - fprintf(stderr, "%s %s v%s Copyright (C) 2014-2023 Tamas K Lengyel\n", + fprintf(stderr, "%s %s v%s Copyright (C) 2014-2024 Tamas K Lengyel\n", PACKAGE_NAME, argv[0], PACKAGE_VERSION); if (argc < 4) diff --git a/src/libdrakvuf/Makefile.am b/src/libdrakvuf/Makefile.am index 93c6c8ce5..4bbe33811 100644 --- a/src/libdrakvuf/Makefile.am +++ b/src/libdrakvuf/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/libdrakvuf/drakvuf.c b/src/libdrakvuf/drakvuf.c index a8202d308..2989407e7 100644 --- a/src/libdrakvuf/drakvuf.c +++ b/src/libdrakvuf/drakvuf.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/helper.c b/src/libdrakvuf/helper.c index fd6d38e9d..f4e03e8e5 100644 --- a/src/libdrakvuf/helper.c +++ b/src/libdrakvuf/helper.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/json-profile.c b/src/libdrakvuf/json-profile.c index f2a876e0a..5cc823ade 100644 --- a/src/libdrakvuf/json-profile.c +++ b/src/libdrakvuf/json-profile.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/json-profile.h b/src/libdrakvuf/json-profile.h index b93be80ef..0333eaaa2 100644 --- a/src/libdrakvuf/json-profile.h +++ b/src/libdrakvuf/json-profile.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/json-util.c b/src/libdrakvuf/json-util.c index 937eee265..a472d70c7 100644 --- a/src/libdrakvuf/json-util.c +++ b/src/libdrakvuf/json-util.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/json-util.h b/src/libdrakvuf/json-util.h index 7128067cc..28f16d3b9 100644 --- a/src/libdrakvuf/json-util.h +++ b/src/libdrakvuf/json-util.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/libdrakvuf.h b/src/libdrakvuf/libdrakvuf.h index d57538fb7..c8ba2cd44 100644 --- a/src/libdrakvuf/libdrakvuf.h +++ b/src/libdrakvuf/libdrakvuf.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux-exports.c b/src/libdrakvuf/linux-exports.c index 15bdbbf43..2052bc917 100644 --- a/src/libdrakvuf/linux-exports.c +++ b/src/libdrakvuf/linux-exports.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux-exports.h b/src/libdrakvuf/linux-exports.h index 6c3dbedbb..d75857736 100644 --- a/src/libdrakvuf/linux-exports.h +++ b/src/libdrakvuf/linux-exports.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux-offsets-map.h b/src/libdrakvuf/linux-offsets-map.h index 559006efe..a60cb1e28 100644 --- a/src/libdrakvuf/linux-offsets-map.h +++ b/src/libdrakvuf/linux-offsets-map.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux-offsets.h b/src/libdrakvuf/linux-offsets.h index a2ec45d78..59b7707dc 100644 --- a/src/libdrakvuf/linux-offsets.h +++ b/src/libdrakvuf/linux-offsets.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux-processes.c b/src/libdrakvuf/linux-processes.c index 721ecc8f7..175ccc226 100644 --- a/src/libdrakvuf/linux-processes.c +++ b/src/libdrakvuf/linux-processes.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux.c b/src/libdrakvuf/linux.c index 285003319..c2b835ded 100644 --- a/src/libdrakvuf/linux.c +++ b/src/libdrakvuf/linux.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/linux.h b/src/libdrakvuf/linux.h index 38b794ca7..6756ee2a7 100644 --- a/src/libdrakvuf/linux.h +++ b/src/libdrakvuf/linux.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/ntstatus.h b/src/libdrakvuf/ntstatus.h index 580a79de5..752aef16a 100644 --- a/src/libdrakvuf/ntstatus.h +++ b/src/libdrakvuf/ntstatus.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -2399,7 +2399,7 @@ typedef enum ntstatus STATUS_PCP_TICKET_MISSING = 0xC0292020L, STATUS_PCP_RAW_POLICY_NOT_SUPPORTED = 0xC0292021L, STATUS_PCP_KEY_HANDLE_INVALIDATED = 0xC0292022L, - STATUS_PCP_UNSUPPORTED_PSS_SALT = 0x40292023L, + STATUS_PCP_UNSUPPORTED_PSS_SALT = 0x40292024L, STATUS_RTPM_CONTEXT_CONTINUE = 0x00293000L, STATUS_RTPM_CONTEXT_COMPLETE = 0x00293001L, STATUS_RTPM_NO_RESULT = 0xC0293002L, diff --git a/src/libdrakvuf/os.c b/src/libdrakvuf/os.c index 4031c21da..2228beb44 100644 --- a/src/libdrakvuf/os.c +++ b/src/libdrakvuf/os.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/os.h b/src/libdrakvuf/os.h index b7eef8807..ad3807f13 100644 --- a/src/libdrakvuf/os.h +++ b/src/libdrakvuf/os.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/private.h b/src/libdrakvuf/private.h index a03ec0916..42b2e30a2 100644 --- a/src/libdrakvuf/private.h +++ b/src/libdrakvuf/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/vmi.c b/src/libdrakvuf/vmi.c index 5a1349288..1a19a1e14 100644 --- a/src/libdrakvuf/vmi.c +++ b/src/libdrakvuf/vmi.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/vmi.h b/src/libdrakvuf/vmi.h index f829a4615..611717ece 100644 --- a/src/libdrakvuf/vmi.h +++ b/src/libdrakvuf/vmi.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-error-codes.h b/src/libdrakvuf/win-error-codes.h index 81e9226bb..d978cec3b 100644 --- a/src/libdrakvuf/win-error-codes.h +++ b/src/libdrakvuf/win-error-codes.h @@ -1380,7 +1380,7 @@ enum win_error_codes WIN_ERROR_CODE_ERROR_INVALID_TRANSFORM = 2020L, WIN_ERROR_CODE_ERROR_COLORSPACE_MISMATCH = 2021L, WIN_ERROR_CODE_ERROR_INVALID_COLORINDEX = 2022L, - WIN_ERROR_CODE_ERROR_PROFILE_DOES_NOT_MATCH_DEVICE = 2023L, + WIN_ERROR_CODE_ERROR_PROFILE_DOES_NOT_MATCH_DEVICE = 2024L, WIN_ERROR_CODE_ERROR_CONNECTED_OTHER_PASSWORD = 2108L, WIN_ERROR_CODE_ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT = 2109L, WIN_ERROR_CODE_ERROR_BAD_USERNAME = 2202L, diff --git a/src/libdrakvuf/win-exports.c b/src/libdrakvuf/win-exports.c index 5cd1a05cf..b7bdd4ad4 100644 --- a/src/libdrakvuf/win-exports.c +++ b/src/libdrakvuf/win-exports.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-exports.h b/src/libdrakvuf/win-exports.h index 3bc96fb73..09fd8d9b3 100644 --- a/src/libdrakvuf/win-exports.h +++ b/src/libdrakvuf/win-exports.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-files.c b/src/libdrakvuf/win-files.c index 6ab472110..ba86b5682 100644 --- a/src/libdrakvuf/win-files.c +++ b/src/libdrakvuf/win-files.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-handles.c b/src/libdrakvuf/win-handles.c index 4ebed20f7..22b281635 100644 --- a/src/libdrakvuf/win-handles.c +++ b/src/libdrakvuf/win-handles.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-handles.h b/src/libdrakvuf/win-handles.h index 41e5cf4c9..df9ebc75b 100644 --- a/src/libdrakvuf/win-handles.h +++ b/src/libdrakvuf/win-handles.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-offsets-map.h b/src/libdrakvuf/win-offsets-map.h index 8672e2067..e8b5c6606 100644 --- a/src/libdrakvuf/win-offsets-map.h +++ b/src/libdrakvuf/win-offsets-map.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-offsets.h b/src/libdrakvuf/win-offsets.h index 1d97fc8d4..f959da5d3 100644 --- a/src/libdrakvuf/win-offsets.h +++ b/src/libdrakvuf/win-offsets.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-processes.c b/src/libdrakvuf/win-processes.c index 0f4222acf..f299728da 100644 --- a/src/libdrakvuf/win-processes.c +++ b/src/libdrakvuf/win-processes.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-registry.c b/src/libdrakvuf/win-registry.c index 8c7188cf3..8054513be 100644 --- a/src/libdrakvuf/win-registry.c +++ b/src/libdrakvuf/win-registry.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-wow-offsets-map.h b/src/libdrakvuf/win-wow-offsets-map.h index 1415de94b..a45222eed 100644 --- a/src/libdrakvuf/win-wow-offsets-map.h +++ b/src/libdrakvuf/win-wow-offsets-map.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win-wow-offsets.h b/src/libdrakvuf/win-wow-offsets.h index 61971453d..2acb95ef0 100644 --- a/src/libdrakvuf/win-wow-offsets.h +++ b/src/libdrakvuf/win-wow-offsets.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win.c b/src/libdrakvuf/win.c index ad757ab1f..03b05f918 100644 --- a/src/libdrakvuf/win.c +++ b/src/libdrakvuf/win.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libdrakvuf/win.h b/src/libdrakvuf/win.h index 3c24b9ddc..ec96ea03a 100644 --- a/src/libdrakvuf/win.h +++ b/src/libdrakvuf/win.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/Makefile.am b/src/libhook/Makefile.am index 45d6877cc..170fff3db 100644 --- a/src/libhook/Makefile.am +++ b/src/libhook/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/libhook/call_result.hpp b/src/libhook/call_result.hpp index 12f9a5615..400c20658 100644 --- a/src/libhook/call_result.hpp +++ b/src/libhook/call_result.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/base.cpp b/src/libhook/hooks/base.cpp index 19a83caa2..9e293c9c6 100644 --- a/src/libhook/hooks/base.cpp +++ b/src/libhook/hooks/base.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/base.hpp b/src/libhook/hooks/base.hpp index aab891b09..146ecf6a0 100644 --- a/src/libhook/hooks/base.hpp +++ b/src/libhook/hooks/base.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/catchall.cpp b/src/libhook/hooks/catchall.cpp index b709d21ba..29c6339db 100644 --- a/src/libhook/hooks/catchall.cpp +++ b/src/libhook/hooks/catchall.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/catchall.hpp b/src/libhook/hooks/catchall.hpp index 38ce31993..9825e0152 100644 --- a/src/libhook/hooks/catchall.hpp +++ b/src/libhook/hooks/catchall.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/cpuid.cpp b/src/libhook/hooks/cpuid.cpp index 4c10c6257..421c09446 100644 --- a/src/libhook/hooks/cpuid.cpp +++ b/src/libhook/hooks/cpuid.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/cpuid.hpp b/src/libhook/hooks/cpuid.hpp index c6ebd27f9..bcb8d1d12 100644 --- a/src/libhook/hooks/cpuid.hpp +++ b/src/libhook/hooks/cpuid.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/cr3.cpp b/src/libhook/hooks/cr3.cpp index 6283f28ca..b68d95522 100644 --- a/src/libhook/hooks/cr3.cpp +++ b/src/libhook/hooks/cr3.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/cr3.hpp b/src/libhook/hooks/cr3.hpp index 0f54a9c7b..44085a767 100644 --- a/src/libhook/hooks/cr3.hpp +++ b/src/libhook/hooks/cr3.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/manual.cpp b/src/libhook/hooks/manual.cpp index eb4816f9a..da3e801b8 100644 --- a/src/libhook/hooks/manual.cpp +++ b/src/libhook/hooks/manual.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/manual.hpp b/src/libhook/hooks/manual.hpp index a9f84c13c..113ee6215 100644 --- a/src/libhook/hooks/manual.hpp +++ b/src/libhook/hooks/manual.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/return.cpp b/src/libhook/hooks/return.cpp index a0b71804b..edd4d7bea 100644 --- a/src/libhook/hooks/return.cpp +++ b/src/libhook/hooks/return.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/return.hpp b/src/libhook/hooks/return.hpp index c9610e291..f67dbb852 100644 --- a/src/libhook/hooks/return.hpp +++ b/src/libhook/hooks/return.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/syscall.cpp b/src/libhook/hooks/syscall.cpp index 854200be0..440290c89 100644 --- a/src/libhook/hooks/syscall.cpp +++ b/src/libhook/hooks/syscall.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/hooks/syscall.hpp b/src/libhook/hooks/syscall.hpp index e4a3a44f8..1484cece2 100644 --- a/src/libhook/hooks/syscall.hpp +++ b/src/libhook/hooks/syscall.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libhook/libhook.hpp b/src/libhook/libhook.hpp index 345014e6e..7dc92b534 100644 --- a/src/libhook/libhook.hpp +++ b/src/libhook/libhook.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/Makefile.am b/src/libinjector/Makefile.am index d232eaf45..594e4db3c 100644 --- a/src/libinjector/Makefile.am +++ b/src/libinjector/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/libinjector/debug_helpers.c b/src/libinjector/debug_helpers.c index 6b6031a4e..007b9844c 100644 --- a/src/libinjector/debug_helpers.c +++ b/src/libinjector/debug_helpers.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/debug_helpers.h b/src/libinjector/debug_helpers.h index eb5524f08..473a19d63 100644 --- a/src/libinjector/debug_helpers.h +++ b/src/libinjector/debug_helpers.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/injector.c b/src/libinjector/injector.c index 4fac28d16..d761f1109 100644 --- a/src/libinjector/injector.c +++ b/src/libinjector/injector.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/injector_stack.c b/src/libinjector/injector_stack.c index 23e765682..e8495eabf 100644 --- a/src/libinjector/injector_stack.c +++ b/src/libinjector/injector_stack.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/injector_utils.c b/src/libinjector/injector_utils.c index 342460b8f..7a5dcc4c5 100644 --- a/src/libinjector/injector_utils.c +++ b/src/libinjector/injector_utils.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/injector_utils.h b/src/libinjector/injector_utils.h index 948086858..0be1622c3 100644 --- a/src/libinjector/injector_utils.h +++ b/src/libinjector/injector_utils.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/libinjector.h b/src/libinjector/libinjector.h index 7a4630f00..dc1a9dd9f 100644 --- a/src/libinjector/libinjector.h +++ b/src/libinjector/libinjector.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_injector.c b/src/libinjector/linux/linux_injector.c index b662d5f59..0c107766a 100644 --- a/src/libinjector/linux/linux_injector.c +++ b/src/libinjector/linux/linux_injector.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_injector.h b/src/libinjector/linux/linux_injector.h index 193443143..23151c792 100644 --- a/src/libinjector/linux/linux_injector.h +++ b/src/libinjector/linux/linux_injector.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_private.h b/src/libinjector/linux/linux_private.h index 938e4ce43..97397eeae 100644 --- a/src/libinjector/linux/linux_private.h +++ b/src/libinjector/linux/linux_private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_syscalls.c b/src/libinjector/linux/linux_syscalls.c index cb2854538..eb3ddaf3d 100644 --- a/src/libinjector/linux/linux_syscalls.c +++ b/src/libinjector/linux/linux_syscalls.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_syscalls.h b/src/libinjector/linux/linux_syscalls.h index f746f54f8..15d9c7593 100644 --- a/src/libinjector/linux/linux_syscalls.h +++ b/src/libinjector/linux/linux_syscalls.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_utils.c b/src/libinjector/linux/linux_utils.c index e7f37cc8e..4f71f4c3c 100644 --- a/src/libinjector/linux/linux_utils.c +++ b/src/libinjector/linux/linux_utils.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/linux_utils.h b/src/libinjector/linux/linux_utils.h index 698402013..14e76ee4a 100644 --- a/src/libinjector/linux/linux_utils.h +++ b/src/libinjector/linux/linux_utils.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_execve.c b/src/libinjector/linux/methods/linux_execve.c index 806752061..c665e9073 100644 --- a/src/libinjector/linux/methods/linux_execve.c +++ b/src/libinjector/linux/methods/linux_execve.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_execve.h b/src/libinjector/linux/methods/linux_execve.h index 6c1b7f91c..014d23382 100644 --- a/src/libinjector/linux/methods/linux_execve.h +++ b/src/libinjector/linux/methods/linux_execve.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_read_file.c b/src/libinjector/linux/methods/linux_read_file.c index c0782451a..d3e9e74bf 100644 --- a/src/libinjector/linux/methods/linux_read_file.c +++ b/src/libinjector/linux/methods/linux_read_file.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_read_file.h b/src/libinjector/linux/methods/linux_read_file.h index 217f7f573..bd708021f 100644 --- a/src/libinjector/linux/methods/linux_read_file.h +++ b/src/libinjector/linux/methods/linux_read_file.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_shellcode.c b/src/libinjector/linux/methods/linux_shellcode.c index 3a63e7da1..ee1fe41da 100644 --- a/src/libinjector/linux/methods/linux_shellcode.c +++ b/src/libinjector/linux/methods/linux_shellcode.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_shellcode.h b/src/libinjector/linux/methods/linux_shellcode.h index 44521cc51..710aa6db7 100644 --- a/src/libinjector/linux/methods/linux_shellcode.h +++ b/src/libinjector/linux/methods/linux_shellcode.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_write_file.c b/src/libinjector/linux/methods/linux_write_file.c index 373c4f168..4d62ef8bb 100644 --- a/src/libinjector/linux/methods/linux_write_file.c +++ b/src/libinjector/linux/methods/linux_write_file.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/linux/methods/linux_write_file.h b/src/libinjector/linux/methods/linux_write_file.h index 45ae91437..0602b3eb4 100644 --- a/src/libinjector/linux/methods/linux_write_file.h +++ b/src/libinjector/linux/methods/linux_write_file.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/private.h b/src/libinjector/private.h index cd8dbeae3..c46eac07c 100644 --- a/src/libinjector/private.h +++ b/src/libinjector/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/method_helpers.c b/src/libinjector/win/method_helpers.c index 8e04e7565..bbe78c19c 100644 --- a/src/libinjector/win/method_helpers.c +++ b/src/libinjector/win/method_helpers.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/method_helpers.h b/src/libinjector/win/method_helpers.h index 1863d7544..b69fd6d33 100644 --- a/src/libinjector/win/method_helpers.h +++ b/src/libinjector/win/method_helpers.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_createproc.c b/src/libinjector/win/methods/win_createproc.c index a9fbf5789..39cfdf0bd 100644 --- a/src/libinjector/win/methods/win_createproc.c +++ b/src/libinjector/win/methods/win_createproc.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_createproc.h b/src/libinjector/win/methods/win_createproc.h index 246e25e27..5edd0af18 100644 --- a/src/libinjector/win/methods/win_createproc.h +++ b/src/libinjector/win/methods/win_createproc.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_exitthread.c b/src/libinjector/win/methods/win_exitthread.c index 26e07bce5..6978fd476 100644 --- a/src/libinjector/win/methods/win_exitthread.c +++ b/src/libinjector/win/methods/win_exitthread.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_exitthread.h b/src/libinjector/win/methods/win_exitthread.h index 116579487..0fb4558af 100644 --- a/src/libinjector/win/methods/win_exitthread.h +++ b/src/libinjector/win/methods/win_exitthread.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_read_file.c b/src/libinjector/win/methods/win_read_file.c index 733967b7b..938383384 100644 --- a/src/libinjector/win/methods/win_read_file.c +++ b/src/libinjector/win/methods/win_read_file.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_read_file.h b/src/libinjector/win/methods/win_read_file.h index d3e7b50a1..905188d2b 100644 --- a/src/libinjector/win/methods/win_read_file.h +++ b/src/libinjector/win/methods/win_read_file.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_shellcode.c b/src/libinjector/win/methods/win_shellcode.c index 80c2de04a..40d218ba0 100644 --- a/src/libinjector/win/methods/win_shellcode.c +++ b/src/libinjector/win/methods/win_shellcode.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_shellcode.h b/src/libinjector/win/methods/win_shellcode.h index f3e1c0a79..ca8543368 100644 --- a/src/libinjector/win/methods/win_shellcode.h +++ b/src/libinjector/win/methods/win_shellcode.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_shellexec.c b/src/libinjector/win/methods/win_shellexec.c index 0875f40c9..f6a13b667 100644 --- a/src/libinjector/win/methods/win_shellexec.c +++ b/src/libinjector/win/methods/win_shellexec.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_shellexec.h b/src/libinjector/win/methods/win_shellexec.h index 681ec181c..ce88589b8 100644 --- a/src/libinjector/win/methods/win_shellexec.h +++ b/src/libinjector/win/methods/win_shellexec.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_write_file.c b/src/libinjector/win/methods/win_write_file.c index b6a839eab..6deffb6a0 100644 --- a/src/libinjector/win/methods/win_write_file.c +++ b/src/libinjector/win/methods/win_write_file.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/methods/win_write_file.h b/src/libinjector/win/methods/win_write_file.h index 06f093bf1..7e0e3c80e 100644 --- a/src/libinjector/win/methods/win_write_file.h +++ b/src/libinjector/win/methods/win_write_file.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_functions.c b/src/libinjector/win/win_functions.c index 1a00baab5..4970c8d66 100644 --- a/src/libinjector/win/win_functions.c +++ b/src/libinjector/win/win_functions.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_functions.h b/src/libinjector/win/win_functions.h index 6a0dba291..c6e32bf32 100644 --- a/src/libinjector/win/win_functions.h +++ b/src/libinjector/win/win_functions.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_injector.c b/src/libinjector/win/win_injector.c index 9e4c6a328..6fc4e0db9 100644 --- a/src/libinjector/win/win_injector.c +++ b/src/libinjector/win/win_injector.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_injector.h b/src/libinjector/win/win_injector.h index ab95455f0..451f8f74f 100644 --- a/src/libinjector/win/win_injector.h +++ b/src/libinjector/win/win_injector.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_private.h b/src/libinjector/win/win_private.h index 3c5868f5b..68eceff8e 100644 --- a/src/libinjector/win/win_private.h +++ b/src/libinjector/win/win_private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_utils.c b/src/libinjector/win/win_utils.c index 6f8ec0f57..a1001fc60 100644 --- a/src/libinjector/win/win_utils.c +++ b/src/libinjector/win/win_utils.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libinjector/win/win_utils.h b/src/libinjector/win/win_utils.h index f6f91927d..4bfedb27d 100644 --- a/src/libinjector/win/win_utils.h +++ b/src/libinjector/win/win_utils.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/librepl/Makefile.am b/src/librepl/Makefile.am index 1601364ba..13a5175c9 100644 --- a/src/librepl/Makefile.am +++ b/src/librepl/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/librepl/librepl.h b/src/librepl/librepl.h index 65ddbe261..e284e6ac4 100644 --- a/src/librepl/librepl.h +++ b/src/librepl/librepl.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/librepl/repl.cpp b/src/librepl/repl.cpp index 260540430..de8b669af 100644 --- a/src/librepl/repl.cpp +++ b/src/librepl/repl.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/Makefile.am b/src/libusermode/Makefile.am index 7bb4d0d02..b859382e2 100644 --- a/src/libusermode/Makefile.am +++ b/src/libusermode/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/libusermode/check.cpp b/src/libusermode/check.cpp index f0eb0ded6..6942129e3 100644 --- a/src/libusermode/check.cpp +++ b/src/libusermode/check.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/printers/check.cpp b/src/libusermode/printers/check.cpp index 67f8f9f88..e8c37055b 100644 --- a/src/libusermode/printers/check.cpp +++ b/src/libusermode/printers/check.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/printers/printers.cpp b/src/libusermode/printers/printers.cpp index bdd22dabc..49ba57186 100644 --- a/src/libusermode/printers/printers.cpp +++ b/src/libusermode/printers/printers.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/printers/printers.hpp b/src/libusermode/printers/printers.hpp index bc15e1f5f..9fa043799 100644 --- a/src/libusermode/printers/printers.hpp +++ b/src/libusermode/printers/printers.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/printers/utils.cpp b/src/libusermode/printers/utils.cpp index 944495046..339dd7b9e 100644 --- a/src/libusermode/printers/utils.cpp +++ b/src/libusermode/printers/utils.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/printers/utils.hpp b/src/libusermode/printers/utils.hpp index 3c964adc9..0a421d756 100644 --- a/src/libusermode/printers/utils.hpp +++ b/src/libusermode/printers/utils.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/running.cpp b/src/libusermode/running.cpp index e1318e999..76cfb67cc 100644 --- a/src/libusermode/running.cpp +++ b/src/libusermode/running.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/uh-private.hpp b/src/libusermode/uh-private.hpp index c78997de6..ba0ddcdbf 100644 --- a/src/libusermode/uh-private.hpp +++ b/src/libusermode/uh-private.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/userhook.cpp b/src/libusermode/userhook.cpp index 034e45202..211c4bced 100644 --- a/src/libusermode/userhook.cpp +++ b/src/libusermode/userhook.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/userhook.hpp b/src/libusermode/userhook.hpp index edd0a6932..349e3d8d8 100644 --- a/src/libusermode/userhook.hpp +++ b/src/libusermode/userhook.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/userhook_inject.cpp b/src/libusermode/userhook_inject.cpp index 3604c5898..3618f1285 100644 --- a/src/libusermode/userhook_inject.cpp +++ b/src/libusermode/userhook_inject.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/userhook_pf.cpp b/src/libusermode/userhook_pf.cpp index f0786bdb2..a3cea2d47 100644 --- a/src/libusermode/userhook_pf.cpp +++ b/src/libusermode/userhook_pf.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/utils.cpp b/src/libusermode/utils.cpp index b5de31ae5..f74ec6110 100644 --- a/src/libusermode/utils.cpp +++ b/src/libusermode/utils.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/libusermode/utils.hpp b/src/libusermode/utils.hpp index 61a775508..60e7e6cf4 100644 --- a/src/libusermode/utils.hpp +++ b/src/libusermode/utils.hpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/main.cpp b/src/main.cpp index e528b6607..a85f88a2c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -457,7 +457,7 @@ int main(int argc, char** argv) eprint_current_time(); - fprintf(stderr, "%s v%s Copyright (C) 2014-2023 Tamas K Lengyel\n", + fprintf(stderr, "%s v%s Copyright (C) 2014-2024 Tamas K Lengyel\n", PACKAGE_NAME, PACKAGE_VERSION); if ( __DRAKVUF_PLUGIN_LIST_MAX == 0 ) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 23ba7f579..8d6ca68af 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/plugins/apimon/apimon.cpp b/src/plugins/apimon/apimon.cpp index 90592c59f..cd26aa527 100644 --- a/src/plugins/apimon/apimon.cpp +++ b/src/plugins/apimon/apimon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/apimon/apimon.h b/src/plugins/apimon/apimon.h index eb8d4275e..97bc07fed 100644 --- a/src/plugins/apimon/apimon.h +++ b/src/plugins/apimon/apimon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/apimon/crypto.cpp b/src/plugins/apimon/crypto.cpp index c1fc04b74..66fd5c9a5 100644 --- a/src/plugins/apimon/crypto.cpp +++ b/src/plugins/apimon/crypto.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/apimon/crypto.h b/src/plugins/apimon/crypto.h index 3293a64bb..8b0e53440 100644 --- a/src/plugins/apimon/crypto.h +++ b/src/plugins/apimon/crypto.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/bsodmon/bsodmon.cpp b/src/plugins/bsodmon/bsodmon.cpp index 17c90afcd..5cca02b65 100644 --- a/src/plugins/bsodmon/bsodmon.cpp +++ b/src/plugins/bsodmon/bsodmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/bsodmon/bsodmon.h b/src/plugins/bsodmon/bsodmon.h index 0d5c81550..d6ec9851b 100644 --- a/src/plugins/bsodmon/bsodmon.h +++ b/src/plugins/bsodmon/bsodmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/bsodmon/bugcheck.cpp b/src/plugins/bsodmon/bugcheck.cpp index 88f60e48d..2c8fb1b8e 100644 --- a/src/plugins/bsodmon/bugcheck.cpp +++ b/src/plugins/bsodmon/bugcheck.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/bsodmon/private.h b/src/plugins/bsodmon/private.h index 2edcc7317..7fcdc35fa 100644 --- a/src/plugins/bsodmon/private.h +++ b/src/plugins/bsodmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/callbackmon/callbackmon.cpp b/src/plugins/callbackmon/callbackmon.cpp index 5abf96297..04fbee824 100644 --- a/src/plugins/callbackmon/callbackmon.cpp +++ b/src/plugins/callbackmon/callbackmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/callbackmon/callbackmon.h b/src/plugins/callbackmon/callbackmon.h index f71b4d519..655343098 100644 --- a/src/plugins/callbackmon/callbackmon.h +++ b/src/plugins/callbackmon/callbackmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/callbackmon/private.h b/src/plugins/callbackmon/private.h index a01945700..9fdf99ab8 100644 --- a/src/plugins/callbackmon/private.h +++ b/src/plugins/callbackmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/clipboardmon/clipboardmon.cpp b/src/plugins/clipboardmon/clipboardmon.cpp index be5ca8c46..af47d36be 100644 --- a/src/plugins/clipboardmon/clipboardmon.cpp +++ b/src/plugins/clipboardmon/clipboardmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/clipboardmon/clipboardmon.h b/src/plugins/clipboardmon/clipboardmon.h index 13ad9f85b..304f2eb4d 100644 --- a/src/plugins/clipboardmon/clipboardmon.h +++ b/src/plugins/clipboardmon/clipboardmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/codemon/codemon.cpp b/src/plugins/codemon/codemon.cpp index 3f129ea96..fe0eb367b 100644 --- a/src/plugins/codemon/codemon.cpp +++ b/src/plugins/codemon/codemon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/codemon/codemon.h b/src/plugins/codemon/codemon.h index a70f3edae..f10fba48b 100644 --- a/src/plugins/codemon/codemon.h +++ b/src/plugins/codemon/codemon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/codemon/private.h b/src/plugins/codemon/private.h index a1b2ff14f..03bb7fd11 100644 --- a/src/plugins/codemon/private.h +++ b/src/plugins/codemon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/cpuidmon/cpuidmon.cpp b/src/plugins/cpuidmon/cpuidmon.cpp index 9e3991fd9..2d944a35f 100644 --- a/src/plugins/cpuidmon/cpuidmon.cpp +++ b/src/plugins/cpuidmon/cpuidmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/cpuidmon/cpuidmon.h b/src/plugins/cpuidmon/cpuidmon.h index c64718b4f..6fe012731 100644 --- a/src/plugins/cpuidmon/cpuidmon.h +++ b/src/plugins/cpuidmon/cpuidmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/cpuidmon/private.h b/src/plugins/cpuidmon/private.h index c1c1ec4f3..2d30fc239 100644 --- a/src/plugins/cpuidmon/private.h +++ b/src/plugins/cpuidmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/crashmon/crashmon.cpp b/src/plugins/crashmon/crashmon.cpp index 10384c19f..93f5423d7 100644 --- a/src/plugins/crashmon/crashmon.cpp +++ b/src/plugins/crashmon/crashmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/crashmon/crashmon.h b/src/plugins/crashmon/crashmon.h index 98d069820..dfd44e551 100644 --- a/src/plugins/crashmon/crashmon.h +++ b/src/plugins/crashmon/crashmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/debugmon/debugmon.cpp b/src/plugins/debugmon/debugmon.cpp index d7f82cd82..c4f7149f2 100644 --- a/src/plugins/debugmon/debugmon.cpp +++ b/src/plugins/debugmon/debugmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/debugmon/debugmon.h b/src/plugins/debugmon/debugmon.h index cb554689e..9b237c7aa 100644 --- a/src/plugins/debugmon/debugmon.h +++ b/src/plugins/debugmon/debugmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/debugmon/private.h b/src/plugins/debugmon/private.h index 6bca9f174..770d44e13 100644 --- a/src/plugins/debugmon/private.h +++ b/src/plugins/debugmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/dkommon/dkommon.cpp b/src/plugins/dkommon/dkommon.cpp index 731813d2f..59dca69f2 100644 --- a/src/plugins/dkommon/dkommon.cpp +++ b/src/plugins/dkommon/dkommon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/dkommon/dkommon.h b/src/plugins/dkommon/dkommon.h index 630afbc07..5ab2448c7 100644 --- a/src/plugins/dkommon/dkommon.h +++ b/src/plugins/dkommon/dkommon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/dkommon/private.h b/src/plugins/dkommon/private.h index 38cfa1e66..46ba0d5e9 100644 --- a/src/plugins/dkommon/private.h +++ b/src/plugins/dkommon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ebpfmon/ebpfmon.cpp b/src/plugins/ebpfmon/ebpfmon.cpp index 2b18fc23f..9d311ceed 100644 --- a/src/plugins/ebpfmon/ebpfmon.cpp +++ b/src/plugins/ebpfmon/ebpfmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ebpfmon/ebpfmon.h b/src/plugins/ebpfmon/ebpfmon.h index 53d728a2c..94ac7761d 100644 --- a/src/plugins/ebpfmon/ebpfmon.h +++ b/src/plugins/ebpfmon/ebpfmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ebpfmon/private.h b/src/plugins/ebpfmon/private.h index 6d84f89b1..1b48f71e7 100644 --- a/src/plugins/ebpfmon/private.h +++ b/src/plugins/ebpfmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/envmon/envmon.cpp b/src/plugins/envmon/envmon.cpp index ffe74fa7c..cadf84bd9 100644 --- a/src/plugins/envmon/envmon.cpp +++ b/src/plugins/envmon/envmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/envmon/envmon.h b/src/plugins/envmon/envmon.h index 5fce024d1..0a103b2ad 100644 --- a/src/plugins/envmon/envmon.h +++ b/src/plugins/envmon/envmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/envmon/private.h b/src/plugins/envmon/private.h index 53d1e0ca8..bd9f78dcd 100644 --- a/src/plugins/envmon/private.h +++ b/src/plugins/envmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/etwmon/etwmon.cpp b/src/plugins/etwmon/etwmon.cpp index faaae050b..11bd63dbc 100644 --- a/src/plugins/etwmon/etwmon.cpp +++ b/src/plugins/etwmon/etwmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/etwmon/etwmon.h b/src/plugins/etwmon/etwmon.h index 3b4d70880..23c0c82b8 100644 --- a/src/plugins/etwmon/etwmon.h +++ b/src/plugins/etwmon/etwmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/etwmon/private.h b/src/plugins/etwmon/private.h index 05b3485c3..8d08c5bfd 100644 --- a/src/plugins/etwmon/private.h +++ b/src/plugins/etwmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/exmon/exmon.cpp b/src/plugins/exmon/exmon.cpp index 4c7a0cc2d..d69a72a7a 100644 --- a/src/plugins/exmon/exmon.cpp +++ b/src/plugins/exmon/exmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/exmon/exmon.h b/src/plugins/exmon/exmon.h index f399d79ec..6b7a60d52 100644 --- a/src/plugins/exmon/exmon.h +++ b/src/plugins/exmon/exmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/exmon/private.h b/src/plugins/exmon/private.h index 65f6c6e88..04ae420c2 100644 --- a/src/plugins/exmon/private.h +++ b/src/plugins/exmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/exploitmon/exploitmon.cpp b/src/plugins/exploitmon/exploitmon.cpp index c48ca3fcf..993f67f65 100644 --- a/src/plugins/exploitmon/exploitmon.cpp +++ b/src/plugins/exploitmon/exploitmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/exploitmon/exploitmon.h b/src/plugins/exploitmon/exploitmon.h index d3c2fe7be..af392f4b4 100644 --- a/src/plugins/exploitmon/exploitmon.h +++ b/src/plugins/exploitmon/exploitmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/exploitmon/private.h b/src/plugins/exploitmon/private.h index 1a2a30335..e06e1e6af 100644 --- a/src/plugins/exploitmon/private.h +++ b/src/plugins/exploitmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filedelete/filedelete.cpp b/src/plugins/filedelete/filedelete.cpp index 19b3bfdcd..7811c0aeb 100644 --- a/src/plugins/filedelete/filedelete.cpp +++ b/src/plugins/filedelete/filedelete.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filedelete/filedelete.h b/src/plugins/filedelete/filedelete.h index 42f28aa9e..44a7a798a 100644 --- a/src/plugins/filedelete/filedelete.h +++ b/src/plugins/filedelete/filedelete.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filedelete/filedelete2_helpers.cpp b/src/plugins/filedelete/filedelete2_helpers.cpp index 8b88c50ba..20e04cb8c 100644 --- a/src/plugins/filedelete/filedelete2_helpers.cpp +++ b/src/plugins/filedelete/filedelete2_helpers.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filedelete/private.h b/src/plugins/filedelete/private.h index bee699310..fc0621329 100644 --- a/src/plugins/filedelete/private.h +++ b/src/plugins/filedelete/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/fileextractor/fileextractor.cpp b/src/plugins/fileextractor/fileextractor.cpp index a4471409d..82172b51b 100644 --- a/src/plugins/fileextractor/fileextractor.cpp +++ b/src/plugins/fileextractor/fileextractor.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/fileextractor/fileextractor.h b/src/plugins/fileextractor/fileextractor.h index fb1fba96f..7f7b28561 100644 --- a/src/plugins/fileextractor/fileextractor.h +++ b/src/plugins/fileextractor/fileextractor.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/fileextractor/private.h b/src/plugins/fileextractor/private.h index f22957200..5499756cf 100644 --- a/src/plugins/fileextractor/private.h +++ b/src/plugins/fileextractor/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/filetracer.cpp b/src/plugins/filetracer/filetracer.cpp index f629ca80d..2f22111d2 100644 --- a/src/plugins/filetracer/filetracer.cpp +++ b/src/plugins/filetracer/filetracer.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/filetracer.h b/src/plugins/filetracer/filetracer.h index 5a67b4061..3b5659f5f 100644 --- a/src/plugins/filetracer/filetracer.h +++ b/src/plugins/filetracer/filetracer.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/linux.cpp b/src/plugins/filetracer/linux.cpp index 17a96c41d..dce813264 100644 --- a/src/plugins/filetracer/linux.cpp +++ b/src/plugins/filetracer/linux.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/linux.h b/src/plugins/filetracer/linux.h index 1111478d6..631704e61 100644 --- a/src/plugins/filetracer/linux.h +++ b/src/plugins/filetracer/linux.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/private.h b/src/plugins/filetracer/private.h index a884eceb5..c6816ee79 100644 --- a/src/plugins/filetracer/private.h +++ b/src/plugins/filetracer/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/win.cpp b/src/plugins/filetracer/win.cpp index 27d127015..ea3d4565a 100644 --- a/src/plugins/filetracer/win.cpp +++ b/src/plugins/filetracer/win.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/win.h b/src/plugins/filetracer/win.h index e01bed63d..9267dcb80 100644 --- a/src/plugins/filetracer/win.h +++ b/src/plugins/filetracer/win.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/win_acl.cpp b/src/plugins/filetracer/win_acl.cpp index af7c32311..f7d9bf0d7 100644 --- a/src/plugins/filetracer/win_acl.cpp +++ b/src/plugins/filetracer/win_acl.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/filetracer/win_acl.h b/src/plugins/filetracer/win_acl.h index baeaf9675..06ac8de9f 100644 --- a/src/plugins/filetracer/win_acl.h +++ b/src/plugins/filetracer/win_acl.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/exclude_matcher.cpp b/src/plugins/helpers/exclude_matcher.cpp index e11c9a579..8ce46a4b0 100644 --- a/src/plugins/helpers/exclude_matcher.cpp +++ b/src/plugins/helpers/exclude_matcher.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/exclude_matcher.h b/src/plugins/helpers/exclude_matcher.h index b9065cc3f..bd17b2fc1 100644 --- a/src/plugins/helpers/exclude_matcher.h +++ b/src/plugins/helpers/exclude_matcher.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/hooks.h b/src/plugins/helpers/hooks.h index 919a61c27..440bcce07 100644 --- a/src/plugins/helpers/hooks.h +++ b/src/plugins/helpers/hooks.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/profile_guard.h b/src/plugins/helpers/profile_guard.h index 0272dcb70..ff03309d2 100644 --- a/src/plugins/helpers/profile_guard.h +++ b/src/plugins/helpers/profile_guard.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/type_traits.h b/src/plugins/helpers/type_traits.h index be42e2eb5..dafeb353a 100644 --- a/src/plugins/helpers/type_traits.h +++ b/src/plugins/helpers/type_traits.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/unicode_string.h b/src/plugins/helpers/unicode_string.h index 77899fce8..192026812 100644 --- a/src/plugins/helpers/unicode_string.h +++ b/src/plugins/helpers/unicode_string.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/helpers/vmi_lock_guard.h b/src/plugins/helpers/vmi_lock_guard.h index f66d6cd51..4b551f851 100644 --- a/src/plugins/helpers/vmi_lock_guard.h +++ b/src/plugins/helpers/vmi_lock_guard.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidevm/hidevm.cpp b/src/plugins/hidevm/hidevm.cpp index 9bd0c8f5a..c6fbd29d1 100644 --- a/src/plugins/hidevm/hidevm.cpp +++ b/src/plugins/hidevm/hidevm.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidevm/hidevm.h b/src/plugins/hidevm/hidevm.h index de6640644..8c5f24362 100644 --- a/src/plugins/hidevm/hidevm.h +++ b/src/plugins/hidevm/hidevm.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidevm/private.h b/src/plugins/hidevm/private.h index b9669d75a..c4c6107ee 100644 --- a/src/plugins/hidevm/private.h +++ b/src/plugins/hidevm/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_atoms.cpp b/src/plugins/hidsim/gui/vmi_win_gui_atoms.cpp index 31a71c708..cd02f65b4 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_atoms.cpp +++ b/src/plugins/hidsim/gui/vmi_win_gui_atoms.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_atoms.h b/src/plugins/hidsim/gui/vmi_win_gui_atoms.h index 13858aa31..2c45197a2 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_atoms.h +++ b/src/plugins/hidsim/gui/vmi_win_gui_atoms.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_filter_definitions.h b/src/plugins/hidsim/gui/vmi_win_gui_filter_definitions.h index 10d79daa2..254b5d431 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_filter_definitions.h +++ b/src/plugins/hidsim/gui/vmi_win_gui_filter_definitions.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_offsets.cpp b/src/plugins/hidsim/gui/vmi_win_gui_offsets.cpp index 36861fa15..7a157f6de 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_offsets.cpp +++ b/src/plugins/hidsim/gui/vmi_win_gui_offsets.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_offsets.h b/src/plugins/hidsim/gui/vmi_win_gui_offsets.h index 5aacc2cdf..6c5ca9b35 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_offsets.h +++ b/src/plugins/hidsim/gui/vmi_win_gui_offsets.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_parser.cpp b/src/plugins/hidsim/gui/vmi_win_gui_parser.cpp index 805daba73..0ffb46c37 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_parser.cpp +++ b/src/plugins/hidsim/gui/vmi_win_gui_parser.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_parser.h b/src/plugins/hidsim/gui/vmi_win_gui_parser.h index c269a9746..276c67210 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_parser.h +++ b/src/plugins/hidsim/gui/vmi_win_gui_parser.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_utils.cpp b/src/plugins/hidsim/gui/vmi_win_gui_utils.cpp index 568364f56..ee6326e5f 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_utils.cpp +++ b/src/plugins/hidsim/gui/vmi_win_gui_utils.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui/vmi_win_gui_utils.h b/src/plugins/hidsim/gui/vmi_win_gui_utils.h index c778858f4..421b61a2c 100644 --- a/src/plugins/hidsim/gui/vmi_win_gui_utils.h +++ b/src/plugins/hidsim/gui/vmi_win_gui_utils.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui_monitor.cpp b/src/plugins/hidsim/gui_monitor.cpp index 81a119704..df4f4ca53 100644 --- a/src/plugins/hidsim/gui_monitor.cpp +++ b/src/plugins/hidsim/gui_monitor.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/gui_monitor.h b/src/plugins/hidsim/gui_monitor.h index d513aa32e..607253062 100644 --- a/src/plugins/hidsim/gui_monitor.h +++ b/src/plugins/hidsim/gui_monitor.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/hid_injection.cpp b/src/plugins/hidsim/hid_injection.cpp index 0f417b5e4..b9ccd5e88 100644 --- a/src/plugins/hidsim/hid_injection.cpp +++ b/src/plugins/hidsim/hid_injection.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/hid_injection.h b/src/plugins/hidsim/hid_injection.h index 18b0f2827..eca1382f9 100644 --- a/src/plugins/hidsim/hid_injection.h +++ b/src/plugins/hidsim/hid_injection.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/hidsim.cpp b/src/plugins/hidsim/hidsim.cpp index c0e05b6cf..83ca54fb8 100644 --- a/src/plugins/hidsim/hidsim.cpp +++ b/src/plugins/hidsim/hidsim.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/hidsim.h b/src/plugins/hidsim/hidsim.h index cff310c99..2ace3835c 100644 --- a/src/plugins/hidsim/hidsim.h +++ b/src/plugins/hidsim/hidsim.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/keymap_evdev_to_qapi.h b/src/plugins/hidsim/keymap_evdev_to_qapi.h index 6a30f06df..51ccc1500 100644 --- a/src/plugins/hidsim/keymap_evdev_to_qapi.h +++ b/src/plugins/hidsim/keymap_evdev_to_qapi.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/qmp/keymap_evdev_to_qapi.h b/src/plugins/hidsim/qmp/keymap_evdev_to_qapi.h index 6a30f06df..51ccc1500 100644 --- a/src/plugins/hidsim/qmp/keymap_evdev_to_qapi.h +++ b/src/plugins/hidsim/qmp/keymap_evdev_to_qapi.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/qmp/qmp_commands.h b/src/plugins/hidsim/qmp/qmp_commands.h index 0e2f50545..2f7b9b985 100644 --- a/src/plugins/hidsim/qmp/qmp_commands.h +++ b/src/plugins/hidsim/qmp/qmp_commands.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/qmp/qmp_connection.cpp b/src/plugins/hidsim/qmp/qmp_connection.cpp index 4e0917d9c..f9990ff1a 100644 --- a/src/plugins/hidsim/qmp/qmp_connection.cpp +++ b/src/plugins/hidsim/qmp/qmp_connection.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/hidsim/qmp/qmp_connection.h b/src/plugins/hidsim/qmp/qmp_connection.h index 504f3b2cd..621f9351e 100644 --- a/src/plugins/hidsim/qmp/qmp_connection.h +++ b/src/plugins/hidsim/qmp/qmp_connection.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ipt/ipt.cpp b/src/plugins/ipt/ipt.cpp index 51ea3fc40..455468a70 100644 --- a/src/plugins/ipt/ipt.cpp +++ b/src/plugins/ipt/ipt.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ipt/ipt.h b/src/plugins/ipt/ipt.h index dab3c7922..58dab48c4 100644 --- a/src/plugins/ipt/ipt.h +++ b/src/plugins/ipt/ipt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/libhooktest/libhooktest.cpp b/src/plugins/libhooktest/libhooktest.cpp index 2047b5a0d..15000f7b2 100644 --- a/src/plugins/libhooktest/libhooktest.cpp +++ b/src/plugins/libhooktest/libhooktest.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/libhooktest/libhooktest.h b/src/plugins/libhooktest/libhooktest.h index 2591275c6..aebb6ea20 100644 --- a/src/plugins/libhooktest/libhooktest.h +++ b/src/plugins/libhooktest/libhooktest.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/librarymon/librarymon.cpp b/src/plugins/librarymon/librarymon.cpp index 02a97d57a..8c1e3cb3e 100644 --- a/src/plugins/librarymon/librarymon.cpp +++ b/src/plugins/librarymon/librarymon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/librarymon/librarymon.h b/src/plugins/librarymon/librarymon.h index 4088e6edd..0d495c67d 100644 --- a/src/plugins/librarymon/librarymon.h +++ b/src/plugins/librarymon/librarymon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/linkmon/linkmon.cpp b/src/plugins/linkmon/linkmon.cpp index 3b4ea26c6..0164a24b8 100644 --- a/src/plugins/linkmon/linkmon.cpp +++ b/src/plugins/linkmon/linkmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/linkmon/linkmon.h b/src/plugins/linkmon/linkmon.h index 7183930c9..89e7b968e 100644 --- a/src/plugins/linkmon/linkmon.h +++ b/src/plugins/linkmon/linkmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/linkmon/private.h b/src/plugins/linkmon/private.h index fe95f9606..fd10cbe6a 100644 --- a/src/plugins/linkmon/private.h +++ b/src/plugins/linkmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memaccessmon/memaccessmon.cpp b/src/plugins/memaccessmon/memaccessmon.cpp index 800614ea6..15f643d28 100644 --- a/src/plugins/memaccessmon/memaccessmon.cpp +++ b/src/plugins/memaccessmon/memaccessmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memaccessmon/memaccessmon.h b/src/plugins/memaccessmon/memaccessmon.h index c88350533..cbf058c05 100644 --- a/src/plugins/memaccessmon/memaccessmon.h +++ b/src/plugins/memaccessmon/memaccessmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memaccessmon/private.h b/src/plugins/memaccessmon/private.h index c9b42d9b1..51047fef6 100644 --- a/src/plugins/memaccessmon/private.h +++ b/src/plugins/memaccessmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memdump/memdump.cpp b/src/plugins/memdump/memdump.cpp index 9fa8d75b6..45e3e7bdd 100644 --- a/src/plugins/memdump/memdump.cpp +++ b/src/plugins/memdump/memdump.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memdump/memdump.h b/src/plugins/memdump/memdump.h index 94e1a78d9..9f3b55d1f 100644 --- a/src/plugins/memdump/memdump.h +++ b/src/plugins/memdump/memdump.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memdump/private.h b/src/plugins/memdump/private.h index 90aa0668d..25134d9c2 100644 --- a/src/plugins/memdump/private.h +++ b/src/plugins/memdump/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memdump/stack_util.cpp b/src/plugins/memdump/stack_util.cpp index 016635c72..c785a2183 100644 --- a/src/plugins/memdump/stack_util.cpp +++ b/src/plugins/memdump/stack_util.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/memdump/userhook.cpp b/src/plugins/memdump/userhook.cpp index 2c62416aa..851c73cf5 100644 --- a/src/plugins/memdump/userhook.cpp +++ b/src/plugins/memdump/userhook.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/objmon/objmon.cpp b/src/plugins/objmon/objmon.cpp index 0e80ef882..a98c6a728 100644 --- a/src/plugins/objmon/objmon.cpp +++ b/src/plugins/objmon/objmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/objmon/objmon.h b/src/plugins/objmon/objmon.h index 4ff63d033..ec59a3986 100644 --- a/src/plugins/objmon/objmon.h +++ b/src/plugins/objmon/objmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format.h b/src/plugins/output_format.h index 974669c42..6b57f68cb 100644 --- a/src/plugins/output_format.h +++ b/src/plugins/output_format.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/check.cpp b/src/plugins/output_format/check.cpp index 6dd29472e..37a0819e6 100644 --- a/src/plugins/output_format/check.cpp +++ b/src/plugins/output_format/check.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/common.h b/src/plugins/output_format/common.h index ce28c9721..c23af3296 100644 --- a/src/plugins/output_format/common.h +++ b/src/plugins/output_format/common.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/csvfmt.h b/src/plugins/output_format/csvfmt.h index 0d2dbbfd4..f080151f5 100644 --- a/src/plugins/output_format/csvfmt.h +++ b/src/plugins/output_format/csvfmt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/deffmt.h b/src/plugins/output_format/deffmt.h index e810cbd92..d75ffa60f 100644 --- a/src/plugins/output_format/deffmt.h +++ b/src/plugins/output_format/deffmt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/jsonfmt.h b/src/plugins/output_format/jsonfmt.h index 7641af9d7..e47d33cb3 100644 --- a/src/plugins/output_format/jsonfmt.h +++ b/src/plugins/output_format/jsonfmt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/kvfmt.h b/src/plugins/output_format/kvfmt.h index f65718e4f..a286bb0ea 100644 --- a/src/plugins/output_format/kvfmt.h +++ b/src/plugins/output_format/kvfmt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/ostream.cpp b/src/plugins/output_format/ostream.cpp index 79e18fb5a..d5f9ffaf3 100644 --- a/src/plugins/output_format/ostream.cpp +++ b/src/plugins/output_format/ostream.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/ostream.h b/src/plugins/output_format/ostream.h index eecc330f6..e6b316cf3 100644 --- a/src/plugins/output_format/ostream.h +++ b/src/plugins/output_format/ostream.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/output_format/xfmt.h b/src/plugins/output_format/xfmt.h index 9c7f0ad46..61c6c128d 100644 --- a/src/plugins/output_format/xfmt.h +++ b/src/plugins/output_format/xfmt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugin_utils.cpp b/src/plugins/plugin_utils.cpp index 7f74774d6..892f83bd3 100644 --- a/src/plugins/plugin_utils.cpp +++ b/src/plugins/plugin_utils.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugin_utils.h b/src/plugins/plugin_utils.h index cb03580f3..5ac6e2b1f 100644 --- a/src/plugins/plugin_utils.h +++ b/src/plugins/plugin_utils.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugin_utils_check.cpp b/src/plugins/plugin_utils_check.cpp index be74d59f5..d53958a6d 100644 --- a/src/plugins/plugin_utils_check.cpp +++ b/src/plugins/plugin_utils_check.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugins.cpp b/src/plugins/plugins.cpp index 49f5b0a15..ee2b30439 100644 --- a/src/plugins/plugins.cpp +++ b/src/plugins/plugins.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugins.h b/src/plugins/plugins.h index bff1591c1..c8f3371ee 100644 --- a/src/plugins/plugins.h +++ b/src/plugins/plugins.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugins_ex.cpp b/src/plugins/plugins_ex.cpp index d876853cd..ad4d02a46 100644 --- a/src/plugins/plugins_ex.cpp +++ b/src/plugins/plugins_ex.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/plugins_ex.h b/src/plugins/plugins_ex.h index f5935f931..da788fc70 100644 --- a/src/plugins/plugins_ex.h +++ b/src/plugins/plugins_ex.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/poolmon/poolmon.cpp b/src/plugins/poolmon/poolmon.cpp index e4f3a39b9..883b6397f 100644 --- a/src/plugins/poolmon/poolmon.cpp +++ b/src/plugins/poolmon/poolmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/poolmon/poolmon.h b/src/plugins/poolmon/poolmon.h index 4a543e468..e9e6b9e61 100644 --- a/src/plugins/poolmon/poolmon.h +++ b/src/plugins/poolmon/poolmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/poolmon/private.h b/src/plugins/poolmon/private.h index 7238c5575..ec50f4db3 100644 --- a/src/plugins/poolmon/private.h +++ b/src/plugins/poolmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump/minidump.h b/src/plugins/procdump/minidump.h index 51cafb58f..179547784 100644 --- a/src/plugins/procdump/minidump.h +++ b/src/plugins/procdump/minidump.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump/private.h b/src/plugins/procdump/private.h index 8f8bc435d..2360305a6 100644 --- a/src/plugins/procdump/private.h +++ b/src/plugins/procdump/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump/procdump.cpp b/src/plugins/procdump/procdump.cpp index 6c44c82cd..f2552845f 100644 --- a/src/plugins/procdump/procdump.cpp +++ b/src/plugins/procdump/procdump.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump/procdump.h b/src/plugins/procdump/procdump.h index ecd45e732..c79ff949e 100644 --- a/src/plugins/procdump/procdump.h +++ b/src/plugins/procdump/procdump.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump/writer.cpp b/src/plugins/procdump/writer.cpp index b846cbf80..ca7230693 100644 --- a/src/plugins/procdump/writer.cpp +++ b/src/plugins/procdump/writer.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump/writer.h b/src/plugins/procdump/writer.h index 19cf3ff63..8ad536cf5 100644 --- a/src/plugins/procdump/writer.h +++ b/src/plugins/procdump/writer.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump2/minidump2.h b/src/plugins/procdump2/minidump2.h index 425c404bb..0c3c727f8 100644 --- a/src/plugins/procdump2/minidump2.h +++ b/src/plugins/procdump2/minidump2.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump2/private2.h b/src/plugins/procdump2/private2.h index 325e1335f..d6804ff85 100644 --- a/src/plugins/procdump2/private2.h +++ b/src/plugins/procdump2/private2.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump2/procdump2.cpp b/src/plugins/procdump2/procdump2.cpp index 7103e1e36..35f0be00e 100644 --- a/src/plugins/procdump2/procdump2.cpp +++ b/src/plugins/procdump2/procdump2.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump2/procdump2.h b/src/plugins/procdump2/procdump2.h index ee912b9db..6659a5d9c 100644 --- a/src/plugins/procdump2/procdump2.h +++ b/src/plugins/procdump2/procdump2.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump2/writer.cpp b/src/plugins/procdump2/writer.cpp index 6b421dec0..abf4532c8 100644 --- a/src/plugins/procdump2/writer.cpp +++ b/src/plugins/procdump2/writer.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procdump2/writer.h b/src/plugins/procdump2/writer.h index c4238cbb1..e34cccc30 100644 --- a/src/plugins/procdump2/writer.h +++ b/src/plugins/procdump2/writer.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/check.cpp b/src/plugins/procmon/check.cpp index 492223e59..878eef231 100644 --- a/src/plugins/procmon/check.cpp +++ b/src/plugins/procmon/check.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/linux.cpp b/src/plugins/procmon/linux.cpp index c85ddfbc7..378001152 100644 --- a/src/plugins/procmon/linux.cpp +++ b/src/plugins/procmon/linux.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/linux.h b/src/plugins/procmon/linux.h index 8e52645ee..bdb487176 100644 --- a/src/plugins/procmon/linux.h +++ b/src/plugins/procmon/linux.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/linux_utils.cpp b/src/plugins/procmon/linux_utils.cpp index 48a293619..327aa2615 100644 --- a/src/plugins/procmon/linux_utils.cpp +++ b/src/plugins/procmon/linux_utils.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/linux_utils.h b/src/plugins/procmon/linux_utils.h index 8a4a32958..d29048bdc 100644 --- a/src/plugins/procmon/linux_utils.h +++ b/src/plugins/procmon/linux_utils.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/private.h b/src/plugins/procmon/private.h index 53bfc93bb..e5b312ad5 100644 --- a/src/plugins/procmon/private.h +++ b/src/plugins/procmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/privileges.cpp b/src/plugins/procmon/privileges.cpp index 9c28b7c39..e89502bbc 100644 --- a/src/plugins/procmon/privileges.cpp +++ b/src/plugins/procmon/privileges.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/privileges.h b/src/plugins/procmon/privileges.h index 94a2efd4a..59b1e442c 100644 --- a/src/plugins/procmon/privileges.h +++ b/src/plugins/procmon/privileges.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/procmon.cpp b/src/plugins/procmon/procmon.cpp index 7b21e7dc7..55b99c5a1 100644 --- a/src/plugins/procmon/procmon.cpp +++ b/src/plugins/procmon/procmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/procmon.h b/src/plugins/procmon/procmon.h index d572fbf2d..a0dbdf9ce 100644 --- a/src/plugins/procmon/procmon.h +++ b/src/plugins/procmon/procmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/win.cpp b/src/plugins/procmon/win.cpp index 79a5db5a7..ce0d0da3f 100644 --- a/src/plugins/procmon/win.cpp +++ b/src/plugins/procmon/win.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/win.h b/src/plugins/procmon/win.h index 5af789bb1..78e8d0457 100644 --- a/src/plugins/procmon/win.h +++ b/src/plugins/procmon/win.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/winnt.cpp b/src/plugins/procmon/winnt.cpp index 6a3a371da..6799ece19 100644 --- a/src/plugins/procmon/winnt.cpp +++ b/src/plugins/procmon/winnt.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/procmon/winnt.h b/src/plugins/procmon/winnt.h index d771008ce..b9df95459 100644 --- a/src/plugins/procmon/winnt.h +++ b/src/plugins/procmon/winnt.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ptracemon/private.h b/src/plugins/ptracemon/private.h index b91715c87..e5bde0d83 100644 --- a/src/plugins/ptracemon/private.h +++ b/src/plugins/ptracemon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ptracemon/ptracemon.cpp b/src/plugins/ptracemon/ptracemon.cpp index 3fa74df1c..58c14097e 100644 --- a/src/plugins/ptracemon/ptracemon.cpp +++ b/src/plugins/ptracemon/ptracemon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ptracemon/ptracemon.h b/src/plugins/ptracemon/ptracemon.h index fbff64ace..b16000bba 100644 --- a/src/plugins/ptracemon/ptracemon.h +++ b/src/plugins/ptracemon/ptracemon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rebootmon/linux-private.h b/src/plugins/rebootmon/linux-private.h index b60665a5e..84118e0b9 100644 --- a/src/plugins/rebootmon/linux-private.h +++ b/src/plugins/rebootmon/linux-private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rebootmon/linux.cpp b/src/plugins/rebootmon/linux.cpp index 30454b8a9..9e01ea2c5 100644 --- a/src/plugins/rebootmon/linux.cpp +++ b/src/plugins/rebootmon/linux.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rebootmon/linux.h b/src/plugins/rebootmon/linux.h index 83bab3fc5..4abfa9a52 100644 --- a/src/plugins/rebootmon/linux.h +++ b/src/plugins/rebootmon/linux.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rebootmon/rebootmon.cpp b/src/plugins/rebootmon/rebootmon.cpp index dedfce3b7..abcebff58 100644 --- a/src/plugins/rebootmon/rebootmon.cpp +++ b/src/plugins/rebootmon/rebootmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rebootmon/rebootmon.h b/src/plugins/rebootmon/rebootmon.h index 5aff051cc..3534740de 100644 --- a/src/plugins/rebootmon/rebootmon.h +++ b/src/plugins/rebootmon/rebootmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/regmon/regmon.cpp b/src/plugins/regmon/regmon.cpp index f6e4d184e..351f36024 100644 --- a/src/plugins/regmon/regmon.cpp +++ b/src/plugins/regmon/regmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/regmon/regmon.h b/src/plugins/regmon/regmon.h index 95e788231..3d16d667c 100644 --- a/src/plugins/regmon/regmon.h +++ b/src/plugins/regmon/regmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rootkitmon/private.h b/src/plugins/rootkitmon/private.h index 660b0dafd..cd3dde72b 100644 --- a/src/plugins/rootkitmon/private.h +++ b/src/plugins/rootkitmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rootkitmon/rootkitmon.cpp b/src/plugins/rootkitmon/rootkitmon.cpp index bb898438e..69586a04b 100644 --- a/src/plugins/rootkitmon/rootkitmon.cpp +++ b/src/plugins/rootkitmon/rootkitmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rootkitmon/rootkitmon.h b/src/plugins/rootkitmon/rootkitmon.h index 8fac271f8..0cd09e7ec 100644 --- a/src/plugins/rootkitmon/rootkitmon.h +++ b/src/plugins/rootkitmon/rootkitmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rpcmon/private.h b/src/plugins/rpcmon/private.h index e432a4468..2eda2cde0 100644 --- a/src/plugins/rpcmon/private.h +++ b/src/plugins/rpcmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rpcmon/rpcmon.cpp b/src/plugins/rpcmon/rpcmon.cpp index 5745a50f0..8120a95a6 100644 --- a/src/plugins/rpcmon/rpcmon.cpp +++ b/src/plugins/rpcmon/rpcmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/rpcmon/rpcmon.h b/src/plugins/rpcmon/rpcmon.h index f7c8d1f8d..10b5f4019 100644 --- a/src/plugins/rpcmon/rpcmon.h +++ b/src/plugins/rpcmon/rpcmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/socketmon/private.h b/src/plugins/socketmon/private.h index ac880b2a6..3c22a1a85 100644 --- a/src/plugins/socketmon/private.h +++ b/src/plugins/socketmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/socketmon/socketmon.cpp b/src/plugins/socketmon/socketmon.cpp index 35a9d80c3..e7a8ec77e 100644 --- a/src/plugins/socketmon/socketmon.cpp +++ b/src/plugins/socketmon/socketmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/socketmon/socketmon.h b/src/plugins/socketmon/socketmon.h index 9939f5164..57502ed22 100644 --- a/src/plugins/socketmon/socketmon.h +++ b/src/plugins/socketmon/socketmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/spraymon/spraymon.cpp b/src/plugins/spraymon/spraymon.cpp index 059509810..5b517d86d 100644 --- a/src/plugins/spraymon/spraymon.cpp +++ b/src/plugins/spraymon/spraymon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/spraymon/spraymon.h b/src/plugins/spraymon/spraymon.h index 9e33c43ad..6e6f25907 100644 --- a/src/plugins/spraymon/spraymon.h +++ b/src/plugins/spraymon/spraymon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ssdtmon/private.h b/src/plugins/ssdtmon/private.h index 75e5382f7..6c6907fec 100644 --- a/src/plugins/ssdtmon/private.h +++ b/src/plugins/ssdtmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ssdtmon/ssdtmon.cpp b/src/plugins/ssdtmon/ssdtmon.cpp index 5b4c43b86..8c89cc291 100644 --- a/src/plugins/ssdtmon/ssdtmon.cpp +++ b/src/plugins/ssdtmon/ssdtmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/ssdtmon/ssdtmon.h b/src/plugins/ssdtmon/ssdtmon.h index fac67ad72..d2258e576 100644 --- a/src/plugins/ssdtmon/ssdtmon.h +++ b/src/plugins/ssdtmon/ssdtmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/linux.cpp b/src/plugins/syscalls/linux.cpp index bc6a3e4e1..a8695edfc 100644 --- a/src/plugins/syscalls/linux.cpp +++ b/src/plugins/syscalls/linux.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/linux.h b/src/plugins/syscalls/linux.h index edfdb109b..d1539e59d 100644 --- a/src/plugins/syscalls/linux.h +++ b/src/plugins/syscalls/linux.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/private.h b/src/plugins/syscalls/private.h index ef1cec998..2b1be11c2 100644 --- a/src/plugins/syscalls/private.h +++ b/src/plugins/syscalls/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/private_2.h b/src/plugins/syscalls/private_2.h index 7ee0bebe7..b56b93229 100644 --- a/src/plugins/syscalls/private_2.h +++ b/src/plugins/syscalls/private_2.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/syscalls.cpp b/src/plugins/syscalls/syscalls.cpp index c980c0dd4..0c4b48b61 100644 --- a/src/plugins/syscalls/syscalls.cpp +++ b/src/plugins/syscalls/syscalls.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/syscalls.h b/src/plugins/syscalls/syscalls.h index a2589bbc9..99c7e6e47 100644 --- a/src/plugins/syscalls/syscalls.h +++ b/src/plugins/syscalls/syscalls.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/win.cpp b/src/plugins/syscalls/win.cpp index f4efe41ab..01dec3e3f 100644 --- a/src/plugins/syscalls/win.cpp +++ b/src/plugins/syscalls/win.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/syscalls/win.h b/src/plugins/syscalls/win.h index 0c457818c..0aab65c36 100644 --- a/src/plugins/syscalls/win.h +++ b/src/plugins/syscalls/win.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/tlsmon/private.h b/src/plugins/tlsmon/private.h index 1798d6b1a..afe93a931 100644 --- a/src/plugins/tlsmon/private.h +++ b/src/plugins/tlsmon/private.h @@ -1,7 +1,7 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/tlsmon/tlsmon.cpp b/src/plugins/tlsmon/tlsmon.cpp index 27fd1db7f..a1509c200 100644 --- a/src/plugins/tlsmon/tlsmon.cpp +++ b/src/plugins/tlsmon/tlsmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/tlsmon/tlsmon.h b/src/plugins/tlsmon/tlsmon.h index 2dd0350f6..e806801cb 100644 --- a/src/plugins/tlsmon/tlsmon.h +++ b/src/plugins/tlsmon/tlsmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/unixsocketmon/private.h b/src/plugins/unixsocketmon/private.h index 784afcc31..caef5c300 100644 --- a/src/plugins/unixsocketmon/private.h +++ b/src/plugins/unixsocketmon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/unixsocketmon/unixsocketmon.cpp b/src/plugins/unixsocketmon/unixsocketmon.cpp index 234494705..7ade8070f 100644 --- a/src/plugins/unixsocketmon/unixsocketmon.cpp +++ b/src/plugins/unixsocketmon/unixsocketmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/unixsocketmon/unixsocketmon.h b/src/plugins/unixsocketmon/unixsocketmon.h index 7be94bd21..8b8f5f71b 100644 --- a/src/plugins/unixsocketmon/unixsocketmon.h +++ b/src/plugins/unixsocketmon/unixsocketmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/windowmon/windowmon.cpp b/src/plugins/windowmon/windowmon.cpp index d8baebdd8..e8b350577 100644 --- a/src/plugins/windowmon/windowmon.cpp +++ b/src/plugins/windowmon/windowmon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/windowmon/windowmon.h b/src/plugins/windowmon/windowmon.h index cb9358f2f..fdaa87acd 100644 --- a/src/plugins/windowmon/windowmon.h +++ b/src/plugins/windowmon/windowmon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/wmimon/private.h b/src/plugins/wmimon/private.h index 5c7dc5b86..3ba1b627c 100644 --- a/src/plugins/wmimon/private.h +++ b/src/plugins/wmimon/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/wmimon/wmimon.cpp b/src/plugins/wmimon/wmimon.cpp index 81449ccd5..5c13e1d3a 100644 --- a/src/plugins/wmimon/wmimon.cpp +++ b/src/plugins/wmimon/wmimon.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * -* DRAKVUF (C) 2014-2023 Tamas K Lengyel. * +* DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/plugins/wmimon/wmimon.h b/src/plugins/wmimon/wmimon.h index 609ff1ea6..697ee1f88 100644 --- a/src/plugins/wmimon/wmimon.h +++ b/src/plugins/wmimon/wmimon.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/proc_stat.cpp b/src/proc_stat.cpp index d7dfa9a13..9e2299354 100644 --- a/src/proc_stat.cpp +++ b/src/proc_stat.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * @@ -140,7 +140,7 @@ static bool is_interrupted(drakvuf_t _drakvuf, void*) int main(int argc, char** argv) { - fprintf(stderr, "%s %s v%s Copyright (C) 2014-2023 Tamas K Lengyel\n", + fprintf(stderr, "%s %s v%s Copyright (C) 2014-2024 Tamas K Lengyel\n", PACKAGE_NAME, argv[0], PACKAGE_VERSION); /* this is the VM that we are looking at */ diff --git a/src/repl.cpp b/src/repl.cpp index 51674f2a6..965928c87 100644 --- a/src/repl.cpp +++ b/src/repl.cpp @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/xen_helper/Makefile.am b/src/xen_helper/Makefile.am index f4c126675..83453ab2d 100644 --- a/src/xen_helper/Makefile.am +++ b/src/xen_helper/Makefile.am @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/src/xen_helper/private.h b/src/xen_helper/private.h index 99c1669b2..afbe28850 100644 --- a/src/xen_helper/private.h +++ b/src/xen_helper/private.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/xen_helper/xen_helper.c b/src/xen_helper/xen_helper.c index d33a105be..5d95654fe 100644 --- a/src/xen_helper/xen_helper.c +++ b/src/xen_helper/xen_helper.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/xen_helper/xen_helper.h b/src/xen_helper/xen_helper.h index db69471b8..55a1b09a5 100644 --- a/src/xen_helper/xen_helper.h +++ b/src/xen_helper/xen_helper.h @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/src/xtf.c b/src/xtf.c index 21bc8448b..88a4456b6 100644 --- a/src/xtf.c +++ b/src/xtf.c @@ -1,6 +1,6 @@ /*********************IMPORTANT DRAKVUF LICENSE TERMS*********************** * * - * DRAKVUF (C) 2014-2023 Tamas K Lengyel. * + * DRAKVUF (C) 2014-2024 Tamas K Lengyel. * * Tamas K Lengyel is hereinafter referred to as the author. * * This program is free software; you may redistribute and/or modify it * * under the terms of the GNU General Public License as published by the * diff --git a/tools/cleanup.sh b/tools/cleanup.sh index a1624af56..2ed7b07ed 100755 --- a/tools/cleanup.sh +++ b/tools/cleanup.sh @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/clone.pl b/tools/clone.pl index fc61fe008..073b5023d 100755 --- a/tools/clone.pl +++ b/tools/clone.pl @@ -2,7 +2,7 @@ # #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/demangle.py b/tools/demangle.py index ddfc155f5..d48d4af0e 100755 --- a/tools/demangle.py +++ b/tools/demangle.py @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/drakvuf.sh b/tools/drakvuf.sh index b83939e72..52bb00e73 100755 --- a/tools/drakvuf.sh +++ b/tools/drakvuf.sh @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/network-setup.sh b/tools/network-setup.sh index b0cb59b94..67972e437 100755 --- a/tools/network-setup.sh +++ b/tools/network-setup.sh @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/pdbguid.py b/tools/pdbguid.py index 2c37281f6..ac6e61ae7 100644 --- a/tools/pdbguid.py +++ b/tools/pdbguid.py @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS**********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/preconfig.sh b/tools/preconfig.sh index 4b60d87ff..d6d266ae0 100755 --- a/tools/preconfig.sh +++ b/tools/preconfig.sh @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/rpcserver.py b/tools/rpcserver.py index 2b868638b..9aed12ba6 100644 --- a/tools/rpcserver.py +++ b/tools/rpcserver.py @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/rpctestclient.py b/tools/rpctestclient.py index 75578312e..819c3edc5 100644 --- a/tools/rpctestclient.py +++ b/tools/rpctestclient.py @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/run_drakvuf-async.py b/tools/run_drakvuf-async.py index 3a7c6ebdc..87acfeb94 100644 --- a/tools/run_drakvuf-async.py +++ b/tools/run_drakvuf-async.py @@ -2,7 +2,7 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/run_drakvuf.py b/tools/run_drakvuf.py index 037ec69d3..54c852030 100644 --- a/tools/run_drakvuf.py +++ b/tools/run_drakvuf.py @@ -2,7 +2,7 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the # diff --git a/tools/tcpdump.sh b/tools/tcpdump.sh index 616b6905a..d7432dcd8 100755 --- a/tools/tcpdump.sh +++ b/tools/tcpdump.sh @@ -1,6 +1,6 @@ #********************IMPORTANT DRAKVUF LICENSE TERMS*********************# # # -# DRAKVUF (C) 2014-2023 Tamas K Lengyel. # +# DRAKVUF (C) 2014-2024 Tamas K Lengyel. # # Tamas K Lengyel is hereinafter referred to as the author. # # This program is free software; you may redistribute and/or modify it # # under the terms of the GNU General Public License as published by the #