diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 09:11:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 09:11:16 +0000 |
commit | 74041952bb4e954a3d04a68cc4fef99a14617165 (patch) | |
tree | fa5784272289efafa331293b204deb934e060ab0 /src/modules | |
parent | e0bc45bf5dc7e11c0e65dc25913eb87f9a0d7ace (diff) | |
download | pemagine-74041952bb4e954a3d04a68cc4fef99a14617165.tar.bz2 pemagine-74041952bb4e954a3d04a68cc4fef99a14617165.tar.xz |
Annual chores.
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/pe_enum_modules.c | 2 | ||||
-rw-r--r-- | src/modules/pe_get_kernel32_module_handle.c | 2 | ||||
-rw-r--r-- | src/modules/pe_get_module_handle.c | 2 | ||||
-rw-r--r-- | src/modules/pe_get_ntdll_module_handle.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/pe_enum_modules.c b/src/modules/pe_enum_modules.c index 039d5b0..02da0b8 100644 --- a/src/modules/pe_enum_modules.c +++ b/src/modules/pe_enum_modules.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* pemagination: a (virtual) tour into portable bits and executable bytes */ -/* Copyright (C) 2013--2017 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */ /*****************************************************************************/ diff --git a/src/modules/pe_get_kernel32_module_handle.c b/src/modules/pe_get_kernel32_module_handle.c index c27f6fc..b06fc00 100644 --- a/src/modules/pe_get_kernel32_module_handle.c +++ b/src/modules/pe_get_kernel32_module_handle.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* pemagination: a (virtual) tour into portable bits and executable bytes */ -/* Copyright (C) 2013--2017 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */ /*****************************************************************************/ diff --git a/src/modules/pe_get_module_handle.c b/src/modules/pe_get_module_handle.c index 35e0131..f993228 100644 --- a/src/modules/pe_get_module_handle.c +++ b/src/modules/pe_get_module_handle.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* pemagination: a (virtual) tour into portable bits and executable bytes */ -/* Copyright (C) 2013--2017 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */ /*****************************************************************************/ diff --git a/src/modules/pe_get_ntdll_module_handle.c b/src/modules/pe_get_ntdll_module_handle.c index f933829..9179c66 100644 --- a/src/modules/pe_get_ntdll_module_handle.c +++ b/src/modules/pe_get_ntdll_module_handle.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* pemagination: a (virtual) tour into portable bits and executable bytes */ -/* Copyright (C) 2013--2017 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */ /*****************************************************************************/ |