diff --git a/boards/risc-v/litex/arty_a7/include/board.h b/boards/risc-v/litex/arty_a7/include/board.h index f9b5e649c32..67765e8828e 100644 --- a/boards/risc-v/litex/arty_a7/include/board.h +++ b/boards/risc-v/litex/arty_a7/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/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/risc-v/litex/arty_a7/include/board_memorymap.h b/boards/risc-v/litex/arty_a7/include/board_memorymap.h index 73e2d644978..04158aea0a1 100644 --- a/boards/risc-v/litex/arty_a7/include/board_memorymap.h +++ b/boards/risc-v/litex/arty_a7/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/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/risc-v/litex/arty_a7/scripts/Make.defs b/boards/risc-v/litex/arty_a7/scripts/Make.defs index b66dae9d2c3..207b83d03ef 100644 --- a/boards/risc-v/litex/arty_a7/scripts/Make.defs +++ b/boards/risc-v/litex/arty_a7/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/litex/arty_a7/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/risc-v/litex/arty_a7/scripts/gnu-elf.ld b/boards/risc-v/litex/arty_a7/scripts/gnu-elf.ld index f9220d16e68..70a931e7dbb 100644 --- a/boards/risc-v/litex/arty_a7/scripts/gnu-elf.ld +++ b/boards/risc-v/litex/arty_a7/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/scripts/gnu-elf.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/risc-v/litex/arty_a7/scripts/ld-kernel.script b/boards/risc-v/litex/arty_a7/scripts/ld-kernel.script index 3ee313aeb4b..af489be4185 100644 --- a/boards/risc-v/litex/arty_a7/scripts/ld-kernel.script +++ b/boards/risc-v/litex/arty_a7/scripts/ld-kernel.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/scripts/ld-kernel.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/risc-v/litex/arty_a7/scripts/ld.script b/boards/risc-v/litex/arty_a7/scripts/ld.script index d5e50dee634..24a1bc3854f 100644 --- a/boards/risc-v/litex/arty_a7/scripts/ld.script +++ b/boards/risc-v/litex/arty_a7/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/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/risc-v/litex/arty_a7/src/Makefile b/boards/risc-v/litex/arty_a7/src/Makefile index 65518bffa45..4d2aecfcb87 100644 --- a/boards/risc-v/litex/arty_a7/src/Makefile +++ b/boards/risc-v/litex/arty_a7/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/litex/arty_a7/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/risc-v/litex/arty_a7/src/arty_a7.h b/boards/risc-v/litex/arty_a7/src/arty_a7.h index cb0ee0795ea..be75f289059 100644 --- a/boards/risc-v/litex/arty_a7/src/arty_a7.h +++ b/boards/risc-v/litex/arty_a7/src/arty_a7.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/arty_a7.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/risc-v/litex/arty_a7/src/litex_appinit.c b/boards/risc-v/litex/arty_a7/src/litex_appinit.c index 7371433f468..095cd54cbc4 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_appinit.c +++ b/boards/risc-v/litex/arty_a7/src/litex_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_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/risc-v/litex/arty_a7/src/litex_automount.c b/boards/risc-v/litex/arty_a7/src/litex_automount.c index 4abdce06b87..c332025dc5e 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_automount.c +++ b/boards/risc-v/litex/arty_a7/src/litex_automount.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_automount.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/risc-v/litex/arty_a7/src/litex_boot.c b/boards/risc-v/litex/arty_a7/src/litex_boot.c index 43a3c7a0df2..7d910281174 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_boot.c +++ b/boards/risc-v/litex/arty_a7/src/litex_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_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/risc-v/litex/arty_a7/src/litex_bringup.c b/boards/risc-v/litex/arty_a7/src/litex_bringup.c index 426dba8e75f..af6df3b353b 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_bringup.c +++ b/boards/risc-v/litex/arty_a7/src/litex_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_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/risc-v/litex/arty_a7/src/litex_pwm.c b/boards/risc-v/litex/arty_a7/src/litex_pwm.c index c61eb49f2e7..1a74133c20c 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_pwm.c +++ b/boards/risc-v/litex/arty_a7/src/litex_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_pwm.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/risc-v/litex/arty_a7/src/litex_ramdisk.c b/boards/risc-v/litex/arty_a7/src/litex_ramdisk.c index 6f413cd663f..41c0a52322c 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_ramdisk.c +++ b/boards/risc-v/litex/arty_a7/src/litex_ramdisk.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_ramdisk.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/risc-v/litex/arty_a7/src/litex_reset.c b/boards/risc-v/litex/arty_a7/src/litex_reset.c index 2f3445fae7e..0f99587fe10 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_reset.c +++ b/boards/risc-v/litex/arty_a7/src/litex_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_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/risc-v/litex/arty_a7/src/litex_sdio.c b/boards/risc-v/litex/arty_a7/src/litex_sdio.c index 1b731e9cce7..232d719eca0 100644 --- a/boards/risc-v/litex/arty_a7/src/litex_sdio.c +++ b/boards/risc-v/litex/arty_a7/src/litex_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/litex/arty_a7/src/litex_sdio.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