diff --git a/boards/arm64/a64/pinephone/include/board.h b/boards/arm64/a64/pinephone/include/board.h index 7716e44d1b..56a386c6d1 100644 --- a/boards/arm64/a64/pinephone/include/board.h +++ b/boards/arm64/a64/pinephone/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/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/arm64/a64/pinephone/include/board_memorymap.h b/boards/arm64/a64/pinephone/include/board_memorymap.h index 06840ed967..8b9cd6225c 100644 --- a/boards/arm64/a64/pinephone/include/board_memorymap.h +++ b/boards/arm64/a64/pinephone/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/include/board_memorymap.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/arm64/a64/pinephone/scripts/Make.defs b/boards/arm64/a64/pinephone/scripts/Make.defs index 7d400486fd..8c7b28b942 100644 --- a/boards/arm64/a64/pinephone/scripts/Make.defs +++ b/boards/arm64/a64/pinephone/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm64/a64/pinephone/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/arm64/a64/pinephone/scripts/dramboot.ld b/boards/arm64/a64/pinephone/scripts/dramboot.ld index 22890c0aef..aa3a27a940 100644 --- a/boards/arm64/a64/pinephone/scripts/dramboot.ld +++ b/boards/arm64/a64/pinephone/scripts/dramboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/scripts/dramboot.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/arm64/a64/pinephone/src/Makefile b/boards/arm64/a64/pinephone/src/Makefile index 353d3ae634..8376a6844c 100644 --- a/boards/arm64/a64/pinephone/src/Makefile +++ b/boards/arm64/a64/pinephone/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm64/a64/pinephone/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/arm64/a64/pinephone/src/pinephone.h b/boards/arm64/a64/pinephone/src/pinephone.h index 6c7625cbe8..7970618920 100644 --- a/boards/arm64/a64/pinephone/src/pinephone.h +++ b/boards/arm64/a64/pinephone/src/pinephone.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone.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/arm64/a64/pinephone/src/pinephone_appinit.c b/boards/arm64/a64/pinephone/src/pinephone_appinit.c index 844bcdffc2..2331583e1f 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_appinit.c +++ b/boards/arm64/a64/pinephone/src/pinephone_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_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/arm64/a64/pinephone/src/pinephone_autoleds.c b/boards/arm64/a64/pinephone/src/pinephone_autoleds.c index 95da430575..7ce321eb06 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_autoleds.c +++ b/boards/arm64/a64/pinephone/src/pinephone_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_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/arm64/a64/pinephone/src/pinephone_boardinit.c b/boards/arm64/a64/pinephone/src/pinephone_boardinit.c index 2b3c20a827..7547e9203c 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_boardinit.c +++ b/boards/arm64/a64/pinephone/src/pinephone_boardinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_boardinit.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/arm64/a64/pinephone/src/pinephone_bringup.c b/boards/arm64/a64/pinephone/src/pinephone_bringup.c index 3ea296a35b..71d3d330d0 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_bringup.c +++ b/boards/arm64/a64/pinephone/src/pinephone_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_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/arm64/a64/pinephone/src/pinephone_display.c b/boards/arm64/a64/pinephone/src/pinephone_display.c index 8e4216a0fa..3354a11742 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_display.c +++ b/boards/arm64/a64/pinephone/src/pinephone_display.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_display.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/arm64/a64/pinephone/src/pinephone_display.h b/boards/arm64/a64/pinephone/src/pinephone_display.h index 714009042e..f39986b0e8 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_display.h +++ b/boards/arm64/a64/pinephone/src/pinephone_display.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_display.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/arm64/a64/pinephone/src/pinephone_lcd.c b/boards/arm64/a64/pinephone/src/pinephone_lcd.c index ec8b6c6788..57d93704a8 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_lcd.c +++ b/boards/arm64/a64/pinephone/src/pinephone_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_lcd.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/arm64/a64/pinephone/src/pinephone_lcd.h b/boards/arm64/a64/pinephone/src/pinephone_lcd.h index 77ad379498..6637e65ff4 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_lcd.h +++ b/boards/arm64/a64/pinephone/src/pinephone_lcd.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_lcd.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/arm64/a64/pinephone/src/pinephone_pmic.c b/boards/arm64/a64/pinephone/src/pinephone_pmic.c index 7622956049..9223eee8e3 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_pmic.c +++ b/boards/arm64/a64/pinephone/src/pinephone_pmic.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_pmic.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/arm64/a64/pinephone/src/pinephone_pmic.h b/boards/arm64/a64/pinephone/src/pinephone_pmic.h index c284845437..749d2702c8 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_pmic.h +++ b/boards/arm64/a64/pinephone/src/pinephone_pmic.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_pmic.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/arm64/a64/pinephone/src/pinephone_reset.c b/boards/arm64/a64/pinephone/src/pinephone_reset.c index 4667e0facf..aca3e635f2 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_reset.c +++ b/boards/arm64/a64/pinephone/src/pinephone_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_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/arm64/a64/pinephone/src/pinephone_touch.c b/boards/arm64/a64/pinephone/src/pinephone_touch.c index 64be5ed085..138140e2a8 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_touch.c +++ b/boards/arm64/a64/pinephone/src/pinephone_touch.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_touch.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/arm64/a64/pinephone/src/pinephone_touch.h b/boards/arm64/a64/pinephone/src/pinephone_touch.h index 2f777d3dab..78087d4b5b 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_touch.h +++ b/boards/arm64/a64/pinephone/src/pinephone_touch.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_touch.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/arm64/a64/pinephone/src/pinephone_userleds.c b/boards/arm64/a64/pinephone/src/pinephone_userleds.c index 1e6754d6cc..89ca321d88 100644 --- a/boards/arm64/a64/pinephone/src/pinephone_userleds.c +++ b/boards/arm64/a64/pinephone/src/pinephone_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm64/a64/pinephone/src/pinephone_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