diff --git a/cpu/cc2538/Kconfig b/cpu/cc2538/Kconfig index 0ea1f1c72a..7f982ec5b7 100644 --- a/cpu/cc2538/Kconfig +++ b/cpu/cc2538/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config CPU_FAM_CC2538 bool diff --git a/cpu/cc2538/cpu.c b/cpu/cc2538/cpu.c index 83abd1e465..37acb4ea2f 100644 --- a/cpu/cc2538/cpu.c +++ b/cpu/cc2538/cpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/include/cc2538.h b/cpu/cc2538/include/cc2538.h index e315775e8f..b0fd7bb31e 100644 --- a/cpu/cc2538/include/cc2538.h +++ b/cpu/cc2538/include/cc2538.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_eui_primary.h b/cpu/cc2538/include/cc2538_eui_primary.h index 2c1a70f8d4..dac75c33cc 100644 --- a/cpu/cc2538/include/cc2538_eui_primary.h +++ b/cpu/cc2538/include/cc2538_eui_primary.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 ML!PA Consulting GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_gpio.h b/cpu/cc2538/include/cc2538_gpio.h index 221784a8e7..baaf9557dd 100644 --- a/cpu/cc2538/include/cc2538_gpio.h +++ b/cpu/cc2538/include/cc2538_gpio.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_gptimer.h b/cpu/cc2538/include/cc2538_gptimer.h index 237a6d3f92..cbc1bc0679 100644 --- a/cpu/cc2538/include/cc2538_gptimer.h +++ b/cpu/cc2538/include/cc2538_gptimer.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * 2018 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-FileCopyrightText: 2018 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_rf.h b/cpu/cc2538/include/cc2538_rf.h index 9551ac2c9a..ec6a8e7992 100644 --- a/cpu/cc2538/include/cc2538_rf.h +++ b/cpu/cc2538/include/cc2538_rf.h @@ -1,11 +1,7 @@ /* - * Copyright (C) 2016 MUTEX NZ Ltd. - * Copyright (C) 2015 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - * + * SPDX-FileCopyrightText: 2016 MUTEX NZ Ltd. + * SPDX-FileCopyrightText: 2015 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_rf_internal.h b/cpu/cc2538/include/cc2538_rf_internal.h index 07bce8e7dd..0c3abc51f7 100644 --- a/cpu/cc2538/include/cc2538_rf_internal.h +++ b/cpu/cc2538/include/cc2538_rf_internal.h @@ -1,10 +1,6 @@ /* - * Copyright (C) 2016 MUTEX NZ Ltd. - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. - * + * SPDX-FileCopyrightText: 2016 MUTEX NZ Ltd. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_rfcore.h b/cpu/cc2538/include/cc2538_rfcore.h index 75715dc2f1..110bda36e7 100644 --- a/cpu/cc2538/include/cc2538_rfcore.h +++ b/cpu/cc2538/include/cc2538_rfcore.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_soc_adc.h b/cpu/cc2538/include/cc2538_soc_adc.h index dfc68f1f92..55c7fb6761 100644 --- a/cpu/cc2538/include/cc2538_soc_adc.h +++ b/cpu/cc2538/include/cc2538_soc_adc.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * 2018 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-FileCopyrightText: 2018 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_ssi.h b/cpu/cc2538/include/cc2538_ssi.h index b4bdf0efe2..9c9ba4aa91 100644 --- a/cpu/cc2538/include/cc2538_ssi.h +++ b/cpu/cc2538/include/cc2538_ssi.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_sys_ctrl.h b/cpu/cc2538/include/cc2538_sys_ctrl.h index cd9512370a..aa6dd324fb 100644 --- a/cpu/cc2538/include/cc2538_sys_ctrl.h +++ b/cpu/cc2538/include/cc2538_sys_ctrl.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cc2538_uart.h b/cpu/cc2538/include/cc2538_uart.h index f0d5b7e6f9..f2174f869d 100644 --- a/cpu/cc2538/include/cc2538_uart.h +++ b/cpu/cc2538/include/cc2538_uart.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/cpu_conf.h b/cpu/cc2538/include/cpu_conf.h index 06a6807b56..d00a052719 100644 --- a/cpu/cc2538/include/cpu_conf.h +++ b/cpu/cc2538/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/openwsn_defs.h b/cpu/cc2538/include/openwsn_defs.h index 50c12daba7..5db691f7dc 100644 --- a/cpu/cc2538/include/openwsn_defs.h +++ b/cpu/cc2538/include/openwsn_defs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/include/periph_cpu.h b/cpu/cc2538/include/periph_cpu.h index 0b136c195b..fd5049dfc9 100644 --- a/cpu/cc2538/include/periph_cpu.h +++ b/cpu/cc2538/include/periph_cpu.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015-2016 Freie Universität Berlin - * 2017 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc2538/periph/adc.c b/cpu/cc2538/periph/adc.c index 166120a6b6..20ec0acea7 100644 --- a/cpu/cc2538/periph/adc.c +++ b/cpu/cc2538/periph/adc.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2017 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ - /** +/** * @ingroup cpu_cc2538 * @ingroup drivers_periph_adc * @{ diff --git a/cpu/cc2538/periph/flashpage.c b/cpu/cc2538/periph/flashpage.c index 1070c3ba51..d7ad510be2 100644 --- a/cpu/cc2538/periph/flashpage.c +++ b/cpu/cc2538/periph/flashpage.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/gpio.c b/cpu/cc2538/periph/gpio.c index 4ed0cd7092..363a8f5064 100644 --- a/cpu/cc2538/periph/gpio.c +++ b/cpu/cc2538/periph/gpio.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * 2016 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/hwrng.c b/cpu/cc2538/periph/hwrng.c index 18054022a8..5f32d7129c 100644 --- a/cpu/cc2538/periph/hwrng.c +++ b/cpu/cc2538/periph/hwrng.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * 2016 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/i2c.c b/cpu/cc2538/periph/i2c.c index 46ced955eb..9920e0751c 100644 --- a/cpu/cc2538/periph/i2c.c +++ b/cpu/cc2538/periph/i2c.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 Loci Controls Inc. - * 2017 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015 Loci Controls Inc. + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/pm.c b/cpu/cc2538/periph/pm.c index d43ee816ec..49c0a072d8 100644 --- a/cpu/cc2538/periph/pm.c +++ b/cpu/cc2538/periph/pm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 ML!PA Consulting GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/rtt.c b/cpu/cc2538/periph/rtt.c index 04fca41a90..165592f06c 100644 --- a/cpu/cc2538/periph/rtt.c +++ b/cpu/cc2538/periph/rtt.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/spi.c b/cpu/cc2538/periph/spi.c index edd67d97a6..3b517e3935 100644 --- a/cpu/cc2538/periph/spi.c +++ b/cpu/cc2538/periph/spi.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 Loci Controls Inc. - * 2016 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015 Loci Controls Inc. + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/timer.c b/cpu/cc2538/periph/timer.c index 2f705faab0..d2a11f3e4b 100644 --- a/cpu/cc2538/periph/timer.c +++ b/cpu/cc2538/periph/timer.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/uart.c b/cpu/cc2538/periph/uart.c index 3f9a4abe43..8ba42047aa 100644 --- a/cpu/cc2538/periph/uart.c +++ b/cpu/cc2538/periph/uart.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * 2017 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 Loci Controls Inc. + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/periph/wdt.c b/cpu/cc2538/periph/wdt.c index 2e7c7edbcd..18afeca1b8 100644 --- a/cpu/cc2538/periph/wdt.c +++ b/cpu/cc2538/periph/wdt.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Technische Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Technische Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/radio/cc2538_rf.c b/cpu/cc2538/radio/cc2538_rf.c index 4755ad3fe7..5bc2a92730 100644 --- a/cpu/cc2538/radio/cc2538_rf.c +++ b/cpu/cc2538/radio/cc2538_rf.c @@ -1,11 +1,7 @@ /* - * Copyright (C) 2016 MUTEX NZ Ltd. - * Copyright (C) 2015 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - * + * SPDX-FileCopyrightText: 2016 MUTEX NZ Ltd. + * SPDX-FileCopyrightText: 2015 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/radio/cc2538_rf_getset.c b/cpu/cc2538/radio/cc2538_rf_getset.c index 16aff22a7b..c28eb75701 100644 --- a/cpu/cc2538/radio/cc2538_rf_getset.c +++ b/cpu/cc2538/radio/cc2538_rf_getset.c @@ -1,11 +1,7 @@ /* - * Copyright (C) 2016 MUTEX NZ Ltd. - * Copyright (C) 2015 Loci Controls Inc. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - * + * SPDX-FileCopyrightText: 2016 MUTEX NZ Ltd. + * SPDX-FileCopyrightText: 2015 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/radio/cc2538_rf_internal.c b/cpu/cc2538/radio/cc2538_rf_internal.c index f990fa9a50..52684fbb55 100644 --- a/cpu/cc2538/radio/cc2538_rf_internal.c +++ b/cpu/cc2538/radio/cc2538_rf_internal.c @@ -1,10 +1,6 @@ /* - * Copyright (C) 2016 MUTEX NZ Ltd. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - * + * SPDX-FileCopyrightText: 2016 MUTEX NZ Ltd. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/radio/cc2538_rf_radio_ops.c b/cpu/cc2538/radio/cc2538_rf_radio_ops.c index a150526295..2caad0b73e 100644 --- a/cpu/cc2538/radio/cc2538_rf_radio_ops.c +++ b/cpu/cc2538/radio/cc2538_rf_radio_ops.c @@ -1,10 +1,6 @@ /* - * Copyright (C) 2020 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - * + * SPDX-FileCopyrightText: 2020 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc2538/vectors.c b/cpu/cc2538/vectors.c index 0997fb73d6..65df500a75 100644 --- a/cpu/cc2538/vectors.c +++ b/cpu/cc2538/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014-2015 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014-2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26x0_cc13x0/Kconfig b/cpu/cc26x0_cc13x0/Kconfig index 9e0c69f5f9..e5187c4681 100644 --- a/cpu/cc26x0_cc13x0/Kconfig +++ b/cpu/cc26x0_cc13x0/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config CPU_FAM_CC26X0 bool diff --git a/cpu/cc26x0_cc13x0/cpu.c b/cpu/cc26x0_cc13x0/cpu.c index d330696c79..7a1b0d1a79 100644 --- a/cpu/cc26x0_cc13x0/cpu.c +++ b/cpu/cc26x0_cc13x0/cpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h index 89315042de..41a6a5f550 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h index f83b7ffa9d..eb99b620b7 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h index 98a8e7c798..b64b64bfeb 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x0_cc13x0/include/cpu_conf.h b/cpu/cc26x0_cc13x0/include/cpu_conf.h index b923ee00ec..1a579ee840 100644 --- a/cpu/cc26x0_cc13x0/include/cpu_conf.h +++ b/cpu/cc26x0_cc13x0/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x0_cc13x0/include/periph_cpu.h b/cpu/cc26x0_cc13x0/include/periph_cpu.h index 50e9810181..4566cf841b 100644 --- a/cpu/cc26x0_cc13x0/include/periph_cpu.h +++ b/cpu/cc26x0_cc13x0/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/Kconfig b/cpu/cc26x2_cc13x2/Kconfig index c478bb0a9b..e4a0c8bba9 100644 --- a/cpu/cc26x2_cc13x2/Kconfig +++ b/cpu/cc26x2_cc13x2/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config CPU_FAM_CC13X2 bool diff --git a/cpu/cc26x2_cc13x2/auxiliary.c b/cpu/cc26x2_cc13x2/auxiliary.c index 29915e669a..1b4ef71a38 100644 --- a/cpu/cc26x2_cc13x2/auxiliary.c +++ b/cpu/cc26x2_cc13x2/auxiliary.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26x2_cc13x2/cpu.c b/cpu/cc26x2_cc13x2/cpu.c index 4bcd3e9f82..383daa8a93 100644 --- a/cpu/cc26x2_cc13x2/cpu.c +++ b/cpu/cc26x2_cc13x2/cpu.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Leon George - * Copyright (C) 2018 Anton Gerasimov - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-FileCopyrightText: 2018 Anton Gerasimov + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h index 0f40fce3ae..c2bc88f3f6 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Leon George - * Copyright (C) 2018 Anton Gerasimov - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-FileCopyrightText: 2018 Anton Gerasimov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h index dd25d5f1b9..eb9ee4575c 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h index 6781e5ff3c..8403231e0d 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h index 6721490953..2bf1f0622f 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/include/cpu_conf.h b/cpu/cc26x2_cc13x2/include/cpu_conf.h index fcb7524de5..37bb5764cb 100644 --- a/cpu/cc26x2_cc13x2/include/cpu_conf.h +++ b/cpu/cc26x2_cc13x2/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/include/periph_cpu.h b/cpu/cc26x2_cc13x2/include/periph_cpu.h index 341983b0e5..62afeb8645 100644 --- a/cpu/cc26x2_cc13x2/include/periph_cpu.h +++ b/cpu/cc26x2_cc13x2/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26x2_cc13x2/osc.c b/cpu/cc26x2_cc13x2/osc.c index c3511c9964..8de58972b6 100644 --- a/cpu/cc26x2_cc13x2/osc.c +++ b/cpu/cc26x2_cc13x2/osc.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26xx_cc13xx/Kconfig b/cpu/cc26xx_cc13xx/Kconfig index f42e8203d5..a65c316ae5 100644 --- a/cpu/cc26xx_cc13xx/Kconfig +++ b/cpu/cc26xx_cc13xx/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config CPU_COMMON_CC26XX_CC13XX bool diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h index ea5d6230a6..5d2ef6c9e2 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h index ab388a7472..94327d7fd0 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h index fa0a1dff4a..09458e8f25 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h index e11499df4e..21ef56b322 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h index 6cbf5771d9..118e7a6d6a 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h index fa2d7a430b..fbd0a286a8 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h index 0ef69aebac..350dd7a03b 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h index 0d2bcb745d..18ecbd059f 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h index e6da6c983e..03b7dd414e 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h index 61fcac4a45..d74536a357 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h index 3adf7aaa5c..3e83669bd9 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h index a1ebe9ee0a..7a192e604e 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h index cf4ef6a8c0..6ecff088a6 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h b/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h index 3520037276..99b682d6c8 100644 --- a/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h +++ b/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Leon George - * Copyright (C) 2020 Locha Inc - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/include/periph_cpu_common.h b/cpu/cc26xx_cc13xx/include/periph_cpu_common.h index eaea504d9d..e44e0321b0 100644 --- a/cpu/cc26xx_cc13xx/include/periph_cpu_common.h +++ b/cpu/cc26xx_cc13xx/include/periph_cpu_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cc26xx_cc13xx/periph/gpio.c b/cpu/cc26xx_cc13xx/periph/gpio.c index 17ad877d20..0880dba6ac 100644 --- a/cpu/cc26xx_cc13xx/periph/gpio.c +++ b/cpu/cc26xx_cc13xx/periph/gpio.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26xx_cc13xx/periph/i2c.c b/cpu/cc26xx_cc13xx/periph/i2c.c index 4e5fc42136..b8d5bd15a2 100644 --- a/cpu/cc26xx_cc13xx/periph/i2c.c +++ b/cpu/cc26xx_cc13xx/periph/i2c.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Kaspar Schleiser - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cc26xx_cc13xx/periph/pm.c b/cpu/cc26xx_cc13xx/periph/pm.c index 19c0d5fa4e..dd7bd7e319 100644 --- a/cpu/cc26xx_cc13xx/periph/pm.c +++ b/cpu/cc26xx_cc13xx/periph/pm.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser