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/meta | |
parent | 81c1d44b421a7e39028aa9a69b4748d866a4e2d9 (diff) | |
download | pemagine-59fd65262522adb6ac4b2473910dba73c730b255.tar.bz2 pemagine-59fd65262522adb6ac4b2473910dba73c730b255.tar.xz |
annual chores.
Diffstat (limited to 'src/meta')
-rw-r--r-- | src/meta/pe_get_image_stack_heap_info.c | 2 | ||||
-rw-r--r-- | src/meta/pe_get_symbol_module_info.c | 2 | ||||
-rw-r--r-- | src/meta/pe_get_symbol_name.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/meta/pe_get_image_stack_heap_info.c b/src/meta/pe_get_image_stack_heap_info.c index 6f31e79..63f8380 100644 --- a/src/meta/pe_get_image_stack_heap_info.c +++ b/src/meta/pe_get_image_stack_heap_info.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/meta/pe_get_symbol_module_info.c b/src/meta/pe_get_symbol_module_info.c index a2e28aa..785a314 100644 --- a/src/meta/pe_get_symbol_module_info.c +++ b/src/meta/pe_get_symbol_module_info.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/meta/pe_get_symbol_name.c b/src/meta/pe_get_symbol_name.c index 63a0fff..a25ee6d 100644 --- a/src/meta/pe_get_symbol_name.c +++ b/src/meta/pe_get_symbol_name.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. */ /*****************************************************************************/ |