diff --git a/boards/arm/tms570/launchxl-tms57004/CMakeLists.txt b/boards/arm/tms570/launchxl-tms57004/CMakeLists.txt index 2f9aa11ee99..963ddde2033 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 45c29727c32..3af9d01c719 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 35cc7f10d88..1c2603c9af5 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 f01b843e7bc..11ef17ccdf7 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 cac5874e38d..b63ec22d340 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 10843f2744c..fc5827a96bf 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 9e079d72075..f598d5f1ddf 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 ad8d9850360..80e4c22087c 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 c7cd66eddde..7a8cc902e6a 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 ecee99be749..b8908be311a 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 e2e35e4f237..58542d98686 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 288d8d6f4dc..f813a313a54 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 df5fc6d7dba..1590b7c45e1 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 8a7222d2040..0a5b97369fe 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 c7e0610ee47..c54f539c90e 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 bd8d0c2d792..2e207e37b72 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 f17d9d25bba..f930a5a3456 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 c241d8ea751..cc42883b840 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 c781dd380d8..85ae0803ad7 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 89351840f57..1bc90355380 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 dbd8dad8273..89d329cbf89 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 fdd39ad96ac..da12834e571 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 5d8faac377d..643523bfe6b 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 b123fd9359b..4300f1de304 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 77656a00116..322ba2210a0 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 35b847d21ab..e06a82c4489 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 33c2036df80..57d76ed0c95 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 49f0fd3d8dd..6b03f3329da 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