summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--COPYING.PEMAGINE2
-rw-r--r--COPYING.SOFORT2
-rw-r--r--LICENSE2
-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
31 files changed, 31 insertions, 31 deletions
diff --git a/COPYING.PEMAGINE b/COPYING.PEMAGINE
index b249326..baf8912 100644
--- a/COPYING.PEMAGINE
+++ b/COPYING.PEMAGINE
@@ -2,7 +2,7 @@
/* */
/* pemagination: a (virtual) tour into portable bits and executable bytes */
/* */
-/* Copyright (C) 2013--2020 Z. Gilboa */
+/* Copyright (C) 2013--2020 SysDeer Technologies, LLC */
/* */
/* This program is free software: you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
diff --git a/COPYING.SOFORT b/COPYING.SOFORT
index 4880eec..5e75bb6 100644
--- a/COPYING.SOFORT
+++ b/COPYING.SOFORT
@@ -2,7 +2,7 @@
/* */
/* sofort: portable software project skeleton */
/* */
-/* Copyright (C) 2015--2021 Z. Gilboa */
+/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */
/* */
/* sofort provides a build system that can be incorporated into Works */
/* which may or may not be covered by a copyleft license. THE FOLLOWING */
diff --git a/LICENSE b/LICENSE
index ed7e46d..b2591cb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
pemagination: a (virtual) tour into portable bits and executable bytes
----------------------------------------------------------------------
- Copyright (C) 2013--2020 Z. Gilboa
+ Copyright (C) 2013--2020 SysDeer Technologies, LLC
This library is currently released under the GPLv2 and GPLv3 (see
COPYING.PEMAGINE for the relevant text). If you wish to use this
diff --git a/src/exports/pe_enum_image_exports.c b/src/exports/pe_enum_image_exports.c
index d6d9718..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--2020 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 c1c1738..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--2020 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 1f47f43..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--2020 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 fa52a0c..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--2020 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 1ef216f..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--2020 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 131336a..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--2020 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 3919d9a..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--2020 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 16eac4c..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--2020 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 58edb31..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--2020 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 d967fd9..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--2020 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 22d6ce4..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--2020 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 5b3ca6f..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--2020 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 25ca599..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--2020 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 c356d7c..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--2020 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 7b583d0..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--2020 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 187834e..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--2020 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 c4667ee..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--2020 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 7da51dc..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--2020 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 bd5e678..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--2020 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 0ff1c1a..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--2020 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 067af3f..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--2020 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 32815b1..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--2020 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 b22fec1..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--2020 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 afd46f2..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--2020 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 02da0b8..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--2020 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 b06fc00..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--2020 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 f993228..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--2020 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 9179c66..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--2020 Z. Gilboa */
+/* Copyright (C) 2013--2020 SysDeer Technologies, LLC */
/* Released under GPLv2 and GPLv3; see COPYING.PEMAGINE. */
/*****************************************************************************/