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/ldso | |
parent | e0bc45bf5dc7e11c0e65dc25913eb87f9a0d7ace (diff) | |
download | pemagine-74041952bb4e954a3d04a68cc4fef99a14617165.tar.bz2 pemagine-74041952bb4e954a3d04a68cc4fef99a14617165.tar.xz |
Annual chores.
Diffstat (limited to 'src/ldso')
-rw-r--r-- | src/ldso/pe_find_framework_loader.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_get_framework_runtime_data.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_get_ldr_entry_from_addr.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_get_peb_strings.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_load_framework_loader.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_load_framework_loader_ex.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_open_image_from_addr.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_open_physical_parent_directory.c | 2 | ||||
-rw-r--r-- | src/ldso/pe_terminate_current_process.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/ldso/pe_find_framework_loader.c b/src/ldso/pe_find_framework_loader.c index 10513c0..25ca599 100644 --- a/src/ldso/pe_find_framework_loader.c +++ b/src/ldso/pe_find_framework_loader.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/ldso/pe_get_framework_runtime_data.c b/src/ldso/pe_get_framework_runtime_data.c index 366e523..c356d7c 100644 --- a/src/ldso/pe_get_framework_runtime_data.c +++ b/src/ldso/pe_get_framework_runtime_data.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/ldso/pe_get_ldr_entry_from_addr.c b/src/ldso/pe_get_ldr_entry_from_addr.c index 69f01f5..7b583d0 100644 --- a/src/ldso/pe_get_ldr_entry_from_addr.c +++ b/src/ldso/pe_get_ldr_entry_from_addr.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/ldso/pe_get_peb_strings.c b/src/ldso/pe_get_peb_strings.c index 7817c16..187834e 100644 --- a/src/ldso/pe_get_peb_strings.c +++ b/src/ldso/pe_get_peb_strings.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/ldso/pe_load_framework_loader.c b/src/ldso/pe_load_framework_loader.c index 4595b99..c4667ee 100644 --- a/src/ldso/pe_load_framework_loader.c +++ b/src/ldso/pe_load_framework_loader.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/ldso/pe_load_framework_loader_ex.c b/src/ldso/pe_load_framework_loader_ex.c index cd3d8e6..7da51dc 100644 --- a/src/ldso/pe_load_framework_loader_ex.c +++ b/src/ldso/pe_load_framework_loader_ex.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/ldso/pe_open_image_from_addr.c b/src/ldso/pe_open_image_from_addr.c index 54dcd6e..bd5e678 100644 --- a/src/ldso/pe_open_image_from_addr.c +++ b/src/ldso/pe_open_image_from_addr.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/ldso/pe_open_physical_parent_directory.c b/src/ldso/pe_open_physical_parent_directory.c index 1eb6936..0ff1c1a 100644 --- a/src/ldso/pe_open_physical_parent_directory.c +++ b/src/ldso/pe_open_physical_parent_directory.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/ldso/pe_terminate_current_process.c b/src/ldso/pe_terminate_current_process.c index ce0294d..067af3f 100644 --- a/src/ldso/pe_terminate_current_process.c +++ b/src/ldso/pe_terminate_current_process.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. */ /*****************************************************************************/ |