Skip to content

Commit 9f1f483

Browse files
committed
update copyright headers to reflect MIT license
1 parent c984158 commit 9f1f483

16 files changed

+145
-169
lines changed

common/stm32/fx_stm32_levelx_nand_driver.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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+
**************************************************************************/
10+
1111

1212
#include "fx_stm32_levelx_nand_driver.h"
1313

common/stm32/fx_stm32_levelx_nor_driver.c

Lines changed: 9 additions & 10 deletions
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
#include "fx_stm32_levelx_nor_driver.h"
1312

common/stm32/fx_stm32_mmc_driver.c

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Partial 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-
/* Partial Copyright (c) STMicroelctronics 2020. All rights reserved */
10-
/**************************************************************************/
11-
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+
**************************************************************************/
1210

1311
/* Include necessary system files. */
1412
#include "fx_stm32_mmc_driver.h"

common/stm32/fx_stm32_sd_driver.c

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
/**************************************************************************/
2-
/* */
3-
/* Partial 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-
/* Partial Copyright (c) STMicroelctronics 2020. All rights reserved */
10-
/**************************************************************************/
11-
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+
**************************************************************************/
1210

1311
/* Include necessary system files. */
1412
#include "fx_stm32_sd_driver.h"

common/stm32/fx_stm32_sram_driver.c

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
2-
/**************************************************************************/
3-
/* */
4-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
5-
/* */
6-
/* This software is licensed under the Microsoft Software License */
7-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
8-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
9-
/* and in the root directory of this software. */
10-
/* */
11-
/**************************************************************************/
12-
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+
**************************************************************************/
1310

1411
/**************************************************************************/
1512
/**************************************************************************/

common/stm32/template/fx_stm32_levelx_nand_driver.h

Lines changed: 9 additions & 10 deletions
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
/* Define to prevent recursive inclusion -------------------------------------*/
1312
#ifndef FX_STM32_LX_NAND_DRIVER_H

common/stm32/template/fx_stm32_levelx_nor_driver.h

Lines changed: 9 additions & 10 deletions
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
/* Define to prevent recursive inclusion -------------------------------------*/
1312
#ifndef FX_STM32_LX_NOR_DRIVER_H

common/stm32/template/fx_stm32_mmc_driver.h

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
2-
/**************************************************************************/
3-
/* */
4-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
5-
/* */
6-
/* This software is licensed under the Microsoft Software License */
7-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
8-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
9-
/* and in the root directory of this software. */
10-
/* */
11-
/**************************************************************************/
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+
**************************************************************************/
1210

1311
/* Define to prevent recursive inclusion -------------------------------------*/
1412
#ifndef FX_STM32_MMC_DRIVER_H

common/stm32/template/fx_stm32_mmc_driver_glue.c

Lines changed: 9 additions & 10 deletions
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
#include "fx_stm32_mmc_driver.h"
1312

common/stm32/template/fx_stm32_sd_driver.h

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
2-
/**************************************************************************/
3-
/* */
4-
/* Copyright (c) Microsoft Corporation. All rights reserved. */
5-
/* */
6-
/* This software is licensed under the Microsoft Software License */
7-
/* Terms for Microsoft Azure RTOS. Full text of the license can be */
8-
/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
9-
/* and in the root directory of this software. */
10-
/* */
11-
/**************************************************************************/
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+
**************************************************************************/
1210

1311
/* Define to prevent recursive inclusion -------------------------------------*/
1412
#ifndef FX_STM32_SD_DRIVER_H

0 commit comments

Comments
 (0)