diff --git a/src/ELTMLManaged/tml_library.cpp b/src/ELTMLManaged/tml_library.cpp index f84242f..4ab86a7 100644 --- a/src/ELTMLManaged/tml_library.cpp +++ b/src/ELTMLManaged/tml_library.cpp @@ -1,13 +1,12 @@ -/**************************************************************************/ -/* */ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ -/* */ -/* This software is licensed under the Microsoft Software License */ -/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -/* and in the root directory of this software. */ -/* */ -/**************************************************************************/ +/*************************************************************************** + * Copyright (c) 2024 Microsoft Corporation + * + * This program and the accompanying materials are made available under the + * terms of the MIT License which is available at + * https://opensource.org/licenses/MIT. + * + * SPDX-License-Identifier: MIT + **************************************************************************/ /**************************************************************************/ diff --git a/src/ELTMLManaged/tml_library.h b/src/ELTMLManaged/tml_library.h index 8f560bf..d2e6a8f 100644 --- a/src/ELTMLManaged/tml_library.h +++ b/src/ELTMLManaged/tml_library.h @@ -1,13 +1,12 @@ -/**************************************************************************/ -/* */ -/* Copyright (c) Microsoft Corporation. All rights reserved. */ -/* */ -/* This software is licensed under the Microsoft Software License */ -/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -/* and in the root directory of this software. */ -/* */ -/**************************************************************************/ +/*************************************************************************** + * Copyright (c) 2024 Microsoft Corporation + * + * This program and the accompanying materials are made available under the + * terms of the MIT License which is available at + * https://opensource.org/licenses/MIT. + * + * SPDX-License-Identifier: MIT + **************************************************************************/ /**************************************************************************/