From 03cd3c36a20e2fc10094a8bb61994c7f463019f9 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 May 2019 17:15:11 +0000 Subject: debug translation units: added missing note. --- src/debug/ntapi_tt_create_debug_object.c | 6 ++++++ src/debug/ntapi_tt_debug_execution_flow.c | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'src') 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 #include #include 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 #include #include -- cgit v1.2.3