// 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>
// 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__))
// 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