diff options
| author | Stefan Wick <[email protected]> | 2024-01-28 22:03:46 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-28 22:03:46 -0800 |
| commit | 54a4378fc6704561f60117d418cbab013f582c80 (patch) | |
| tree | 3824efea581b47f9eea8738bec401cecb508f644 /common_modules/module_lib/src/txm_queue_create.c | |
| parent | a0632b8aa2d8c7e7fe00c09d1d3acc0b7cfd2c43 (diff) | |
| parent | 8276bcf71142197e09551e29f1779299fa591ec7 (diff) | |
Merge pull request #349 from eclipse-threadx/bo-ms/copyright
Update copyright.
Diffstat (limited to 'common_modules/module_lib/src/txm_queue_create.c')
| -rw-r--r-- | common_modules/module_lib/src/txm_queue_create.c | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/common_modules/module_lib/src/txm_queue_create.c b/common_modules/module_lib/src/txm_queue_create.c index e8aa4444..890abc43 100644 --- a/common_modules/module_lib/src/txm_queue_create.c +++ b/common_modules/module_lib/src/txm_queue_create.c @@ -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 + **************************************************************************/ /**************************************************************************/ |
