Skip to content

Commit ac51420

Browse files
author
Patrice Chotard
committed
Update SPDX header
For ".c" and ".h" files, the SPDX licences have to be: SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause Update files not following this rule. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Change-Id: Ie280c2bb2b8e97cee50af148e5be67133a0a32f4 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/454687
1 parent 4853b9c commit ac51420

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

arch/arm/mach-stm32mp/nvram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0-or-lat OR BSD-3-Clause
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2023, STMicroelectronics - All Rights Reserved
44
*/

drivers/misc/stm32_omm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
44
*/

drivers/phy/phy-stm32-usb2phy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2022, STMicroelectronics - All Rights Reserved
44
*/

drivers/usb/typec/typec-stusb160x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
44
*/

drivers/usb/typec/typec-uclass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
44
*/

drivers/usb/typec/ucsi/ucsi-stm32g0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
44
*/

drivers/usb/typec/ucsi/ucsi-uclass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
22
/*
33
* Copyright (C) 2021, STMicroelectronics - All Rights Reserved
44
*

include/dt-bindings/clock/st,stm32mp21-rcc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
1+
/* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */
22
/*
33
* Copyright (C) STMicroelectronics 2024 - All Rights Reserved
44
* Author(s): Gabriel Fernandez <gabriel.fernandez@foss.st.com>

include/dt-bindings/regulator/st,stm32mp21-regulator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
1+
/* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */
22
/*
33
* Copyright (C) 2024, STMicroelectronics - All Rights Reserved
44
*/

include/dt-bindings/regulator/st,stm32mp25-regulator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
1+
/* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */
22
/*
33
* Copyright (C) 2023, STMicroelectronics - All Rights Reserved
44
*/

0 commit comments

Comments
 (0)