Skip to content

Commit 4e747be

Browse files
authored
Merge pull request #30 from eclipse-threadx/bo-ms/copyright
Update copyright.
2 parents d7b2a72 + 151863a commit 4e747be

File tree

62 files changed

+558
-620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+558
-620
lines changed

common/inc/lx_api.h

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/inc/lx_user_sample.h

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/fx_nand_flash_simulated_driver.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/fx_nor_flash_simulator_driver.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_256byte_ecc_check.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_256byte_ecc_compute.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_block_allocate.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_block_data_move.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_block_find.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_block_mapping_set.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_block_status_set.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_close.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_data_page_copy.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_defragment.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

common/src/lx_nand_flash_driver_block_erase.c

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
4-
/* */
5-
/* This software is licensed under the Microsoft Software License */
6-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
7-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8-
/* and in the root directory of this software. */
9-
/* */
10-
/**************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) 2024 Microsoft Corporation
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the MIT License which is available at
6+
* https://opensource.org/licenses/MIT.
7+
*
8+
* SPDX-License-Identifier: MIT
9+
**************************************************************************/
1110

1211

1312
/**************************************************************************/

0 commit comments

Comments
 (0)