diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 10:53:44 +0000 |
commit | 64e60696fd9cf2e8e672cebd1ed8b52b9b542606 (patch) | |
tree | 566aa578745e32a6d230fb0cc71862203125d57d /src/process | |
parent | 59d585822cc76b586f64c98d4e940f080ff3e91c (diff) | |
download | ntapi-64e60696fd9cf2e8e672cebd1ed8b52b9b542606.tar.bz2 ntapi-64e60696fd9cf2e8e672cebd1ed8b52b9b542606.tar.xz |
A new home.
Diffstat (limited to 'src/process')
-rw-r--r-- | src/process/nt32/tt_fork_v1.s | 2 | ||||
-rw-r--r-- | src/process/nt32/tt_fork_v1_i386.c | 2 | ||||
-rw-r--r-- | src/process/nt64/tt_fork_v1.asm | 2 | ||||
-rw-r--r-- | src/process/nt64/tt_fork_v1.s | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_create_native_process_v1.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_create_native_process_v2.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_create_remote_process_params.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_create_remote_runtime_data.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_fork.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_fork_v1.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_fork_v2.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_get_runtime_data.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_init_runtime_data.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_map_image_as_data.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_spawn_foreign_process.c | 2 | ||||
-rw-r--r-- | src/process/ntapi_tt_spawn_native_process.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/src/process/nt32/tt_fork_v1.s b/src/process/nt32/tt_fork_v1.s index 59f669f..70d739f 100644 --- a/src/process/nt32/tt_fork_v1.s +++ b/src/process/nt32/tt_fork_v1.s @@ -1,6 +1,6 @@ ########################################################## ## ntapi: Native API core library ## -## Copyright (C) 2013--2021 Z. Gilboa ## +## Copyright (C) 2013--2021 SysDeer Technologies, LLC ## ## Released under GPLv2 and GPLv3; see COPYING.NTAPI. ## ########################################################## diff --git a/src/process/nt32/tt_fork_v1_i386.c b/src/process/nt32/tt_fork_v1_i386.c index 13d978d..3509eb2 100644 --- a/src/process/nt32/tt_fork_v1_i386.c +++ b/src/process/nt32/tt_fork_v1_i386.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/nt64/tt_fork_v1.asm b/src/process/nt64/tt_fork_v1.asm index 6496da7..88ba8cf 100644 --- a/src/process/nt64/tt_fork_v1.asm +++ b/src/process/nt64/tt_fork_v1.asm @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ntapi: Native API core library ;; -;; Copyright (C) 2013--2021 Z. Gilboa ;; +;; Copyright (C) 2013--2021 SysDeer Technologies, LLC ;; ;; Released under GPLv2 and GPLv3; see COPYING.NTAPI. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/src/process/nt64/tt_fork_v1.s b/src/process/nt64/tt_fork_v1.s index 4b45067..3e31b8b 100644 --- a/src/process/nt64/tt_fork_v1.s +++ b/src/process/nt64/tt_fork_v1.s @@ -1,6 +1,6 @@ ########################################################## ## ntapi: Native API core library ## -## Copyright (C) 2013--2021 Z. Gilboa ## +## Copyright (C) 2013--2021 SysDeer Technologies, LLC ## ## Released under GPLv2 and GPLv3; see COPYING.NTAPI. ## ########################################################## diff --git a/src/process/ntapi_tt_create_native_process_v1.c b/src/process/ntapi_tt_create_native_process_v1.c index 39994b5..57ca36f 100644 --- a/src/process/ntapi_tt_create_native_process_v1.c +++ b/src/process/ntapi_tt_create_native_process_v1.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_create_native_process_v2.c b/src/process/ntapi_tt_create_native_process_v2.c index a7d16e7..af683de 100644 --- a/src/process/ntapi_tt_create_native_process_v2.c +++ b/src/process/ntapi_tt_create_native_process_v2.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_create_remote_process_params.c b/src/process/ntapi_tt_create_remote_process_params.c index cc5e3e7..b365775 100644 --- a/src/process/ntapi_tt_create_remote_process_params.c +++ b/src/process/ntapi_tt_create_remote_process_params.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_create_remote_runtime_data.c b/src/process/ntapi_tt_create_remote_runtime_data.c index 5eacef5..c84539e 100644 --- a/src/process/ntapi_tt_create_remote_runtime_data.c +++ b/src/process/ntapi_tt_create_remote_runtime_data.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_fork.c b/src/process/ntapi_tt_fork.c index 2589b63..e503508 100644 --- a/src/process/ntapi_tt_fork.c +++ b/src/process/ntapi_tt_fork.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_fork_v1.c b/src/process/ntapi_tt_fork_v1.c index 1c3fd6e..d017cf0 100644 --- a/src/process/ntapi_tt_fork_v1.c +++ b/src/process/ntapi_tt_fork_v1.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_fork_v2.c b/src/process/ntapi_tt_fork_v2.c index cacb720..1927b9c 100644 --- a/src/process/ntapi_tt_fork_v2.c +++ b/src/process/ntapi_tt_fork_v2.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_get_runtime_data.c b/src/process/ntapi_tt_get_runtime_data.c index 0b8b35e..c0b4f71 100644 --- a/src/process/ntapi_tt_get_runtime_data.c +++ b/src/process/ntapi_tt_get_runtime_data.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_init_runtime_data.c b/src/process/ntapi_tt_init_runtime_data.c index 6646c24..95ab7f4 100644 --- a/src/process/ntapi_tt_init_runtime_data.c +++ b/src/process/ntapi_tt_init_runtime_data.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_map_image_as_data.c b/src/process/ntapi_tt_map_image_as_data.c index 801ba30..360f446 100644 --- a/src/process/ntapi_tt_map_image_as_data.c +++ b/src/process/ntapi_tt_map_image_as_data.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_spawn_foreign_process.c b/src/process/ntapi_tt_spawn_foreign_process.c index 9edc930..fa3c849 100644 --- a/src/process/ntapi_tt_spawn_foreign_process.c +++ b/src/process/ntapi_tt_spawn_foreign_process.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ diff --git a/src/process/ntapi_tt_spawn_native_process.c b/src/process/ntapi_tt_spawn_native_process.c index b0e4483..c2173ac 100644 --- a/src/process/ntapi_tt_spawn_native_process.c +++ b/src/process/ntapi_tt_spawn_native_process.c @@ -1,6 +1,6 @@ /********************************************************/ /* ntapi: Native API core library */ -/* Copyright (C) 2013--2021 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ |