Add .NET Foundation license headers for code taken from CoreCLR
authorAlexander Soldatov <soldatov.a@samsung.com>
Thu, 26 May 2022 14:07:47 +0000 (17:07 +0300)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Tue, 7 Jun 2022 14:24:05 +0000 (17:24 +0300)
src/debugger/manageddebugger.cpp
src/utils/interop_unix.cpp
src/utils/interop_win32.cpp

index a452d6d94a5446389a1e875be10f57385723f21a..cf7e1374c29204a945a77dd5f9e0193047165b26 100644 (file)
@@ -2,6 +2,10 @@
 // Distributed under the MIT License.
 // See the LICENSE file in the project root for more information.
 
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 #include <sstream>
 #include <mutex>
 #include <memory>
index 1a22e57e5e0de56a24d28795308e91158faf72fa..86dfe2658b5800d9deb056401994872643567464 100644 (file)
@@ -1,6 +1,10 @@
 // Copyright (C) 2020 Samsung Electronics Co., Ltd.
 // See the LICENSE file in the project root for more information.
 
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 /// \file interop_unix.h  This file contains unix-specific functions for Interop class defined in interop.h
 
 #if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
index a0d06f8438016c283a3b8c994d3d2d16113ac556..ced403eda5e9d7109ca7e9e8fe899619cc14fd81 100644 (file)
@@ -1,6 +1,10 @@
 // Copyright (C) 2020 Samsung Electronics Co., Ltd.
 // See the LICENSE file in the project root for more information.
 
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
 /// \file interop_win32.h  This file contains windows-specific functions for Interop class defined in interop.h
 
 #ifdef WIN32