diff --git a/boards/hc/m9s12/demo9s12ne64/include/board.h b/boards/hc/m9s12/demo9s12ne64/include/board.h index d0bfcda8301..fb823332f46 100644 --- a/boards/hc/m9s12/demo9s12ne64/include/board.h +++ b/boards/hc/m9s12/demo9s12ne64/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/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/hc/m9s12/demo9s12ne64/scripts/Make.defs b/boards/hc/m9s12/demo9s12ne64/scripts/Make.defs index 5f713e0c829..63e9f2ff0d2 100644 --- a/boards/hc/m9s12/demo9s12ne64/scripts/Make.defs +++ b/boards/hc/m9s12/demo9s12ne64/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/hc/m9s12/demo9s12ne64/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/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-banked.ld b/boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-banked.ld index b453d341376..31f16b40723 100644 --- a/boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-banked.ld +++ b/boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-banked.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-banked.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/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-unbanked.ld b/boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-unbanked.ld index 07c811d0f5d..7b6bc02db26 100644 --- a/boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-unbanked.ld +++ b/boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-unbanked.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/scripts/demo9s12ne64-unbanked.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/hc/m9s12/demo9s12ne64/src/Makefile b/boards/hc/m9s12/demo9s12ne64/src/Makefile index 9b38bf214b9..9d317d6a763 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/Makefile +++ b/boards/hc/m9s12/demo9s12ne64/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/hc/m9s12/demo9s12ne64/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/hc/m9s12/demo9s12ne64/src/demo9s12ne64.h b/boards/hc/m9s12/demo9s12ne64/src/demo9s12ne64.h index 88950c4d5df..87b35a07d9d 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/demo9s12ne64.h +++ b/boards/hc/m9s12/demo9s12ne64/src/demo9s12ne64.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/src/demo9s12ne64.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/hc/m9s12/demo9s12ne64/src/m9s12_appinit.c b/boards/hc/m9s12/demo9s12ne64/src/m9s12_appinit.c index 68d14c7d080..dba0fc34093 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/m9s12_appinit.c +++ b/boards/hc/m9s12/demo9s12ne64/src/m9s12_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/src/m9s12_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/hc/m9s12/demo9s12ne64/src/m9s12_boot.c b/boards/hc/m9s12/demo9s12ne64/src/m9s12_boot.c index dd299ea3b95..833273964ff 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/m9s12_boot.c +++ b/boards/hc/m9s12/demo9s12ne64/src/m9s12_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/src/m9s12_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/hc/m9s12/demo9s12ne64/src/m9s12_buttons.c b/boards/hc/m9s12/demo9s12ne64/src/m9s12_buttons.c index 955a0f1839c..44d44338d10 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/m9s12_buttons.c +++ b/boards/hc/m9s12/demo9s12ne64/src/m9s12_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/src/m9s12_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/hc/m9s12/demo9s12ne64/src/m9s12_leds.c b/boards/hc/m9s12/demo9s12ne64/src/m9s12_leds.c index 7b29b35c518..5977354c9ed 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/m9s12_leds.c +++ b/boards/hc/m9s12/demo9s12ne64/src/m9s12_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/src/m9s12_leds.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/hc/m9s12/demo9s12ne64/src/m9s12_spi.c b/boards/hc/m9s12/demo9s12ne64/src/m9s12_spi.c index 07fd234ded1..b93d6096b69 100644 --- a/boards/hc/m9s12/demo9s12ne64/src/m9s12_spi.c +++ b/boards/hc/m9s12/demo9s12ne64/src/m9s12_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/demo9s12ne64/src/m9s12_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/hc/m9s12/ne64badge/include/board.h b/boards/hc/m9s12/ne64badge/include/board.h index c969873f085..14bf2546aa0 100644 --- a/boards/hc/m9s12/ne64badge/include/board.h +++ b/boards/hc/m9s12/ne64badge/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/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/hc/m9s12/ne64badge/scripts/Make.defs b/boards/hc/m9s12/ne64badge/scripts/Make.defs index a171940a325..1b9beb634e9 100644 --- a/boards/hc/m9s12/ne64badge/scripts/Make.defs +++ b/boards/hc/m9s12/ne64badge/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/hc/m9s12/ne64badge/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/hc/m9s12/ne64badge/scripts/ne64badge-banked.ld b/boards/hc/m9s12/ne64badge/scripts/ne64badge-banked.ld index df3bc76f95f..879b9451c0c 100644 --- a/boards/hc/m9s12/ne64badge/scripts/ne64badge-banked.ld +++ b/boards/hc/m9s12/ne64badge/scripts/ne64badge-banked.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/scripts/ne64badge-banked.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/hc/m9s12/ne64badge/scripts/ne64badge-nonbanked.ld b/boards/hc/m9s12/ne64badge/scripts/ne64badge-nonbanked.ld index fd579d5d7ce..89a4c8ce02c 100644 --- a/boards/hc/m9s12/ne64badge/scripts/ne64badge-nonbanked.ld +++ b/boards/hc/m9s12/ne64badge/scripts/ne64badge-nonbanked.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/scripts/ne64badge-nonbanked.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/hc/m9s12/ne64badge/src/Makefile b/boards/hc/m9s12/ne64badge/src/Makefile index 221cea6d3bf..9d1d7b0fec4 100644 --- a/boards/hc/m9s12/ne64badge/src/Makefile +++ b/boards/hc/m9s12/ne64badge/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/hc/m9s12/ne64badge/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/hc/m9s12/ne64badge/src/m9s12_appinit.c b/boards/hc/m9s12/ne64badge/src/m9s12_appinit.c index c04c8a1a231..3588ad515a7 100644 --- a/boards/hc/m9s12/ne64badge/src/m9s12_appinit.c +++ b/boards/hc/m9s12/ne64badge/src/m9s12_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/src/m9s12_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/hc/m9s12/ne64badge/src/m9s12_boot.c b/boards/hc/m9s12/ne64badge/src/m9s12_boot.c index f906fabeb9f..e24207e7ee0 100644 --- a/boards/hc/m9s12/ne64badge/src/m9s12_boot.c +++ b/boards/hc/m9s12/ne64badge/src/m9s12_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/src/m9s12_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/hc/m9s12/ne64badge/src/m9s12_buttons.c b/boards/hc/m9s12/ne64badge/src/m9s12_buttons.c index d58851f8999..4ed502e7e9d 100644 --- a/boards/hc/m9s12/ne64badge/src/m9s12_buttons.c +++ b/boards/hc/m9s12/ne64badge/src/m9s12_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/src/m9s12_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/hc/m9s12/ne64badge/src/m9s12_leds.c b/boards/hc/m9s12/ne64badge/src/m9s12_leds.c index 721ef090be9..84b2e51170c 100644 --- a/boards/hc/m9s12/ne64badge/src/m9s12_leds.c +++ b/boards/hc/m9s12/ne64badge/src/m9s12_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/src/m9s12_leds.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/hc/m9s12/ne64badge/src/m9s12_spi.c b/boards/hc/m9s12/ne64badge/src/m9s12_spi.c index 889609c48fa..6c0bc540ec9 100644 --- a/boards/hc/m9s12/ne64badge/src/m9s12_spi.c +++ b/boards/hc/m9s12/ne64badge/src/m9s12_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/src/m9s12_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/hc/m9s12/ne64badge/src/ne64badge.h b/boards/hc/m9s12/ne64badge/src/ne64badge.h index 10f0686ab6d..3533c89fbc1 100644 --- a/boards/hc/m9s12/ne64badge/src/ne64badge.h +++ b/boards/hc/m9s12/ne64badge/src/ne64badge.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/hc/m9s12/ne64badge/src/ne64badge.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