diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 11:06:45 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-04 11:06:45 -0500 |
commit | b6ea9a182fe169b50dcb824052e018f450dcdd4f (patch) | |
tree | 1b1e32707242ff573856f19fde3088da73be926f /src/modules | |
parent | 9573d44d31aef2389807bd3d81038304c33da90d (diff) | |
download | pemagine-b6ea9a182fe169b50dcb824052e018f450dcdd4f.tar.bz2 pemagine-b6ea9a182fe169b50dcb824052e018f450dcdd4f.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 c54e2e2..039d5b0 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--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 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 1af03bf..c27f6fc 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--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 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 8f592bd..35e0131 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--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 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 a50d18e..f933829 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--2016 Z. Gilboa */ +/* Copyright (C) 2013--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */ /*****************************************************************************/ |