From: Igor Kulaychuk Date: Thu, 11 Jan 2018 19:51:50 +0000 (+0300) Subject: Add license header to protocol.h X-Git-Tag: submit/tizen/20180620.071641~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7af2fd33f185a320fe559b641f9cc2a7b27d256;p=sdk%2Ftools%2Fnetcoredbg.git Add license header to protocol.h --- diff --git a/src/debug/netcoredbg/protocol.h b/src/debug/netcoredbg/protocol.h index e2339bc..aef50dc 100644 --- a/src/debug/netcoredbg/protocol.h +++ b/src/debug/netcoredbg/protocol.h @@ -1,3 +1,7 @@ +// Copyright (c) 2017 Samsung Electronics Co., LTD +// Distributed under the MIT License. +// See the LICENSE file in the project root for more information. + #pragma once #include "platform.h"