From 03cd3c36a20e2fc10094a8bb61994c7f463019f9 Mon Sep 17 00:00:00 2001 From: midipix Date: May 28 2019 20:56:12 +0000 Subject: debug translation units: added missing note. --- 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