diff --git a/boards/arm/lpc43xx/bambino-200e/include/board.h b/boards/arm/lpc43xx/bambino-200e/include/board.h index 5af31762d8..2588726a29 100644 --- a/boards/arm/lpc43xx/bambino-200e/include/board.h +++ b/boards/arm/lpc43xx/bambino-200e/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/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/lpc43xx/bambino-200e/kernel/Makefile b/boards/arm/lpc43xx/bambino-200e/kernel/Makefile index 48468252c2..dbc3ca7864 100644 --- a/boards/arm/lpc43xx/bambino-200e/kernel/Makefile +++ b/boards/arm/lpc43xx/bambino-200e/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/bambino-200e/kernel/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/lpc43xx/bambino-200e/kernel/lpc43_userspace.c b/boards/arm/lpc43xx/bambino-200e/kernel/lpc43_userspace.c index 44ea610425..af8acfe4c3 100644 --- a/boards/arm/lpc43xx/bambino-200e/kernel/lpc43_userspace.c +++ b/boards/arm/lpc43xx/bambino-200e/kernel/lpc43_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/kernel/lpc43_userspace.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/lpc43xx/bambino-200e/scripts/Make.defs b/boards/arm/lpc43xx/bambino-200e/scripts/Make.defs index 370dfa3418..ce32f9305c 100644 --- a/boards/arm/lpc43xx/bambino-200e/scripts/Make.defs +++ b/boards/arm/lpc43xx/bambino-200e/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/bambino-200e/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/lpc43xx/bambino-200e/scripts/flash.sh b/boards/arm/lpc43xx/bambino-200e/scripts/flash.sh index 8c139b558e..df30ced543 100644 --- a/boards/arm/lpc43xx/bambino-200e/scripts/flash.sh +++ b/boards/arm/lpc43xx/bambino-200e/scripts/flash.sh @@ -2,6 +2,8 @@ #################################################################################### # flash.sh # +# 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/lpc43xx/bambino-200e/scripts/memory.ld b/boards/arm/lpc43xx/bambino-200e/scripts/memory.ld index e2acc4d4f1..8c8367ea6d 100644 --- a/boards/arm/lpc43xx/bambino-200e/scripts/memory.ld +++ b/boards/arm/lpc43xx/bambino-200e/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/scripts/memory.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/lpc43xx/bambino-200e/scripts/ramconfig.ld b/boards/arm/lpc43xx/bambino-200e/scripts/ramconfig.ld index ca8b125429..86af6152af 100644 --- a/boards/arm/lpc43xx/bambino-200e/scripts/ramconfig.ld +++ b/boards/arm/lpc43xx/bambino-200e/scripts/ramconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/scripts/ramconfig.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/lpc43xx/bambino-200e/scripts/spificonfig.ld b/boards/arm/lpc43xx/bambino-200e/scripts/spificonfig.ld index 5381f71254..22aad0c45a 100644 --- a/boards/arm/lpc43xx/bambino-200e/scripts/spificonfig.ld +++ b/boards/arm/lpc43xx/bambino-200e/scripts/spificonfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/scripts/spificonfig.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/lpc43xx/bambino-200e/scripts/user-space.ld b/boards/arm/lpc43xx/bambino-200e/scripts/user-space.ld index 6cd29a0dc9..1b41792f43 100644 --- a/boards/arm/lpc43xx/bambino-200e/scripts/user-space.ld +++ b/boards/arm/lpc43xx/bambino-200e/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/scripts/user-space.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/lpc43xx/bambino-200e/src/Makefile b/boards/arm/lpc43xx/bambino-200e/src/Makefile index a38320c029..23389df441 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/Makefile +++ b/boards/arm/lpc43xx/bambino-200e/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/bambino-200e/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/lpc43xx/bambino-200e/src/bambino-200e.h b/boards/arm/lpc43xx/bambino-200e/src/bambino-200e.h index b3e10fb83f..985707083d 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/bambino-200e.h +++ b/boards/arm/lpc43xx/bambino-200e/src/bambino-200e.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/bambino-200e.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/lpc43xx/bambino-200e/src/lpc43_appinit.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c index 3d0e87bf46..7b70e2607a 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_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/lpc43xx/bambino-200e/src/lpc43_autoleds.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_autoleds.c index bb9dea286d..285642083b 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_autoleds.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_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/lpc43xx/bambino-200e/src/lpc43_boot.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_boot.c index 51e5685b55..36dbce9830 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_boot.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_boot.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/lpc43xx/bambino-200e/src/lpc43_buttons.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_buttons.c index ec66e1dd37..b8b5af6ee8 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_buttons.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_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/lpc43xx/bambino-200e/src/lpc43_max31855.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_max31855.c index b39e9050c3..5f757122ba 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_max31855.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_max31855.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_max31855.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/lpc43xx/bambino-200e/src/lpc43_ssp.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.c index 07ceddb81b..0dba31ea82 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_ssp.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/lpc43xx/bambino-200e/src/lpc43_timer.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_timer.c index df3cbc5154..60e57ef408 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_timer.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_timer.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/lpc43xx/bambino-200e/src/lpc43_userleds.c b/boards/arm/lpc43xx/bambino-200e/src/lpc43_userleds.c index 71165a3756..cfb8b03f94 100644 --- a/boards/arm/lpc43xx/bambino-200e/src/lpc43_userleds.c +++ b/boards/arm/lpc43xx/bambino-200e/src/lpc43_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/bambino-200e/src/lpc43_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/lpc43xx/lpc4330-xplorer/include/board.h b/boards/arm/lpc43xx/lpc4330-xplorer/include/board.h index fd5b30965a..0465f49f98 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/include/board.h +++ b/boards/arm/lpc43xx/lpc4330-xplorer/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/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/lpc43xx/lpc4330-xplorer/scripts/Make.defs b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/Make.defs index 6a6d392b94..9160adbc05 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/scripts/Make.defs +++ b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4330-xplorer/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/lpc43xx/lpc4330-xplorer/scripts/flash.sh b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/flash.sh index 3d1d68673f..ee1b596006 100755 --- a/boards/arm/lpc43xx/lpc4330-xplorer/scripts/flash.sh +++ b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/flash.sh @@ -2,6 +2,8 @@ ############################################################################# # flash.sh # +# 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/lpc43xx/lpc4330-xplorer/scripts/ramconfig.ld b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/ramconfig.ld index 19dfe210d8..4dfcc29cb2 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/scripts/ramconfig.ld +++ b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/ramconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/scripts/ramconfig.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/lpc43xx/lpc4330-xplorer/scripts/spificonfig.ld b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/spificonfig.ld index d5633b49d3..4df8118d21 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/scripts/spificonfig.ld +++ b/boards/arm/lpc43xx/lpc4330-xplorer/scripts/spificonfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/scripts/spificonfig.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/lpc43xx/lpc4330-xplorer/src/Makefile b/boards/arm/lpc43xx/lpc4330-xplorer/src/Makefile index 4f02477a51..cbdc736ec3 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/Makefile +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4330-xplorer/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/lpc43xx/lpc4330-xplorer/src/lpc4330-xplorer.h b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc4330-xplorer.h index 3860277462..e943cbc9e4 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc4330-xplorer.h +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc4330-xplorer.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/src/lpc4330-xplorer.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/lpc43xx/lpc4330-xplorer/src/lpc43_appinit.c b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_appinit.c index 19083c085d..283375011f 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_appinit.c +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_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/lpc43xx/lpc4330-xplorer/src/lpc43_autoleds.c b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_autoleds.c index 5f00bf35ad..0aeca59451 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_autoleds.c +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_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/lpc43xx/lpc4330-xplorer/src/lpc43_boot.c b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_boot.c index 3d70b3af3a..38914a0853 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_boot.c +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_boot.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/lpc43xx/lpc4330-xplorer/src/lpc43_buttons.c b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_buttons.c index 369bfb1d0a..d13e4c3b10 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_buttons.c +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_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/lpc43xx/lpc4330-xplorer/src/lpc43_userleds.c b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_userleds.c index ad317b5f05..ae611e8df0 100644 --- a/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_userleds.c +++ b/boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4330-xplorer/src/lpc43_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/lpc43xx/lpc4337-ws/include/board.h b/boards/arm/lpc43xx/lpc4337-ws/include/board.h index 952dce9ac0..251cbd0c40 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/include/board.h +++ b/boards/arm/lpc43xx/lpc4337-ws/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/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/lpc43xx/lpc4337-ws/scripts/Make.defs b/boards/arm/lpc43xx/lpc4337-ws/scripts/Make.defs index 999d6b72b3..1c428883f9 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/scripts/Make.defs +++ b/boards/arm/lpc43xx/lpc4337-ws/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4337-ws/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/lpc43xx/lpc4337-ws/scripts/flash.sh b/boards/arm/lpc43xx/lpc4337-ws/scripts/flash.sh index a5f9bb52a6..791eb76225 100755 --- a/boards/arm/lpc43xx/lpc4337-ws/scripts/flash.sh +++ b/boards/arm/lpc43xx/lpc4337-ws/scripts/flash.sh @@ -2,6 +2,8 @@ #################################################################################### # flash.sh # +# 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/lpc43xx/lpc4337-ws/scripts/flashaconfig.ld b/boards/arm/lpc43xx/lpc4337-ws/scripts/flashaconfig.ld index d107e42c0c..4d1137696f 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/scripts/flashaconfig.ld +++ b/boards/arm/lpc43xx/lpc4337-ws/scripts/flashaconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/scripts/flashaconfig.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/lpc43xx/lpc4337-ws/scripts/ramconfig.ld b/boards/arm/lpc43xx/lpc4337-ws/scripts/ramconfig.ld index e4c064d394..f9d25a1b5a 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/scripts/ramconfig.ld +++ b/boards/arm/lpc43xx/lpc4337-ws/scripts/ramconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/scripts/ramconfig.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/lpc43xx/lpc4337-ws/src/Makefile b/boards/arm/lpc43xx/lpc4337-ws/src/Makefile index e402637209..c1a804b79c 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/src/Makefile +++ b/boards/arm/lpc43xx/lpc4337-ws/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4337-ws/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/lpc43xx/lpc4337-ws/src/lpc4337-ws.h b/boards/arm/lpc43xx/lpc4337-ws/src/lpc4337-ws.h index 0be7a23538..0b30c16a25 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/src/lpc4337-ws.h +++ b/boards/arm/lpc43xx/lpc4337-ws/src/lpc4337-ws.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/src/lpc4337-ws.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/lpc43xx/lpc4337-ws/src/lpc43_adc.c b/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_adc.c index da1aac86cb..e09bb411e0 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_adc.c +++ b/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/src/lpc43_adc.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/lpc43xx/lpc4337-ws/src/lpc43_appinit.c b/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_appinit.c index 97192de61b..c9092ac277 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_appinit.c +++ b/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/src/lpc43_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/lpc43xx/lpc4337-ws/src/lpc43_boot.c b/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_boot.c index 6ed356d252..19c9fd3d5c 100644 --- a/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_boot.c +++ b/boards/arm/lpc43xx/lpc4337-ws/src/lpc43_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4337-ws/src/lpc43_boot.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/lpc43xx/lpc4357-evb/include/board.h b/boards/arm/lpc43xx/lpc4357-evb/include/board.h index 16ba505428..ac234d2857 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/include/board.h +++ b/boards/arm/lpc43xx/lpc4357-evb/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/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/lpc43xx/lpc4357-evb/scripts/Make.defs b/boards/arm/lpc43xx/lpc4357-evb/scripts/Make.defs index 8ea50d78f4..953093689c 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/scripts/Make.defs +++ b/boards/arm/lpc43xx/lpc4357-evb/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4357-evb/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/lpc43xx/lpc4357-evb/scripts/flash.sh b/boards/arm/lpc43xx/lpc4357-evb/scripts/flash.sh index 3f749b9d72..a03a5a6d4c 100755 --- a/boards/arm/lpc43xx/lpc4357-evb/scripts/flash.sh +++ b/boards/arm/lpc43xx/lpc4357-evb/scripts/flash.sh @@ -2,6 +2,8 @@ #################################################################################### # boards/arm/lpc43xx/lpc4357-evb/scripts/flash.sh # +# 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/lpc43xx/lpc4357-evb/scripts/flashaconfig.ld b/boards/arm/lpc43xx/lpc4357-evb/scripts/flashaconfig.ld index b6339fa0fe..9481280a52 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/scripts/flashaconfig.ld +++ b/boards/arm/lpc43xx/lpc4357-evb/scripts/flashaconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/scripts/flashaconfig.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/lpc43xx/lpc4357-evb/scripts/ramconfig.ld b/boards/arm/lpc43xx/lpc4357-evb/scripts/ramconfig.ld index ef9cbe8045..b43a588315 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/scripts/ramconfig.ld +++ b/boards/arm/lpc43xx/lpc4357-evb/scripts/ramconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/scripts/ramconfig.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/lpc43xx/lpc4357-evb/scripts/spificonfig.ld b/boards/arm/lpc43xx/lpc4357-evb/scripts/spificonfig.ld index 85c1507421..cd6c9b3d56 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/scripts/spificonfig.ld +++ b/boards/arm/lpc43xx/lpc4357-evb/scripts/spificonfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/scripts/spificonfig.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/lpc43xx/lpc4357-evb/src/Makefile b/boards/arm/lpc43xx/lpc4357-evb/src/Makefile index 5e7eed6536..600ca5b5a7 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/Makefile +++ b/boards/arm/lpc43xx/lpc4357-evb/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4357-evb/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/lpc43xx/lpc4357-evb/src/lpc4357-evb.h b/boards/arm/lpc43xx/lpc4357-evb/src/lpc4357-evb.h index 49cf9ed529..2116734577 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/lpc4357-evb.h +++ b/boards/arm/lpc43xx/lpc4357-evb/src/lpc4357-evb.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/src/lpc4357-evb.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/lpc43xx/lpc4357-evb/src/lpc43_appinit.c b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_appinit.c index 9eea71a00e..bac6ab6068 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_appinit.c +++ b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/src/lpc43_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/lpc43xx/lpc4357-evb/src/lpc43_autoleds.c b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_autoleds.c index 8f6aa9879a..28ecc5559d 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_autoleds.c +++ b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/src/lpc43_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/lpc43xx/lpc4357-evb/src/lpc43_boot.c b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_boot.c index b1f3fdb4ee..689078c0d8 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_boot.c +++ b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/src/lpc43_boot.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/lpc43xx/lpc4357-evb/src/lpc43_buttons.c b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_buttons.c index b2216dbe77..648fe3b813 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_buttons.c +++ b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/src/lpc43_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/lpc43xx/lpc4357-evb/src/lpc43_userleds.c b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_userleds.c index 69151f3428..0cdc8c5c32 100644 --- a/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_userleds.c +++ b/boards/arm/lpc43xx/lpc4357-evb/src/lpc43_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4357-evb/src/lpc43_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/lpc43xx/lpc4370-link2/include/board.h b/boards/arm/lpc43xx/lpc4370-link2/include/board.h index 6882ca60d8..817c65c2d7 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/include/board.h +++ b/boards/arm/lpc43xx/lpc4370-link2/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/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/lpc43xx/lpc4370-link2/scripts/Make.defs b/boards/arm/lpc43xx/lpc4370-link2/scripts/Make.defs index f6b9acba4e..2651bc98d4 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/scripts/Make.defs +++ b/boards/arm/lpc43xx/lpc4370-link2/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4370-link2/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/lpc43xx/lpc4370-link2/scripts/flash.sh b/boards/arm/lpc43xx/lpc4370-link2/scripts/flash.sh index a5f9bb52a6..791eb76225 100755 --- a/boards/arm/lpc43xx/lpc4370-link2/scripts/flash.sh +++ b/boards/arm/lpc43xx/lpc4370-link2/scripts/flash.sh @@ -2,6 +2,8 @@ #################################################################################### # flash.sh # +# 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/lpc43xx/lpc4370-link2/scripts/ramconfig.ld b/boards/arm/lpc43xx/lpc4370-link2/scripts/ramconfig.ld index 92195724a4..def1822bbf 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/scripts/ramconfig.ld +++ b/boards/arm/lpc43xx/lpc4370-link2/scripts/ramconfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/scripts/ramconfig.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/lpc43xx/lpc4370-link2/scripts/spificonfig.ld b/boards/arm/lpc43xx/lpc4370-link2/scripts/spificonfig.ld index a99cf1eeda..43e9c09c77 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/scripts/spificonfig.ld +++ b/boards/arm/lpc43xx/lpc4370-link2/scripts/spificonfig.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/scripts/spificonfig.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/lpc43xx/lpc4370-link2/src/Makefile b/boards/arm/lpc43xx/lpc4370-link2/src/Makefile index 0f20f8dcd5..d5c93b7aee 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/Makefile +++ b/boards/arm/lpc43xx/lpc4370-link2/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc43xx/lpc4370-link2/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/lpc43xx/lpc4370-link2/src/lpc4370-link2.h b/boards/arm/lpc43xx/lpc4370-link2/src/lpc4370-link2.h index 35aadeee3d..699075aa22 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc4370-link2.h +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc4370-link2.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc4370-link2.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/lpc43xx/lpc4370-link2/src/lpc43_adc.c b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_adc.c index 360cac905f..963564aa38 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_adc.c +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc43_adc.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/lpc43xx/lpc4370-link2/src/lpc43_appinit.c b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_appinit.c index a7a6c2fa93..580a303c7a 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_appinit.c +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc43_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/lpc43xx/lpc4370-link2/src/lpc43_autoleds.c b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_autoleds.c index ede30beba0..944cdfe937 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_autoleds.c +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc43_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/lpc43xx/lpc4370-link2/src/lpc43_boot.c b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_boot.c index b91340f68d..16001cde31 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_boot.c +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc43_boot.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/lpc43xx/lpc4370-link2/src/lpc43_spifilib_init.c b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_spifilib_init.c index e937223d5d..d45d85d456 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_spifilib_init.c +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_spifilib_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc43_spifilib_init.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/lpc43xx/lpc4370-link2/src/lpc43_userleds.c b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_userleds.c index ec11d069b5..f06e9a7688 100644 --- a/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_userleds.c +++ b/boards/arm/lpc43xx/lpc4370-link2/src/lpc43_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lpc43xx/lpc4370-link2/src/lpc43_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