diff options
-rw-r--r-- | src/debug/ntapi_tt_create_debug_object.c | 6 | ||||
-rw-r--r-- | src/debug/ntapi_tt_debug_execution_flow.c | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/debug/ntapi_tt_create_debug_object.c b/src/debug/ntapi_tt_create_debug_object.c index 334ffd2..b091d37 100644 --- a/src/debug/ntapi_tt_create_debug_object.c +++ b/src/debug/ntapi_tt_create_debug_object.c @@ -1,3 +1,9 @@ +/********************************************************/ +/* ntapi: Native API core library */ +/* Copyright (C) 2013--2019 Z. Gilboa */ +/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ +/********************************************************/ + #include <psxtypes/psxtypes.h> #include <ntapi/nt_object.h> #include <ntapi/nt_debug.h> diff --git a/src/debug/ntapi_tt_debug_execution_flow.c b/src/debug/ntapi_tt_debug_execution_flow.c index aee3b22..cc778e6 100644 --- a/src/debug/ntapi_tt_debug_execution_flow.c +++ b/src/debug/ntapi_tt_debug_execution_flow.c @@ -1,3 +1,9 @@ +/********************************************************/ +/* ntapi: Native API core library */ +/* Copyright (C) 2013--2019 Z. Gilboa */ +/* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ +/********************************************************/ + #include <psxtypes/psxtypes.h> #include <ntapi/nt_object.h> #include <ntapi/nt_debug.h> |