diff --git a/boards/arm/lc823450/lc823450-xgevk/include/board.h b/boards/arm/lc823450/lc823450-xgevk/include/board.h index f2419c8d124..1e014ccb06d 100644 --- a/boards/arm/lc823450/lc823450-xgevk/include/board.h +++ b/boards/arm/lc823450/lc823450-xgevk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/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/lc823450/lc823450-xgevk/kernel/Makefile b/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile index b3f312876db..7bfe5ea682c 100644 --- a/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile +++ b/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lc823450/lc823450-xgevk/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/lc823450/lc823450-xgevk/kernel/lc823450_userspace.c b/boards/arm/lc823450/lc823450-xgevk/kernel/lc823450_userspace.c index 7cd61a15cb3..f192bae6516 100644 --- a/boards/arm/lc823450/lc823450-xgevk/kernel/lc823450_userspace.c +++ b/boards/arm/lc823450/lc823450-xgevk/kernel/lc823450_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/kernel/lc823450_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/lc823450/lc823450-xgevk/scripts/Make.defs b/boards/arm/lc823450/lc823450-xgevk/scripts/Make.defs index 914c0f59a2c..b3ee9a28342 100644 --- a/boards/arm/lc823450/lc823450-xgevk/scripts/Make.defs +++ b/boards/arm/lc823450/lc823450-xgevk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lc823450/lc823450-xgevk/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/lc823450/lc823450-xgevk/scripts/ld-ipl2.script b/boards/arm/lc823450/lc823450-xgevk/scripts/ld-ipl2.script index c5884c62724..2f0b4450b3e 100644 --- a/boards/arm/lc823450/lc823450-xgevk/scripts/ld-ipl2.script +++ b/boards/arm/lc823450/lc823450-xgevk/scripts/ld-ipl2.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/scripts/ld-ipl2.script * + * 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/lc823450/lc823450-xgevk/scripts/ld-spif-boot.script b/boards/arm/lc823450/lc823450-xgevk/scripts/ld-spif-boot.script index 603832ef0c0..209298030b3 100644 --- a/boards/arm/lc823450/lc823450-xgevk/scripts/ld-spif-boot.script +++ b/boards/arm/lc823450/lc823450-xgevk/scripts/ld-spif-boot.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/scripts/ld-spif-boot.script * + * 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/lc823450/lc823450-xgevk/scripts/ld.script b/boards/arm/lc823450/lc823450-xgevk/scripts/ld.script index f9a34108557..56bfc429f47 100644 --- a/boards/arm/lc823450/lc823450-xgevk/scripts/ld.script +++ b/boards/arm/lc823450/lc823450-xgevk/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/scripts/ld.script * + * 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/lc823450/lc823450-xgevk/scripts/memory.ld b/boards/arm/lc823450/lc823450-xgevk/scripts/memory.ld index a25bfdd3d8b..a64e235eaad 100644 --- a/boards/arm/lc823450/lc823450-xgevk/scripts/memory.ld +++ b/boards/arm/lc823450/lc823450-xgevk/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/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/lc823450/lc823450-xgevk/scripts/user-space.ld b/boards/arm/lc823450/lc823450-xgevk/scripts/user-space.ld index 44de33e8898..f6cbafa56e5 100644 --- a/boards/arm/lc823450/lc823450-xgevk/scripts/user-space.ld +++ b/boards/arm/lc823450/lc823450-xgevk/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/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/lc823450/lc823450-xgevk/src/Makefile b/boards/arm/lc823450/lc823450-xgevk/src/Makefile index 7a033525879..869a73813e9 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/Makefile +++ b/boards/arm/lc823450/lc823450-xgevk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lc823450/lc823450-xgevk/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/lc823450/lc823450-xgevk/src/lc823450-xgevk.h b/boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk.h index 3f0f7f31b76..0b6965436a6 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk.h +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk.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/lc823450/lc823450-xgevk/src/lc823450-xgevk_mux.h b/boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk_mux.h index b448989f97f..1948f492951 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk_mux.h +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk_mux.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450-xgevk_mux.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/lc823450/lc823450-xgevk/src/lc823450_adc.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_adc.c index 3dd0374da60..a83201f596d 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_adc.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_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/lc823450/lc823450-xgevk/src/lc823450_appinit.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_appinit.c index 3cc6edfb0c8..5f0f30e7835 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_appinit.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_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/lc823450/lc823450-xgevk/src/lc823450_autoleds.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_autoleds.c index e830d85ded1..c0464fe021b 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_autoleds.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_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/lc823450/lc823450-xgevk/src/lc823450_boot.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_boot.c index fef0af297a2..640a76eaebf 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_boot.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_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/lc823450/lc823450-xgevk/src/lc823450_bringup.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bringup.c index 45a9ca88e97..e14a28e932b 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bringup.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_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/lc823450/lc823450-xgevk/src/lc823450_bt.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bt.c index bc2704123c3..6bf19bb0606 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bt.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bt.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_bt.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/lc823450/lc823450-xgevk/src/lc823450_mux.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_mux.c index db3bd88c6cf..7e537883fc0 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_mux.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_mux.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_mux.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/lc823450/lc823450-xgevk/src/lc823450_netinit.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_netinit.c index 26a2204fa6e..c271175ffe6 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_netinit.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_netinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_netinit.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/lc823450/lc823450-xgevk/src/lc823450_reset.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_reset.c index 2cdd0b499a7..5bfd4b35669 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_reset.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_reset.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/lc823450/lc823450-xgevk/src/lc823450_sdif.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_sdif.c index 5ab0a253b56..c78964213be 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_sdif.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_sdif.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_sdif.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/lc823450/lc823450-xgevk/src/lc823450_spi.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_spi.c index 05f5fcd87dd..ca8c20fce82 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_spi.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_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/lc823450/lc823450-xgevk/src/lc823450_st7565.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_st7565.c index 9358a9caab0..f60c3111d97 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_st7565.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_st7565.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_st7565.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/lc823450/lc823450-xgevk/src/lc823450_usbmsc.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_usbmsc.c index b861313b972..7adce4ad0f8 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_usbmsc.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_usbmsc.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/lc823450/lc823450-xgevk/src/lc823450_wm8776.c b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_wm8776.c index 3e377708a0b..0831d91b579 100644 --- a/boards/arm/lc823450/lc823450-xgevk/src/lc823450_wm8776.c +++ b/boards/arm/lc823450/lc823450-xgevk/src/lc823450_wm8776.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_wm8776.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