summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exports/pe_enum_image_exports.c2
-rw-r--r--src/exports/pe_get_export_symbol_info.c2
-rw-r--r--src/exports/pe_get_procedure_address.c2
-rw-r--r--src/headers/pe_get_image_coff_hdr_addr.c2
-rw-r--r--src/headers/pe_get_image_data_dirs_addr.c2
-rw-r--r--src/headers/pe_get_image_dos_hdr_addr.c2
-rw-r--r--src/headers/pe_get_image_entry_point_addr.c2
-rw-r--r--src/headers/pe_get_image_opt_hdr_addr.c2
-rw-r--r--src/headers/pe_get_image_section_tbl_addr.c2
-rw-r--r--src/headers/pe_get_image_special_hdr_addr.c2
-rw-r--r--src/imports/pe_enum_image_import_hdrs.c2
-rw-r--r--src/internal/pe_impl.h2
-rw-r--r--src/ldso/pe_find_framework_loader.c2
-rw-r--r--src/ldso/pe_get_framework_runtime_data.c2
-rw-r--r--src/ldso/pe_get_ldr_entry_from_addr.c2
-rw-r--r--src/ldso/pe_get_peb_strings.c2
-rw-r--r--src/ldso/pe_load_framework_loader.c2
-rw-r--r--src/ldso/pe_load_framework_loader_ex.c2
-rw-r--r--src/ldso/pe_open_image_from_addr.c2
-rw-r--r--src/ldso/pe_open_physical_parent_directory.c2
-rw-r--r--src/ldso/pe_terminate_current_process.c2
-rw-r--r--src/meta/pe_get_image_stack_heap_info.c2
-rw-r--r--src/meta/pe_get_symbol_module_info.c2
-rw-r--r--src/meta/pe_get_symbol_name.c2
-rw-r--r--src/modules/pe_enum_modules.c2
-rw-r--r--src/modules/pe_get_kernel32_module_handle.c2
-rw-r--r--src/modules/pe_get_module_handle.c2
-rw-r--r--src/modules/pe_get_ntdll_module_handle.c2
28 files changed, 28 insertions, 28 deletions
diff --git a/src/exports/pe_enum_image_exports.c b/src/exports/pe_enum_image_exports.c
index b8ce6d1..e83b367 100644
--- a/src/exports/pe_enum_image_exports.c
+++ b/src/exports/pe_enum_image_exports.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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/exports/pe_get_export_symbol_info.c b/src/exports/pe_get_export_symbol_info.c
index d0cef88..7ecab20 100644
--- a/src/exports/pe_get_export_symbol_info.c
+++ b/src/exports/pe_get_export_symbol_info.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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/exports/pe_get_procedure_address.c b/src/exports/pe_get_procedure_address.c
index 68ac8b3..ab110d0 100644
--- a/src/exports/pe_get_procedure_address.c
+++ b/src/exports/pe_get_procedure_address.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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_coff_hdr_addr.c b/src/headers/pe_get_image_coff_hdr_addr.c
index 9cb83cb..2b2a96c 100644
--- a/src/headers/pe_get_image_coff_hdr_addr.c
+++ b/src/headers/pe_get_image_coff_hdr_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_data_dirs_addr.c b/src/headers/pe_get_image_data_dirs_addr.c
index fd77a5a..0c2e32c 100644
--- a/src/headers/pe_get_image_data_dirs_addr.c
+++ b/src/headers/pe_get_image_data_dirs_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_dos_hdr_addr.c b/src/headers/pe_get_image_dos_hdr_addr.c
index 1f64b1b..2bd7f24 100644
--- a/src/headers/pe_get_image_dos_hdr_addr.c
+++ b/src/headers/pe_get_image_dos_hdr_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_entry_point_addr.c b/src/headers/pe_get_image_entry_point_addr.c
index 2893b11..53c9e63 100644
--- a/src/headers/pe_get_image_entry_point_addr.c
+++ b/src/headers/pe_get_image_entry_point_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_opt_hdr_addr.c b/src/headers/pe_get_image_opt_hdr_addr.c
index c9ee4d6..5af694c 100644
--- a/src/headers/pe_get_image_opt_hdr_addr.c
+++ b/src/headers/pe_get_image_opt_hdr_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_section_tbl_addr.c b/src/headers/pe_get_image_section_tbl_addr.c
index 98f9dd4..d74b55d 100644
--- a/src/headers/pe_get_image_section_tbl_addr.c
+++ b/src/headers/pe_get_image_section_tbl_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/headers/pe_get_image_special_hdr_addr.c b/src/headers/pe_get_image_special_hdr_addr.c
index 325cfc3..2f40c81 100644
--- a/src/headers/pe_get_image_special_hdr_addr.c
+++ b/src/headers/pe_get_image_special_hdr_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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/imports/pe_enum_image_import_hdrs.c b/src/imports/pe_enum_image_import_hdrs.c
index ec64c25..5555edc 100644
--- a/src/imports/pe_enum_image_import_hdrs.c
+++ b/src/imports/pe_enum_image_import_hdrs.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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/internal/pe_impl.h b/src/internal/pe_impl.h
index 35501c2..3e578d0 100644
--- a/src/internal/pe_impl.h
+++ b/src/internal/pe_impl.h
@@ -1,6 +1,6 @@
/*****************************************************************************/
/* pemagination: a (virtual) tour into portable bits and executable bytes */
-/* Copyright (C) 2013--2017 Z. Gilboa */
+/* Copyright (C) 2013--2020 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/ldso/pe_find_framework_loader.c b/src/ldso/pe_find_framework_loader.c
index 10513c0..01758c8 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 SysDeer Technologies, LLC */
/* 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..69256e6 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 SysDeer Technologies, LLC */
/* 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..d63ccdf 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 SysDeer Technologies, LLC */
/* 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..de730b2 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 SysDeer Technologies, LLC */
/* 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..ba4d5b0 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 SysDeer Technologies, LLC */
/* 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..83f243c 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 SysDeer Technologies, LLC */
/* 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..940a9ad 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 SysDeer Technologies, LLC */
/* 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..88ff263 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 SysDeer Technologies, LLC */
/* 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..e761938 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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/meta/pe_get_image_stack_heap_info.c b/src/meta/pe_get_image_stack_heap_info.c
index 67a6de9..b061f3f 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--2017 Z. Gilboa */
+/* Copyright (C) 2013--2020 SysDeer Technologies, LLC */
/* 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 92d3cc3..5e72057 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--2017 Z. Gilboa */
+/* Copyright (C) 2013--2020 SysDeer Technologies, LLC */
/* 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 fc19b33..f558c2f 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--2017 Z. Gilboa */
+/* Copyright (C) 2013--2020 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/
diff --git a/src/modules/pe_enum_modules.c b/src/modules/pe_enum_modules.c
index 039d5b0..0f5bfdd 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 SysDeer Technologies, LLC */
/* 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..c5c73c3 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 SysDeer Technologies, LLC */
/* 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..78afaa2 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 SysDeer Technologies, LLC */
/* 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..d5d9f18 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 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/