diff options
author | midipix <writeonce@midipix.org> | 2019-05-28 17:15:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 20:56:12 +0000 |
commit | 03cd3c36a20e2fc10094a8bb61994c7f463019f9 (patch) | |
tree | 742fade4df829be79967574064699e35a866cdb3 /src/debug | |
parent | c2fe9968e5256b82a2a5acbef2ff5dc69f5e2e11 (diff) | |
download | ntapi-03cd3c36a20e2fc10094a8bb61994c7f463019f9.tar.bz2 ntapi-03cd3c36a20e2fc10094a8bb61994c7f463019f9.tar.xz |
debug translation units: added missing note.
Diffstat (limited to 'src/debug')
-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> |