diff --git a/boards/risc-v/litex/arty_a7/include/board.h b/boards/risc-v/litex/arty_a7/include/board.h index f9b5e649c3..67765e8828 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 73e2d64497..04158aea0a 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 b66dae9d2c..207b83d03e 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 f9220d16e6..70a931e7db 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 3ee313aeb4..af489be418 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 d5e50dee63..24a1bc3854 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 65518bffa4..4d2aecfcb8 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 cb0ee0795e..be75f28905 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 7371433f46..095cd54cbc 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 4abdce06b8..c332025dc5 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 43a3c7a0df..7d91028117 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 426dba8e75..af6df3b353 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 c61eb49f2e..1a74133c20 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 6f413cd663..41c0a52322 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 2f3445fae7..0f99587fe1 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 1b731e9cce..232d719eca 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