Skip to content

Commit 438b7f1

Browse files
committed
update copyright headers to reflect MIT license
1 parent 0a8ee7a commit 438b7f1

10 files changed

+90
-101
lines changed

common/stm32/lx_stm32_nand_simulator_driver.c

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +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-
/**************************************************************************/
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
/**************************************************************************/
1412
/**************************************************************************/

common/stm32/lx_stm32_nor_simulator_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 necessary files. */
1312
#include "lx_stm32_nor_simulator_driver.h"

common/stm32/lx_stm32_ospi_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 "lx_stm32_ospi_driver.h"
1312

common/stm32/lx_stm32_qspi_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 "lx_stm32_qspi_driver.h"
1312

common/stm32/template/lx_stm32_nand_simulator_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
#ifndef LX_STM32_NAND_SIMULATOR_DRIVER_H
1312
#define LX_STM32_NAND_SIMULATOR_DRIVER_H

common/stm32/template/lx_stm32_nor_simulator_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
#ifndef LX_STM32_NOR_SIMULATOR_DRIVER_H
1312
#define LX_STM32_NOR_SIMULATOR_DRIVER_H

common/stm32/template/lx_stm32_ospi_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
#ifndef LX_STM32_OSPI_DRIVER_H
1312
#define LX_STM32_OSPI_DRIVER_H

common/stm32/template/lx_stm32_ospi_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 "lx_stm32_ospi_driver.h"
1312

common/stm32/template/lx_stm32_qspi_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
#ifndef LX_STM32_QSPI_DRIVER_H
1312
#define LX_STM32_QSPI_DRIVER_H

common/stm32/template/lx_stm32_qspi_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 "lx_stm32_qspi_driver.h"
1312
/* USER CODE BEGIN 0 */

0 commit comments

Comments
 (0)