Skip to content

Commit

Permalink
Update year in Copyright to 2024 (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
tklengyel authored Jan 7, 2024
1 parent 5c4a5d3 commit b1ee5fd
Show file tree
Hide file tree
Showing 347 changed files with 353 additions and 353 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#********************IMPORTANT DRAKVUF LICENSE TERMS**********************#
# #
# DRAKVUF (C) 2014-2023 Tamas K Lengyel. #
# DRAKVUF (C) 2014-2024 Tamas K Lengyel. #
# Tamas K Lengyel is hereinafter referred to as the author. #
# This program is free software; you may redistribute and/or modify it #
# under the terms of the GNU General Public License as published by the #
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#********************IMPORTANT DRAKVUF LICENSE TERMS**********************#
# #
# DRAKVUF (C) 2014-2023 Tamas K Lengyel. #
# DRAKVUF (C) 2014-2024 Tamas K Lengyel. #
# Tamas K Lengyel is hereinafter referred to as the author. #
# This program is free software; you may redistribute and/or modify it #
# under the terms of the GNU General Public License as published by the #
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#********************IMPORTANT DRAKVUF LICENSE TERMS**********************#
# #
# DRAKVUF (C) 2014-2023 Tamas K Lengyel. #
# DRAKVUF (C) 2014-2024 Tamas K Lengyel. #
# Tamas K Lengyel is hereinafter referred to as the author. #
# This program is free software; you may redistribute and/or modify it #
# under the terms of the GNU General Public License as published by the #
Expand Down
2 changes: 1 addition & 1 deletion src/dirwatch/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#********************IMPORTANT DRAKVUF LICENSE TERMS**********************#
# #
# DRAKVUF (C) 2014-2023 Tamas K Lengyel. #
# DRAKVUF (C) 2014-2024 Tamas K Lengyel. #
# Tamas K Lengyel is hereinafter referred to as the author. #
# This program is free software; you may redistribute and/or modify it #
# under the terms of the GNU General Public License as published by the #
Expand Down
4 changes: 2 additions & 2 deletions src/dirwatch/dirwatch.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/dirwatch/distributor.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/drakvuf.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/drakvuf.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/exitcodes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/hiddump/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#********************IMPORTANT DRAKVUF LICENSE TERMS**********************#
# #
# DRAKVUF (C) 2014-2023 Tamas K Lengyel. #
# DRAKVUF (C) 2014-2024 Tamas K Lengyel. #
# Tamas K Lengyel is hereinafter referred to as the author. #
# This program is free software; you may redistribute and/or modify it #
# under the terms of the GNU General Public License as published by the #
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/hiddump/hiddump.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
4 changes: 2 additions & 2 deletions src/injector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#********************IMPORTANT DRAKVUF LICENSE TERMS**********************#
# #
# DRAKVUF (C) 2014-2023 Tamas K Lengyel. #
# DRAKVUF (C) 2014-2024 Tamas K Lengyel. #
# Tamas K Lengyel is hereinafter referred to as the author. #
# This program is free software; you may redistribute and/or modify it #
# under the terms of the GNU General Public License as published by the #
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/drakvuf.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/helper.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/json-profile.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/json-profile.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/json-util.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/json-util.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/libdrakvuf.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux-exports.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux-exports.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux-offsets-map.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux-offsets.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux-processes.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/linux.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
4 changes: 2 additions & 2 deletions src/libdrakvuf/ntstatus.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/os.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/os.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
2 changes: 1 addition & 1 deletion src/libdrakvuf/private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*********************IMPORTANT DRAKVUF LICENSE TERMS***********************
* *
* DRAKVUF (C) 2014-2023 Tamas K Lengyel. *
* DRAKVUF (C) 2014-2024 Tamas K Lengyel. *
* Tamas K Lengyel is hereinafter referred to as the author. *
* This program is free software; you may redistribute and/or modify it *
* under the terms of the GNU General Public License as published by the *
Expand Down
Loading

0 comments on commit b1ee5fd

Please sign in to comment.