summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-28 17:15:11 +0000
committermidipix <writeonce@midipix.org>2019-05-28 20:56:12 +0000
commit03cd3c36a20e2fc10094a8bb61994c7f463019f9 (patch)
tree742fade4df829be79967574064699e35a866cdb3 /src
parentc2fe9968e5256b82a2a5acbef2ff5dc69f5e2e11 (diff)
downloadntapi-03cd3c36a20e2fc10094a8bb61994c7f463019f9.tar.bz2
ntapi-03cd3c36a20e2fc10094a8bb61994c7f463019f9.tar.xz
debug translation units: added missing note.
Diffstat (limited to 'src')
-rw-r--r--src/debug/ntapi_tt_create_debug_object.c6
-rw-r--r--src/debug/ntapi_tt_debug_execution_flow.c6
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>