From 5a90a565c1450cddd2914ab4a56efa75898b53d7 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Fri, 8 Nov 2024 15:01:36 +0100 Subject: [PATCH] boards/arm/tms570: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- boards/arm/tms570/launchxl-tms57004/CMakeLists.txt | 2 ++ boards/arm/tms570/launchxl-tms57004/include/board.h | 2 ++ boards/arm/tms570/launchxl-tms57004/scripts/Make.defs | 2 ++ boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld | 2 ++ boards/arm/tms570/launchxl-tms57004/src/CMakeLists.txt | 2 ++ boards/arm/tms570/launchxl-tms57004/src/Makefile | 2 ++ boards/arm/tms570/launchxl-tms57004/src/launchxl-tms57004.h | 2 ++ boards/arm/tms570/launchxl-tms57004/src/tms570_appinit.c | 2 ++ boards/arm/tms570/launchxl-tms57004/src/tms570_autoleds.c | 2 ++ boards/arm/tms570/launchxl-tms57004/src/tms570_bringup.c | 2 ++ boards/arm/tms570/launchxl-tms57004/src/tms570_buttons.c | 2 ++ boards/arm/tms570/launchxl-tms57004/src/tms570_initialize.c | 2 ++ boards/arm/tms570/launchxl-tms57004/src/tms570_userleds.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/include/board.h | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/scripts/Make.defs | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/scripts/flash-sram.ld | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/Makefile | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_appinit.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_autoleds.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_bringup.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_buttons.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_initialize.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_sdmmc.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_spi.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_userleds.c | 2 ++ boards/arm/tms570/tms570ls31x-usb-kit/src/tms570ls31x_usb_kit.h | 2 ++ 28 files changed, 56 insertions(+) diff --git a/boards/arm/tms570/launchxl-tms57004/CMakeLists.txt b/boards/arm/tms570/launchxl-tms57004/CMakeLists.txt index 2f9aa11ee9..963ddde203 100644 --- a/boards/arm/tms570/launchxl-tms57004/CMakeLists.txt +++ b/boards/arm/tms570/launchxl-tms57004/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tms570/launchxl-tms57004/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tms570/launchxl-tms57004/include/board.h b/boards/arm/tms570/launchxl-tms57004/include/board.h index 45c29727c3..3af9d01c71 100644 --- a/boards/arm/tms570/launchxl-tms57004/include/board.h +++ b/boards/arm/tms570/launchxl-tms57004/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/scripts/Make.defs b/boards/arm/tms570/launchxl-tms57004/scripts/Make.defs index 35cc7f10d8..1c2603c9af 100644 --- a/boards/arm/tms570/launchxl-tms57004/scripts/Make.defs +++ b/boards/arm/tms570/launchxl-tms57004/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tms570/launchxl-tms57004/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld b/boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld index f01b843e7b..11ef17ccdf 100644 --- a/boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld +++ b/boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/CMakeLists.txt b/boards/arm/tms570/launchxl-tms57004/src/CMakeLists.txt index cac5874e38..b63ec22d34 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/CMakeLists.txt +++ b/boards/arm/tms570/launchxl-tms57004/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tms570/launchxl-tms57004/src/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tms570/launchxl-tms57004/src/Makefile b/boards/arm/tms570/launchxl-tms57004/src/Makefile index 10843f2744..fc5827a96b 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/Makefile +++ b/boards/arm/tms570/launchxl-tms57004/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tms570/launchxl-tms57004/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/launchxl-tms57004.h b/boards/arm/tms570/launchxl-tms57004/src/launchxl-tms57004.h index 9e079d7207..f598d5f1dd 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/launchxl-tms57004.h +++ b/boards/arm/tms570/launchxl-tms57004/src/launchxl-tms57004.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/launchxl-tms57004.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/tms570_appinit.c b/boards/arm/tms570/launchxl-tms57004/src/tms570_appinit.c index ad8d985036..80e4c22087 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/tms570_appinit.c +++ b/boards/arm/tms570/launchxl-tms57004/src/tms570_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/tms570_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/tms570_autoleds.c b/boards/arm/tms570/launchxl-tms57004/src/tms570_autoleds.c index c7cd66eddd..7a8cc902e6 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/tms570_autoleds.c +++ b/boards/arm/tms570/launchxl-tms57004/src/tms570_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/tms570_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/tms570_bringup.c b/boards/arm/tms570/launchxl-tms57004/src/tms570_bringup.c index ecee99be74..b8908be311 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/tms570_bringup.c +++ b/boards/arm/tms570/launchxl-tms57004/src/tms570_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/tms570_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/tms570_buttons.c b/boards/arm/tms570/launchxl-tms57004/src/tms570_buttons.c index e2e35e4f23..58542d9868 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/tms570_buttons.c +++ b/boards/arm/tms570/launchxl-tms57004/src/tms570_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/tms570_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/tms570_initialize.c b/boards/arm/tms570/launchxl-tms57004/src/tms570_initialize.c index 288d8d6f4d..f813a313a5 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/tms570_initialize.c +++ b/boards/arm/tms570/launchxl-tms57004/src/tms570_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/tms570_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/launchxl-tms57004/src/tms570_userleds.c b/boards/arm/tms570/launchxl-tms57004/src/tms570_userleds.c index df5fc6d7db..1590b7c45e 100644 --- a/boards/arm/tms570/launchxl-tms57004/src/tms570_userleds.c +++ b/boards/arm/tms570/launchxl-tms57004/src/tms570_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/launchxl-tms57004/src/tms570_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt b/boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt index 8a7222d204..0a5b97369f 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt +++ b/boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h b/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h index c7e0610ee4..c54f539c90 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h +++ b/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/scripts/Make.defs b/boards/arm/tms570/tms570ls31x-usb-kit/scripts/Make.defs index bd8d0c2d79..2e207e37b7 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/scripts/Make.defs +++ b/boards/arm/tms570/tms570ls31x-usb-kit/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tms570/tms570ls31x-usb-kit/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/scripts/flash-sram.ld b/boards/arm/tms570/tms570ls31x-usb-kit/scripts/flash-sram.ld index f17d9d25bb..f930a5a345 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/scripts/flash-sram.ld +++ b/boards/arm/tms570/tms570ls31x-usb-kit/scripts/flash-sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/scripts/flash-sram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt b/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt index c241d8ea75..cc42883b84 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/Makefile b/boards/arm/tms570/tms570ls31x-usb-kit/src/Makefile index c781dd380d..85ae0803ad 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/Makefile +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/tms570/tms570ls31x-usb-kit/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_appinit.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_appinit.c index 89351840f5..1bc9035538 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_appinit.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_autoleds.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_autoleds.c index dbd8dad827..89d329cbf8 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_autoleds.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_bringup.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_bringup.c index fdd39ad96a..da12834e57 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_bringup.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_buttons.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_buttons.c index 5d8faac377..643523bfe6 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_buttons.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_initialize.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_initialize.c index b123fd9359..4300f1de30 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_initialize.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_sdmmc.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_sdmmc.c index 77656a0011..322ba2210a 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_sdmmc.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_sdmmc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_spi.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_spi.c index 35b847d21a..e06a82c448 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_spi.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_userleds.c b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_userleds.c index 33c2036df8..57d76ed0c9 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_userleds.c +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570ls31x_usb_kit.h b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570ls31x_usb_kit.h index 49f0fd3d8d..6b03f3329d 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570ls31x_usb_kit.h +++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/tms570ls31x_usb_kit.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/tms570/tms570ls31x-usb-kit/src/tms570ls31x_usb_kit.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The