diff options
author | midipix <writeonce@midipix.org> | 2016-11-19 19:39:00 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-19 19:39:00 -0500 |
commit | 59fd65262522adb6ac4b2473910dba73c730b255 (patch) | |
tree | 2cca44df11e9f8ad18b46570ae898ba8e53596d9 /src/modules | |
parent | 81c1d44b421a7e39028aa9a69b4748d866a4e2d9 (diff) | |
download | pemagine-59fd65262522adb6ac4b2473910dba73c730b255.tar.bz2 pemagine-59fd65262522adb6ac4b2473910dba73c730b255.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 203d9eb..c54e2e2 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 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 2625e0f..a02c27b 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 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 64e804b..8f592bd 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 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 df5f4cd..a50d18e 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,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */ /*****************************************************************************/ |