diff --git a/cpu/arm7_common/Kconfig b/cpu/arm7_common/Kconfig index 3b7bf79e26..03617abc2b 100644 --- a/cpu/arm7_common/Kconfig +++ b/cpu/arm7_common/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_ARCH_ARMV4T bool diff --git a/cpu/arm7_common/arm7_init.c b/cpu/arm7_common/arm7_init.c index ed8f1e842c..2641ad387a 100644 --- a/cpu/arm7_common/arm7_init.c +++ b/cpu/arm7_common/arm7_init.c @@ -1,9 +1,6 @@ /* - * Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. - * - * 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: 2008-2009 Freie Universitaet Berlin (FUB) + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/arm7_common/arm_cpu.c b/cpu/arm7_common/arm_cpu.c index 1634349956..7663dc071d 100644 --- a/cpu/arm7_common/arm_cpu.c +++ b/cpu/arm7_common/arm_cpu.c @@ -1,13 +1,10 @@ +/* + * SPDX-FileCopyrightText: 2008-2009 Heiko Will + * SPDX-FileCopyrightText: 2009 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only + */ + /** - * ARM architecture common support functions - * - * Copyright (C) 2008, 2009 Heiko Will - * Copyright (C) 2009 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. - * * @ingroup cpu_arm7_common * @{ * @file diff --git a/cpu/arm7_common/include/VIC.h b/cpu/arm7_common/include/VIC.h index c98f4f0f11..3eb7b8a4f9 100644 --- a/cpu/arm7_common/include/VIC.h +++ b/cpu/arm7_common/include/VIC.h @@ -1,8 +1,6 @@ -/* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * 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: 2005-2008 by Thomas Hillebrandt and Heiko Will + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/architecture_arch.h b/cpu/arm7_common/include/architecture_arch.h index 2b66dff64f..9e703c4770 100644 --- a/cpu/arm7_common/include/architecture_arch.h +++ b/cpu/arm7_common/include/architecture_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/arm7_common.h b/cpu/arm7_common/include/arm7_common.h index 32470aae42..4ebae6b58c 100644 --- a/cpu/arm7_common/include/arm7_common.h +++ b/cpu/arm7_common/include/arm7_common.h @@ -1,9 +1,7 @@ /* - * Copyright (C) 2008-2009, 2014 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: 2008-2009 Freie Universität Berlin + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/arm_cpu.h b/cpu/arm7_common/include/arm_cpu.h index 1e1005e33c..844feaab6a 100644 --- a/cpu/arm7_common/include/arm_cpu.h +++ b/cpu/arm7_common/include/arm_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 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 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/atomic_utils_arch.h b/cpu/arm7_common/include/atomic_utils_arch.h index f29f19af81..a0183b25e5 100644 --- a/cpu/arm7_common/include/atomic_utils_arch.h +++ b/cpu/arm7_common/include/atomic_utils_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/iap.h b/cpu/arm7_common/include/iap.h index 11f27cae2f..a323ec64d1 100644 --- a/cpu/arm7_common/include/iap.h +++ b/cpu/arm7_common/include/iap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 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 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/irq_arch.h b/cpu/arm7_common/include/irq_arch.h index 833cb2525c..0d4f50279e 100644 --- a/cpu/arm7_common/include/irq_arch.h +++ b/cpu/arm7_common/include/irq_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will - * - * 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: 2005-2008 by Thomas Hillebrandt and Heiko Will + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/include/thread_arch.h b/cpu/arm7_common/include/thread_arch.h index 676062fff3..c7def38099 100644 --- a/cpu/arm7_common/include/thread_arch.h +++ b/cpu/arm7_common/include/thread_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2008, 2009 Heiko Will - * Copyright (C) 2009 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: 2008-2009 Heiko Will + * SPDX-FileCopyrightText: 2009 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7_common/periph/pm.c b/cpu/arm7_common/periph/pm.c index 6ebfb4efa3..70756a9cd4 100644 --- a/cpu/arm7_common/periph/pm.c +++ b/cpu/arm7_common/periph/pm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/arm7_common/vectors.c b/cpu/arm7_common/vectors.c index 23937bca82..f97e7fd804 100644 --- a/cpu/arm7_common/vectors.c +++ b/cpu/arm7_common/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2008-2009, Freie Universität Berlin (FUB). All rights reserved. - * - * 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: 2008-2009 Freie Universität Berlin (FUB) + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/arm7tdmi_gba/cpu.c b/cpu/arm7tdmi_gba/cpu.c index 98aa3b0b85..c8f478f4b0 100644 --- a/cpu/arm7tdmi_gba/cpu.c +++ b/cpu/arm7tdmi_gba/cpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 HAW Hamburg. All rights reserved. - * - * 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: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/arm7tdmi_gba/include/cpu.h b/cpu/arm7tdmi_gba/include/cpu.h index 7e344ec1a4..e684526c13 100644 --- a/cpu/arm7tdmi_gba/include/cpu.h +++ b/cpu/arm7tdmi_gba/include/cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 HAW Hamburg. All rights reserved. - * - * 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: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7tdmi_gba/include/cpu_conf.h b/cpu/arm7tdmi_gba/include/cpu_conf.h index 2954aa686f..9726b9cb13 100644 --- a/cpu/arm7tdmi_gba/include/cpu_conf.h +++ b/cpu/arm7tdmi_gba/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 HAW Hamburg. All rights reserved. - * - * 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: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7tdmi_gba/include/periph_cpu.h b/cpu/arm7tdmi_gba/include/periph_cpu.h index 57eb37bc1f..b85d3fa8f4 100644 --- a/cpu/arm7tdmi_gba/include/periph_cpu.h +++ b/cpu/arm7tdmi_gba/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 HAW Hamburg. All rights reserved. - * - * 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: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/arm7tdmi_gba/stdio_fb/stdio_fb.c b/cpu/arm7tdmi_gba/stdio_fb/stdio_fb.c index f4674fba16..bc53de9551 100644 --- a/cpu/arm7tdmi_gba/stdio_fb/stdio_fb.c +++ b/cpu/arm7tdmi_gba/stdio_fb/stdio_fb.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Bennet Blischke - * - * 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: 2023 Bennet Blischke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega1281/Kconfig b/cpu/atmega1281/Kconfig index a6d8f7f687..f100ac4017 100644 --- a/cpu/atmega1281/Kconfig +++ b/cpu/atmega1281/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 ## CPU Models config CPU_MODEL_ATMEGA1281 diff --git a/cpu/atmega1281/include/default_timer_config.h b/cpu/atmega1281/include/default_timer_config.h index 95e7f9dda7..481bae7a78 100644 --- a/cpu/atmega1281/include/default_timer_config.h +++ b/cpu/atmega1281/include/default_timer_config.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2016 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: 2015 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega1281/include/periph_cpu.h b/cpu/atmega1281/include/periph_cpu.h index d76392888c..f9373e2eaf 100644 --- a/cpu/atmega1281/include/periph_cpu.h +++ b/cpu/atmega1281/include/periph_cpu.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2016 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: 2015 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega1284p/Kconfig b/cpu/atmega1284p/Kconfig index c87724f5c6..ab7969df24 100644 --- a/cpu/atmega1284p/Kconfig +++ b/cpu/atmega1284p/Kconfig @@ -1,8 +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 ## CPU Models config CPU_MODEL_ATMEGA1284P diff --git a/cpu/atmega1284p/include/default_timer_config.h b/cpu/atmega1284p/include/default_timer_config.h index 6890dfec92..c4f8cfc462 100644 --- a/cpu/atmega1284p/include/default_timer_config.h +++ b/cpu/atmega1284p/include/default_timer_config.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega1284p/include/periph_cpu.h b/cpu/atmega1284p/include/periph_cpu.h index bf0c40a01e..28b74048fd 100644 --- a/cpu/atmega1284p/include/periph_cpu.h +++ b/cpu/atmega1284p/include/periph_cpu.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2018 Matthew Blue - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Matthew Blue + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega128rfa1/Kconfig b/cpu/atmega128rfa1/Kconfig index 695b4855cc..b156cde823 100644 --- a/cpu/atmega128rfa1/Kconfig +++ b/cpu/atmega128rfa1/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 ## CPU Models config CPU_MODEL_ATMEGA128RFA1 diff --git a/cpu/atmega128rfa1/include/default_timer_config.h b/cpu/atmega128rfa1/include/default_timer_config.h index 2fc3a504ec..bb32e36a6f 100644 --- a/cpu/atmega128rfa1/include/default_timer_config.h +++ b/cpu/atmega128rfa1/include/default_timer_config.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen - * - * 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 Josua Arndt, Steffen Robertz, RWTH Aachen + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega128rfa1/include/periph_cpu.h b/cpu/atmega128rfa1/include/periph_cpu.h index cec22ceea1..5ed4f6c5b3 100644 --- a/cpu/atmega128rfa1/include/periph_cpu.h +++ b/cpu/atmega128rfa1/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen - * - * 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 Josua Arndt, Steffen Robertz, RWTH Aachen + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega2560/Kconfig b/cpu/atmega2560/Kconfig index acb3182b09..2c8665dccf 100644 --- a/cpu/atmega2560/Kconfig +++ b/cpu/atmega2560/Kconfig @@ -1,8 +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_ATMEGA256 bool diff --git a/cpu/atmega2560/include/default_timer_config.h b/cpu/atmega2560/include/default_timer_config.h index ab652dba58..9e0da81836 100644 --- a/cpu/atmega2560/include/default_timer_config.h +++ b/cpu/atmega2560/include/default_timer_config.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2016 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: 2015 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega2560/include/periph_cpu.h b/cpu/atmega2560/include/periph_cpu.h index 8c10dffbc8..ec39985629 100644 --- a/cpu/atmega2560/include/periph_cpu.h +++ b/cpu/atmega2560/include/periph_cpu.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega256rfr2/Kconfig b/cpu/atmega256rfr2/Kconfig index 73800165a0..299659fac7 100644 --- a/cpu/atmega256rfr2/Kconfig +++ b/cpu/atmega256rfr2/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_ATMEGA256RF bool diff --git a/cpu/atmega256rfr2/include/default_timer_config.h b/cpu/atmega256rfr2/include/default_timer_config.h index 7009fb9e33..d136e7757f 100644 --- a/cpu/atmega256rfr2/include/default_timer_config.h +++ b/cpu/atmega256rfr2/include/default_timer_config.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen - * - * 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 Josua Arndt, Steffen Robertz, RWTH Aachen + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega256rfr2/include/periph_cpu.h b/cpu/atmega256rfr2/include/periph_cpu.h index 38bb96a08f..d92493764b 100644 --- a/cpu/atmega256rfr2/include/periph_cpu.h +++ b/cpu/atmega256rfr2/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen - * - * 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 Josua Arndt, Steffen Robertz, RWTH Aachen + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega328p/Kconfig b/cpu/atmega328p/Kconfig index 63928cdf24..81494bbb18 100644 --- a/cpu/atmega328p/Kconfig +++ b/cpu/atmega328p/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_ATMEGA328 bool diff --git a/cpu/atmega328p/include/default_timer_config.h b/cpu/atmega328p/include/default_timer_config.h index df3acba678..a6e5bf5890 100644 --- a/cpu/atmega328p/include/default_timer_config.h +++ b/cpu/atmega328p/include/default_timer_config.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega328p/include/periph_cpu.h b/cpu/atmega328p/include/periph_cpu.h index fc5ec11c48..3494d294b4 100644 --- a/cpu/atmega328p/include/periph_cpu.h +++ b/cpu/atmega328p/include/periph_cpu.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega32u4/Kconfig b/cpu/atmega32u4/Kconfig index 48cbe91afe..72571eab77 100644 --- a/cpu/atmega32u4/Kconfig +++ b/cpu/atmega32u4/Kconfig @@ -1,8 +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_ATMEGA32 bool diff --git a/cpu/atmega32u4/include/default_timer_config.h b/cpu/atmega32u4/include/default_timer_config.h index 09ea10e3fe..4f6ca74a4e 100644 --- a/cpu/atmega32u4/include/default_timer_config.h +++ b/cpu/atmega32u4/include/default_timer_config.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Thomas Perrot - * - * 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 Thomas Perrot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega32u4/include/periph_cpu.h b/cpu/atmega32u4/include/periph_cpu.h index 17ba75af7e..28fb43f1ff 100644 --- a/cpu/atmega32u4/include/periph_cpu.h +++ b/cpu/atmega32u4/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Thomas Perrot - * - * 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 Thomas Perrot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega8/Kconfig b/cpu/atmega8/Kconfig index 14d2640e27..e6fc77cfe2 100644 --- a/cpu/atmega8/Kconfig +++ b/cpu/atmega8/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_ATMEGA8 bool diff --git a/cpu/atmega8/include/cpu_conf.h b/cpu/atmega8/include/cpu_conf.h index c8b22d949a..d42d7ae7be 100644 --- a/cpu/atmega8/include/cpu_conf.h +++ b/cpu/atmega8/include/cpu_conf.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2017 RWTH Aachen, Josua Arndt - * 2018 Matthew Blue - * 2023 Hugues Larrive - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2018 Matthew Blue + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega8/include/default_timer_config.h b/cpu/atmega8/include/default_timer_config.h index 37beab7453..a633053ce8 100644 --- a/cpu/atmega8/include/default_timer_config.h +++ b/cpu/atmega8/include/default_timer_config.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2023 Hugues Larrive - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega8/include/periph_cpu.h b/cpu/atmega8/include/periph_cpu.h index 44d25ad81e..5d13960c7c 100644 --- a/cpu/atmega8/include/periph_cpu.h +++ b/cpu/atmega8/include/periph_cpu.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2023 Hugues Larrive - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/Kconfig b/cpu/atmega_common/Kconfig index 85de1e8671..906753436a 100644 --- a/cpu/atmega_common/Kconfig +++ b/cpu/atmega_common/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_COMMON_ATMEGA bool diff --git a/cpu/atmega_common/atmega_cpu.c b/cpu/atmega_common/atmega_cpu.c index c40047dba9..797ee2242e 100644 --- a/cpu/atmega_common/atmega_cpu.c +++ b/cpu/atmega_common/atmega_cpu.c @@ -1,13 +1,10 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2017 RWTH Aachen, Josua Arndt - * 2018 Matthew Blue - * 2021-2023 Gerson Fernando Budke - * 2023 Hugues Larrive - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2018 Matthew Blue + * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/include/atmega_gpio.h b/cpu/atmega_common/include/atmega_gpio.h index 09e38b4f21..40a0c7c61b 100644 --- a/cpu/atmega_common/include/atmega_gpio.h +++ b/cpu/atmega_common/include/atmega_gpio.h @@ -1,11 +1,7 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 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: 2015 HAW Hamburg + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/include/atmega_regs_common.h b/cpu/atmega_common/include/atmega_regs_common.h index c2b4bb0ddb..1d34063ac6 100644 --- a/cpu/atmega_common/include/atmega_regs_common.h +++ b/cpu/atmega_common/include/atmega_regs_common.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2016 INRIA - * 2017 Thomas Perrot - * 2023 Hugues Larrive - * - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-FileCopyrightText: 2017 Thomas Perrot + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/include/cpu_clock.h b/cpu/atmega_common/include/cpu_clock.h index 81952f14e9..ca3d05254d 100644 --- a/cpu/atmega_common/include/cpu_clock.h +++ b/cpu/atmega_common/include/cpu_clock.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2015 Kaspar Schleiser - * 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2018 RWTH Aachen, Josua Arndt - * 2021 Gerson Fernando Budke - * - * 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 Kaspar Schleiser + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/include/cpu_conf.h b/cpu/atmega_common/include/cpu_conf.h index 8d0faba47a..a0f45b1b77 100644 --- a/cpu/atmega_common/include/cpu_conf.h +++ b/cpu/atmega_common/include/cpu_conf.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2017 RWTH Aachen, Josua Arndt - * 2018 Matthew Blue - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2018 Matthew Blue + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/include/gpio_ll_arch.h b/cpu/atmega_common/include/gpio_ll_arch.h index e8ec1bf1f1..ab302d45c8 100644 --- a/cpu/atmega_common/include/gpio_ll_arch.h +++ b/cpu/atmega_common/include/gpio_ll_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/include/periph_cpu_common.h b/cpu/atmega_common/include/periph_cpu_common.h index 9d62f9cb6b..d3e84563a1 100644 --- a/cpu/atmega_common/include/periph_cpu_common.h +++ b/cpu/atmega_common/include/periph_cpu_common.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 Freie Universität Berlin - * 2016 INRIA - * 2023 Hugues Larrive - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atmega_common/periph/adc.c b/cpu/atmega_common/periph/adc.c index 28de07f9a9..21d8fb8848 100644 --- a/cpu/atmega_common/periph/adc.c +++ b/cpu/atmega_common/periph/adc.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2016 Laurent Navet - * 2017 HAW Hamburg, Dimitri Nahm - * 2023 Hugues Larrive - * - * 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 Laurent Navet + * SPDX-FileCopyrightText: 2017 HAW Hamburg, Dimitri Nahm + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/cpuid.c b/cpu/atmega_common/periph/cpuid.c index c892967b04..78a2b739cd 100644 --- a/cpu/atmega_common/periph/cpuid.c +++ b/cpu/atmega_common/periph/cpuid.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 RWTH Aachen, Josua Arndt, Steffen Robertz - * - * 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 RWTH Aachen, Josua Arndt, Steffen Robertz + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/eeprom.c b/cpu/atmega_common/periph/eeprom.c index ba40c3a926..5fd0d6dfab 100644 --- a/cpu/atmega_common/periph/eeprom.c +++ b/cpu/atmega_common/periph/eeprom.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Inria - * 2023 Hugues Larrive - * - * 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 Inria + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/gpio.c b/cpu/atmega_common/periph/gpio.c index 28e050d69f..e411701be9 100644 --- a/cpu/atmega_common/periph/gpio.c +++ b/cpu/atmega_common/periph/gpio.c @@ -1,13 +1,9 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 INRIA - * 2023 Hugues Larrive - * 2023 Gerson Fernando Budke - - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/gpio_ll.c b/cpu/atmega_common/periph/gpio_ll.c index f47beb5a60..2308dd143d 100644 --- a/cpu/atmega_common/periph/gpio_ll.c +++ b/cpu/atmega_common/periph/gpio_ll.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 INRIA - * 2021 Otto-von-Guericke-Universität Magdeburg - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-FileCopyrightText: 2021 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/gpio_ll_irq.c b/cpu/atmega_common/periph/gpio_ll_irq.c index 8f13f1291c..900ec7a5ef 100644 --- a/cpu/atmega_common/periph/gpio_ll_irq.c +++ b/cpu/atmega_common/periph/gpio_ll_irq.c @@ -1,13 +1,10 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 INRIA - * 2022 Otto-von-Guericke-Universität Magdeburg - * 2023 Gerson Fernando Budke - * 2023 Hugues Larrive - * - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-FileCopyrightText: 2022 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/i2c.c b/cpu/atmega_common/periph/i2c.c index d7425688ed..ed5cf80cec 100644 --- a/cpu/atmega_common/periph/i2c.c +++ b/cpu/atmega_common/periph/i2c.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Hamburg University of Applied Sciences, Dimitri Nahm - * 2023 Hugues Larrive - * - * 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 Hamburg University of Applied Sciences, Dimitri Nahm + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/pm.c b/cpu/atmega_common/periph/pm.c index 341f95d45a..d0aa280561 100644 --- a/cpu/atmega_common/periph/pm.c +++ b/cpu/atmega_common/periph/pm.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2018 Josua Arndt - * 2016 Kaspar Schleiser - * 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * - * 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 Josua Arndt + * SPDX-FileCopyrightText: 2016 Kaspar Schleiser + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/pwm.c b/cpu/atmega_common/periph/pwm.c index edf39b4775..befddbd752 100644 --- a/cpu/atmega_common/periph/pwm.c +++ b/cpu/atmega_common/periph/pwm.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Víctor Ariño - * 2023 Hugues Larrive - * - * 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 Víctor Ariño + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/rtc.c b/cpu/atmega_common/periph/rtc.c index 8323ffe5f7..34b53460a8 100644 --- a/cpu/atmega_common/periph/rtc.c +++ b/cpu/atmega_common/periph/rtc.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * 2023 Gerson Fernando Budke - * - * 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 Benjamin Valentin + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/rtt.c b/cpu/atmega_common/periph/rtt.c index 729596fbd8..9495b83858 100644 --- a/cpu/atmega_common/periph/rtt.c +++ b/cpu/atmega_common/periph/rtt.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Acutam Automation, LLC - * 2023 Gerson Fernando Budke - * - * 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 Acutam Automation, LLC + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /* diff --git a/cpu/atmega_common/periph/spi.c b/cpu/atmega_common/periph/spi.c index 7dc3370996..216a18017f 100644 --- a/cpu/atmega_common/periph/spi.c +++ b/cpu/atmega_common/periph/spi.c @@ -1,13 +1,10 @@ /* - * Copyright (C) 2015 Daniel Amkaer Sorensen - * 2016 Freie Universität Berlin - * 2017 Hamburg University of Applied Sciences - * 2017 Thomas Perrot - * 2023 Hugues Larrive - * - * 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 Daniel Amkaer Sorensen + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Hamburg University of Applied Sciences + * SPDX-FileCopyrightText: 2017 Thomas Perrot + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/timer.c b/cpu/atmega_common/periph/timer.c index 374f8d6d30..ba7f229bc9 100644 --- a/cpu/atmega_common/periph/timer.c +++ b/cpu/atmega_common/periph/timer.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2023 Hugues Larrive - * 2023 Gerson Fernando Budke - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/uart.c b/cpu/atmega_common/periph/uart.c index 2af9fda312..7449b27964 100644 --- a/cpu/atmega_common/periph/uart.c +++ b/cpu/atmega_common/periph/uart.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2017 Thomas Perrot - * 2023 Hugues Larrive - * 2023 Gerson Fernando Budke - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2017 Thomas Perrot + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atmega_common/periph/wdt.c b/cpu/atmega_common/periph/wdt.c index c0bbe3bb6d..44ed90548a 100644 --- a/cpu/atmega_common/periph/wdt.c +++ b/cpu/atmega_common/periph/wdt.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Inria - * 2023 Hugues Larrive - * - * 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-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/Kconfig b/cpu/atxmega/Kconfig index 333b1bdaf3..1746642097 100644 --- a/cpu/atxmega/Kconfig +++ b/cpu/atxmega/Kconfig @@ -1,10 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2021 Gerson Fernando Budke -# -# 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-FileCopyrightText: 2021 Gerson Fernando Budke +# SPDX-License-Identifier: LGPL-2.1-only config CPU_COMMON_ATXMEGA bool diff --git a/cpu/atxmega/atxmega_cpu.c b/cpu/atxmega/atxmega_cpu.c index fea40a8d4f..b0b80eb9e2 100644 --- a/cpu/atxmega/atxmega_cpu.c +++ b/cpu/atxmega/atxmega_cpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/ebi/ebi.c b/cpu/atxmega/ebi/ebi.c index caeb0ca1a7..819ffb04a3 100644 --- a/cpu/atxmega/ebi/ebi.c +++ b/cpu/atxmega/ebi/ebi.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/include/cpu_clock.h b/cpu/atxmega/include/cpu_clock.h index 79d526f5a6..558fb64cef 100644 --- a/cpu/atxmega/include/cpu_clock.h +++ b/cpu/atxmega/include/cpu_clock.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atxmega/include/cpu_conf.h b/cpu/atxmega/include/cpu_conf.h index 4ff0a5e656..382ce72823 100644 --- a/cpu/atxmega/include/cpu_conf.h +++ b/cpu/atxmega/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atxmega/include/cpu_ebi.h b/cpu/atxmega/include/cpu_ebi.h index a2a9fc49b8..e096936875 100644 --- a/cpu/atxmega/include/cpu_ebi.h +++ b/cpu/atxmega/include/cpu_ebi.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atxmega/include/cpu_nvm.h b/cpu/atxmega/include/cpu_nvm.h index fa8909b7f5..7d945a83fe 100644 --- a/cpu/atxmega/include/cpu_nvm.h +++ b/cpu/atxmega/include/cpu_nvm.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atxmega/include/cpu_pm.h b/cpu/atxmega/include/cpu_pm.h index fcca3edebe..9099cf2efb 100644 --- a/cpu/atxmega/include/cpu_pm.h +++ b/cpu/atxmega/include/cpu_pm.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atxmega/include/periph_cpu.h b/cpu/atxmega/include/periph_cpu.h index 7336b9bc76..4c1319a643 100644 --- a/cpu/atxmega/include/periph_cpu.h +++ b/cpu/atxmega/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/atxmega/periph/cpuid.c b/cpu/atxmega/periph/cpuid.c index 0e15a0420b..8c8809f6fc 100644 --- a/cpu/atxmega/periph/cpuid.c +++ b/cpu/atxmega/periph/cpuid.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/gpio.c b/cpu/atxmega/periph/gpio.c index dd6914ec07..b482b3443f 100644 --- a/cpu/atxmega/periph/gpio.c +++ b/cpu/atxmega/periph/gpio.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021-2023 Gerson Fernando Budke - * - * 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: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/i2c.c b/cpu/atxmega/periph/i2c.c index 1855c387cc..80863d56cc 100644 --- a/cpu/atxmega/periph/i2c.c +++ b/cpu/atxmega/periph/i2c.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021-2023 Gerson Fernando Budke - * - * 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: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/nvm.c b/cpu/atxmega/periph/nvm.c index 88dc389e4c..d3712e7dc9 100644 --- a/cpu/atxmega/periph/nvm.c +++ b/cpu/atxmega/periph/nvm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/pm.c b/cpu/atxmega/periph/pm.c index af072b0071..ddb4ab7792 100644 --- a/cpu/atxmega/periph/pm.c +++ b/cpu/atxmega/periph/pm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/spi.c b/cpu/atxmega/periph/spi.c index bd942fb25d..df1e46d79a 100644 --- a/cpu/atxmega/periph/spi.c +++ b/cpu/atxmega/periph/spi.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/timer.c b/cpu/atxmega/periph/timer.c index f6aac36e9b..3f99deffce 100644 --- a/cpu/atxmega/periph/timer.c +++ b/cpu/atxmega/periph/timer.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021-2023 Gerson Fernando Budke - * - * 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: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/atxmega/periph/uart.c b/cpu/atxmega/periph/uart.c index 8490f1c3e0..b305552484 100644 --- a/cpu/atxmega/periph/uart.c +++ b/cpu/atxmega/periph/uart.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021-2023 Gerson Fernando Budke - * - * 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: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/avr8_common/Kconfig b/cpu/avr8_common/Kconfig index 6f4c3ce679..4893efec44 100644 --- a/cpu/avr8_common/Kconfig +++ b/cpu/avr8_common/Kconfig @@ -1,10 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2021 Gerson Fernando Budke -# -# 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-FileCopyrightText: 2021 Gerson Fernando Budke +# SPDX-License-Identifier: LGPL-2.1-only config CPU_ARCH_AVR8 bool diff --git a/cpu/avr8_common/avr8_cpu.c b/cpu/avr8_common/avr8_cpu.c index 7bd258bfbe..573c217212 100644 --- a/cpu/avr8_common/avr8_cpu.c +++ b/cpu/avr8_common/avr8_cpu.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2017 RWTH Aachen, Josua Arndt - * 2018 Matthew Blue - * 2021-2023 Gerson Fernando Budke - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2018 Matthew Blue + * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/avr8_common/avr_libc_extra/avr8_stdio.c b/cpu/avr8_common/avr_libc_extra/avr8_stdio.c index cdb64252b0..fd9239f97e 100644 --- a/cpu/avr8_common/avr_libc_extra/avr8_stdio.c +++ b/cpu/avr8_common/avr_libc_extra/avr8_stdio.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Kaspar Schleiser - * 2021 Gerson Fernando Budke - * - * 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-FileCopyrightText: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/avr8_common/avr_libc_extra/include/inttypes.h b/cpu/avr8_common/avr_libc_extra/include/inttypes.h index b7df8b97a4..819b45f999 100644 --- a/cpu/avr8_common/avr_libc_extra/include/inttypes.h +++ b/cpu/avr8_common/avr_libc_extra/include/inttypes.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Martine Lenders - * - * 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 Martine Lenders + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/avr_libc_extra/include/strings.h b/cpu/avr8_common/avr_libc_extra/include/strings.h index 69a23d71cc..bdf6baa137 100644 --- a/cpu/avr8_common/avr_libc_extra/include/strings.h +++ b/cpu/avr8_common/avr_libc_extra/include/strings.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2022 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/avr_libc_extra/include/sys/time.h b/cpu/avr8_common/avr_libc_extra/include/sys/time.h index 2672010221..71b6c08708 100644 --- a/cpu/avr8_common/avr_libc_extra/include/sys/time.h +++ b/cpu/avr8_common/avr_libc_extra/include/sys/time.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/avr_libc_extra/include/sys/types.h b/cpu/avr8_common/avr_libc_extra/include/sys/types.h index 2817eab3a4..f5452da42e 100644 --- a/cpu/avr8_common/avr_libc_extra/include/sys/types.h +++ b/cpu/avr8_common/avr_libc_extra/include/sys/types.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2015 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/avr_libc_extra/include/unistd.h b/cpu/avr8_common/avr_libc_extra/include/unistd.h index 80514d4ca4..c917d7bf7d 100644 --- a/cpu/avr8_common/avr_libc_extra/include/unistd.h +++ b/cpu/avr8_common/avr_libc_extra/include/unistd.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Eistec AB - * Copyright (C) 2015 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: 2016 Eistec AB + * SPDX-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/avr_libc_extra/posix_unistd.c b/cpu/avr8_common/avr_libc_extra/posix_unistd.c index 71e6846a74..71b3a24460 100644 --- a/cpu/avr8_common/avr_libc_extra/posix_unistd.c +++ b/cpu/avr8_common/avr_libc_extra/posix_unistd.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/avr8_common/include/architecture_arch.h b/cpu/avr8_common/include/architecture_arch.h index 81756ecdde..f623cb32f9 100644 --- a/cpu/avr8_common/include/architecture_arch.h +++ b/cpu/avr8_common/include/architecture_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg - * 2021 Gerson Fernando Budke - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/atomic_utils_arch.h b/cpu/avr8_common/include/atomic_utils_arch.h index 9b8bf9219d..2e79afa6ef 100644 --- a/cpu/avr8_common/include/atomic_utils_arch.h +++ b/cpu/avr8_common/include/atomic_utils_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg - * 2021 Gerson Fernando Budke - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/cpu.h b/cpu/avr8_common/include/cpu.h index 2f32e1efbb..a88b773f3f 100644 --- a/cpu/avr8_common/include/cpu.h +++ b/cpu/avr8_common/include/cpu.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2015 Kaspar Schleiser - * 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2018 RWTH Aachen, Josua Arndt - * 2021-2023 Gerson Fernando Budke - * - * 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 Kaspar Schleiser + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/flash_utils_arch.h b/cpu/avr8_common/include/flash_utils_arch.h index e6e219a821..aff6897b23 100644 --- a/cpu/avr8_common/include/flash_utils_arch.h +++ b/cpu/avr8_common/include/flash_utils_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2022 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/irq_arch.h b/cpu/avr8_common/include/irq_arch.h index 2e72d615dc..880f8483ee 100644 --- a/cpu/avr8_common/include/irq_arch.h +++ b/cpu/avr8_common/include/irq_arch.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2018 RWTH Aachen, Josua Arndt - * 2020 Otto-von-Guericke-Universität Magdeburg - * 2021-2023 Gerson Fernando Budke - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/states_internal.h b/cpu/avr8_common/include/states_internal.h index 45577fc524..38bc0cc198 100644 --- a/cpu/avr8_common/include/states_internal.h +++ b/cpu/avr8_common/include/states_internal.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gerson Fernando Budke - * - * 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: 2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/stdio.h b/cpu/avr8_common/include/stdio.h index 4ee1b4e1b1..46fbb5e322 100644 --- a/cpu/avr8_common/include/stdio.h +++ b/cpu/avr8_common/include/stdio.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2023 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/include/thread_arch.h b/cpu/avr8_common/include/thread_arch.h index 57a3a43efa..99f01806c9 100644 --- a/cpu/avr8_common/include/thread_arch.h +++ b/cpu/avr8_common/include/thread_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 Koen Zandberg - * 2021 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: 2021 Koen Zandberg + * SPDX-FileCopyrightText: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/avr8_common/periph/pm.c b/cpu/avr8_common/periph/pm.c index 1d31fd0833..64ecda5849 100644 --- a/cpu/avr8_common/periph/pm.c +++ b/cpu/avr8_common/periph/pm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022-2023 Gerson Fernando Budke - * - * 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: 2022-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/avr8_common/startup.c b/cpu/avr8_common/startup.c index 60dd2845bb..b80099eb72 100644 --- a/cpu/avr8_common/startup.c +++ b/cpu/avr8_common/startup.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2021 Gerson Fernando Budke - * 2023 Hugues Larrive - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/avr8_common/thread_arch.c b/cpu/avr8_common/thread_arch.c index f6529c9fb4..57f1d0cae0 100644 --- a/cpu/avr8_common/thread_arch.c +++ b/cpu/avr8_common/thread_arch.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2017 Thomas Perrot - * 2018 RWTH Aachen, Josua Arndt - * 2021-2023 Gerson Fernando Budke - * - * 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 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2017 Thomas Perrot + * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ /** 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 - * - * 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cortexm_common/include/irq_arch.h b/cpu/cortexm_common/include/irq_arch.h index 9efd39d594..e7c84c8d74 100644 --- a/cpu/cortexm_common/include/irq_arch.h +++ b/cpu/cortexm_common/include/irq_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014-2019 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-2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cortexm_common/include/mpu.h b/cpu/cortexm_common/include/mpu.h index db58c5cb30..3f3573def0 100644 --- a/cpu/cortexm_common/include/mpu.h +++ b/cpu/cortexm_common/include/mpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cortexm_common/include/thread_arch.h b/cpu/cortexm_common/include/thread_arch.h index 7b67b0a87b..9871893875 100644 --- a/cpu/cortexm_common/include/thread_arch.h +++ b/cpu/cortexm_common/include/thread_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 Koen Zandberg - * 2021 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: 2021 Koen Zandberg + * SPDX-FileCopyrightText: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cortexm_common/include/vectors_cortexm.h b/cpu/cortexm_common/include/vectors_cortexm.h index d28461875b..f6a2fb2704 100644 --- a/cpu/cortexm_common/include/vectors_cortexm.h +++ b/cpu/cortexm_common/include/vectors_cortexm.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/cortexm_common/mpu.c b/cpu/cortexm_common/mpu.c index e80b2a5806..69e424661e 100644 --- a/cpu/cortexm_common/mpu.c +++ b/cpu/cortexm_common/mpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cortexm_common/panic.c b/cpu/cortexm_common/panic.c index 8aa7d8866f..9dae3cf1e5 100644 --- a/cpu/cortexm_common/panic.c +++ b/cpu/cortexm_common/panic.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 INRIA - * Copyright (C) 2015 Eistec AB - * Copyright (C) 2016 OTA keys - * - * 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 INRIA + * SPDX-FileCopyrightText: 2015 Eistec AB + * SPDX-FileCopyrightText: 2016 OTA keys + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cortexm_common/periph/pm.c b/cpu/cortexm_common/periph/pm.c index 394875e0a9..75cb670ce4 100644 --- a/cpu/cortexm_common/periph/pm.c +++ b/cpu/cortexm_common/periph/pm.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser - * 2017 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: 2017 Kaspar Schleiser + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/cortexm_common/thread_arch.c b/cpu/cortexm_common/thread_arch.c index 3a762f43da..1e7a31095d 100644 --- a/cpu/cortexm_common/thread_arch.c +++ b/cpu/cortexm_common/thread_arch.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/cortexm_common/vectors_cortexm.c b/cpu/cortexm_common/vectors_cortexm.c index 4d7b9274fa..2627815b5d 100644 --- a/cpu/cortexm_common/vectors_cortexm.c +++ b/cpu/cortexm_common/vectors_cortexm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/Kconfig b/cpu/efm32/Kconfig index d90d6d30fa..e144c5dc65 100644 --- a/cpu/efm32/Kconfig +++ b/cpu/efm32/Kconfig @@ -1,8 +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_COMMON_EFM32 bool diff --git a/cpu/efm32/cpu.c b/cpu/efm32/cpu.c index d92f93f3c7..647ea1e622 100644 --- a/cpu/efm32/cpu.c +++ b/cpu/efm32/cpu.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015-2017 Freie Universität Berlin - * 2022 SSV Software Systems 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: 2015-2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/drivers/coretemp/coretemp.c b/cpu/efm32/drivers/coretemp/coretemp.c index b3d9832857..cbc83dddca 100644 --- a/cpu/efm32/drivers/coretemp/coretemp.c +++ b/cpu/efm32/drivers/coretemp/coretemp.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018-2020 Bas Stottelaar - * - * 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-2020 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/drivers/coretemp/coretemp_saul.c b/cpu/efm32/drivers/coretemp/coretemp_saul.c index 928385a192..f15563fd2a 100644 --- a/cpu/efm32/drivers/coretemp/coretemp_saul.c +++ b/cpu/efm32/drivers/coretemp/coretemp_saul.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32gg/Kconfig b/cpu/efm32/families/efm32gg/Kconfig index 9a76b08293..e7777b9013 100644 --- a/cpu/efm32/families/efm32gg/Kconfig +++ b/cpu/efm32/families/efm32gg/Kconfig @@ -1,8 +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_EFM32GG bool diff --git a/cpu/efm32/families/efm32gg/vectors.c b/cpu/efm32/families/efm32gg/vectors.c index b8a91be4cb..0db7c6bbc3 100644 --- a/cpu/efm32/families/efm32gg/vectors.c +++ b/cpu/efm32/families/efm32gg/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32gg11b/Kconfig b/cpu/efm32/families/efm32gg11b/Kconfig index 7a1a41689c..288f8925e4 100644 --- a/cpu/efm32/families/efm32gg11b/Kconfig +++ b/cpu/efm32/families/efm32gg11b/Kconfig @@ -1,8 +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_EFM32GG11B bool diff --git a/cpu/efm32/families/efm32gg11b/vectors.c b/cpu/efm32/families/efm32gg11b/vectors.c index cfe1de3061..5560bcf03f 100644 --- a/cpu/efm32/families/efm32gg11b/vectors.c +++ b/cpu/efm32/families/efm32gg11b/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32gg12b/Kconfig b/cpu/efm32/families/efm32gg12b/Kconfig index 734bc4eeed..79d58a9c95 100644 --- a/cpu/efm32/families/efm32gg12b/Kconfig +++ b/cpu/efm32/families/efm32gg12b/Kconfig @@ -1,8 +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_EFM32GG12B bool diff --git a/cpu/efm32/families/efm32gg12b/vectors.c b/cpu/efm32/families/efm32gg12b/vectors.c index 68f7d46696..71bddeeb93 100644 --- a/cpu/efm32/families/efm32gg12b/vectors.c +++ b/cpu/efm32/families/efm32gg12b/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32hg/Kconfig b/cpu/efm32/families/efm32hg/Kconfig index 3581caecf8..3d834796fb 100644 --- a/cpu/efm32/families/efm32hg/Kconfig +++ b/cpu/efm32/families/efm32hg/Kconfig @@ -1,8 +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_EFM32HG bool diff --git a/cpu/efm32/families/efm32hg/vectors.c b/cpu/efm32/families/efm32hg/vectors.c index 8b3d3a1484..d7ee123dfc 100644 --- a/cpu/efm32/families/efm32hg/vectors.c +++ b/cpu/efm32/families/efm32hg/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32lg/Kconfig b/cpu/efm32/families/efm32lg/Kconfig index c48ff746da..55dde6e894 100644 --- a/cpu/efm32/families/efm32lg/Kconfig +++ b/cpu/efm32/families/efm32lg/Kconfig @@ -1,8 +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_EFM32LG bool diff --git a/cpu/efm32/families/efm32lg/vectors.c b/cpu/efm32/families/efm32lg/vectors.c index 3e075a4f93..10d9494418 100644 --- a/cpu/efm32/families/efm32lg/vectors.c +++ b/cpu/efm32/families/efm32lg/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32pg12b/Kconfig b/cpu/efm32/families/efm32pg12b/Kconfig index 8a21c3d1ed..df132479c8 100644 --- a/cpu/efm32/families/efm32pg12b/Kconfig +++ b/cpu/efm32/families/efm32pg12b/Kconfig @@ -1,8 +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_EFM32PG12B bool diff --git a/cpu/efm32/families/efm32pg12b/vectors.c b/cpu/efm32/families/efm32pg12b/vectors.c index 2f77f5e2a6..b98b503d42 100644 --- a/cpu/efm32/families/efm32pg12b/vectors.c +++ b/cpu/efm32/families/efm32pg12b/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32pg1b/Kconfig b/cpu/efm32/families/efm32pg1b/Kconfig index bbf0468a87..90f031a87a 100644 --- a/cpu/efm32/families/efm32pg1b/Kconfig +++ b/cpu/efm32/families/efm32pg1b/Kconfig @@ -1,8 +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_EFM32PG1B bool diff --git a/cpu/efm32/families/efm32pg1b/vectors.c b/cpu/efm32/families/efm32pg1b/vectors.c index 944c9f9d34..55dd59187b 100644 --- a/cpu/efm32/families/efm32pg1b/vectors.c +++ b/cpu/efm32/families/efm32pg1b/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efm32zg/Kconfig b/cpu/efm32/families/efm32zg/Kconfig index d7fb299370..c97b0fb3eb 100644 --- a/cpu/efm32/families/efm32zg/Kconfig +++ b/cpu/efm32/families/efm32zg/Kconfig @@ -1,8 +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_EFM32ZG bool diff --git a/cpu/efm32/families/efm32zg/vectors.c b/cpu/efm32/families/efm32zg/vectors.c index 57f38e074b..b0b4b1a651 100644 --- a/cpu/efm32/families/efm32zg/vectors.c +++ b/cpu/efm32/families/efm32zg/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efr32mg12p/Kconfig b/cpu/efm32/families/efr32mg12p/Kconfig index 8ef00976f1..b80b8d0153 100644 --- a/cpu/efm32/families/efr32mg12p/Kconfig +++ b/cpu/efm32/families/efr32mg12p/Kconfig @@ -1,8 +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_EFR32MG12P bool diff --git a/cpu/efm32/families/efr32mg12p/vectors.c b/cpu/efm32/families/efr32mg12p/vectors.c index b4a1085ef0..5c5583af08 100644 --- a/cpu/efm32/families/efr32mg12p/vectors.c +++ b/cpu/efm32/families/efr32mg12p/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efr32mg1b/Kconfig b/cpu/efm32/families/efr32mg1b/Kconfig index f9239295c9..252103d4af 100644 --- a/cpu/efm32/families/efr32mg1b/Kconfig +++ b/cpu/efm32/families/efr32mg1b/Kconfig @@ -1,8 +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_EFR32MG1B bool diff --git a/cpu/efm32/families/efr32mg1b/vectors.c b/cpu/efm32/families/efr32mg1b/vectors.c index 65750a9136..9a6bcc20d1 100644 --- a/cpu/efm32/families/efr32mg1b/vectors.c +++ b/cpu/efm32/families/efr32mg1b/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efr32mg1p/Kconfig b/cpu/efm32/families/efr32mg1p/Kconfig index 1a721e896e..e15502c25e 100644 --- a/cpu/efm32/families/efr32mg1p/Kconfig +++ b/cpu/efm32/families/efr32mg1p/Kconfig @@ -1,8 +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_EFR32MG1P bool diff --git a/cpu/efm32/families/efr32mg1p/vectors.c b/cpu/efm32/families/efr32mg1p/vectors.c index 55598fd6c8..319681ad5a 100644 --- a/cpu/efm32/families/efr32mg1p/vectors.c +++ b/cpu/efm32/families/efr32mg1p/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/efr32zg23/Kconfig b/cpu/efm32/families/efr32zg23/Kconfig index 25af8d2e26..25f6736c74 100644 --- a/cpu/efm32/families/efr32zg23/Kconfig +++ b/cpu/efm32/families/efr32zg23/Kconfig @@ -1,8 +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_EFR32ZG23 bool diff --git a/cpu/efm32/families/efr32zg23/vectors.c b/cpu/efm32/families/efr32zg23/vectors.c index 6d4da60edc..3c63c5b3d4 100644 --- a/cpu/efm32/families/efr32zg23/vectors.c +++ b/cpu/efm32/families/efr32zg23/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/families/ezr32wg/Kconfig b/cpu/efm32/families/ezr32wg/Kconfig index a495edf328..682703f4a1 100644 --- a/cpu/efm32/families/ezr32wg/Kconfig +++ b/cpu/efm32/families/ezr32wg/Kconfig @@ -1,8 +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_EZR32WG bool diff --git a/cpu/efm32/families/ezr32wg/vectors.c b/cpu/efm32/families/ezr32wg/vectors.c index 37bbfdb3b4..0a24741aa4 100644 --- a/cpu/efm32/families/ezr32wg/vectors.c +++ b/cpu/efm32/families/ezr32wg/vectors.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2020 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-2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/include/cpu_conf.h b/cpu/efm32/include/cpu_conf.h index 670b72cc9d..ede2cad125 100644 --- a/cpu/efm32/include/cpu_conf.h +++ b/cpu/efm32/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2017 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/efm32/include/drivers/coretemp.h b/cpu/efm32/include/drivers/coretemp.h index 2caf99029d..d60051e3ce 100644 --- a/cpu/efm32/include/drivers/coretemp.h +++ b/cpu/efm32/include/drivers/coretemp.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/efm32/include/gpio_ll_arch.h b/cpu/efm32/include/gpio_ll_arch.h index f33cbde89a..cdb1b7320e 100644 --- a/cpu/efm32/include/gpio_ll_arch.h +++ b/cpu/efm32/include/gpio_ll_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Christian Amsüss - * - * 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: 2022 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/efm32/include/periph_cpu.h b/cpu/efm32/include/periph_cpu.h index 1c22c037ed..aa1588bbba 100644 --- a/cpu/efm32/include/periph_cpu.h +++ b/cpu/efm32/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2017 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/efm32/periph/adc_series01.c b/cpu/efm32/periph/adc_series01.c index 536a063e0e..b7a8046b61 100644 --- a/cpu/efm32/periph/adc_series01.c +++ b/cpu/efm32/periph/adc_series01.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/adc_series2.c b/cpu/efm32/periph/adc_series2.c index b8b902322b..abb6f26574 100644 --- a/cpu/efm32/periph/adc_series2.c +++ b/cpu/efm32/periph/adc_series2.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 SSV Software Systems 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/cpuid.c b/cpu/efm32/periph/cpuid.c index 05861a7410..315f1a7248 100644 --- a/cpu/efm32/periph/cpuid.c +++ b/cpu/efm32/periph/cpuid.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2017 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/dac.c b/cpu/efm32/periph/dac.c index 584a84e1b7..cb0f62c407 100644 --- a/cpu/efm32/periph/dac.c +++ b/cpu/efm32/periph/dac.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/flashpage.c b/cpu/efm32/periph/flashpage.c index a43db9421a..c45afde91c 100644 --- a/cpu/efm32/periph/flashpage.c +++ b/cpu/efm32/periph/flashpage.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/gpio.c b/cpu/efm32/periph/gpio.c index 0d37f1c8ae..08f1ceb86c 100644 --- a/cpu/efm32/periph/gpio.c +++ b/cpu/efm32/periph/gpio.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2017 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/gpio_ll.c b/cpu/efm32/periph/gpio_ll.c index 4cb2a5b0e8..db5e82cc11 100644 --- a/cpu/efm32/periph/gpio_ll.c +++ b/cpu/efm32/periph/gpio_ll.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Christian Amsüss - * - * 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: 2022 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/hwrng_series1.c b/cpu/efm32/periph/hwrng_series1.c index aeb450d2bd..b3f1b6f9dc 100644 --- a/cpu/efm32/periph/hwrng_series1.c +++ b/cpu/efm32/periph/hwrng_series1.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/hwrng_series2.c b/cpu/efm32/periph/hwrng_series2.c index 8122dd2c19..e252c9dda4 100644 --- a/cpu/efm32/periph/hwrng_series2.c +++ b/cpu/efm32/periph/hwrng_series2.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 SSV Software Systems 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/i2c.c b/cpu/efm32/periph/i2c.c index 11973ce0b1..4a794834d5 100644 --- a/cpu/efm32/periph/i2c.c +++ b/cpu/efm32/periph/i2c.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/pm.c b/cpu/efm32/periph/pm.c index 9c60448cef..ff9fccbe8e 100644 --- a/cpu/efm32/periph/pm.c +++ b/cpu/efm32/periph/pm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017-2018 Bas Stottelaar - * - * 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-2018 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/pwm.c b/cpu/efm32/periph/pwm.c index ea940a3b5a..936c349729 100644 --- a/cpu/efm32/periph/pwm.c +++ b/cpu/efm32/periph/pwm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/rtc_series0.c b/cpu/efm32/periph/rtc_series0.c index 474d7afbf0..e7413fa0cd 100644 --- a/cpu/efm32/periph/rtc_series0.c +++ b/cpu/efm32/periph/rtc_series0.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/rtc_series1.c b/cpu/efm32/periph/rtc_series1.c index 4baa616755..1f7e51dac7 100644 --- a/cpu/efm32/periph/rtc_series1.c +++ b/cpu/efm32/periph/rtc_series1.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/rtt_series0.c b/cpu/efm32/periph/rtt_series0.c index abe3c3d10d..56f6a60e21 100644 --- a/cpu/efm32/periph/rtt_series0.c +++ b/cpu/efm32/periph/rtt_series0.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/rtt_series1.c b/cpu/efm32/periph/rtt_series1.c index cb1abd8d6b..de883909e7 100644 --- a/cpu/efm32/periph/rtt_series1.c +++ b/cpu/efm32/periph/rtt_series1.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/spi.c b/cpu/efm32/periph/spi.c index 1b63a8e3fa..72295b8ef6 100644 --- a/cpu/efm32/periph/spi.c +++ b/cpu/efm32/periph/spi.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014-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-2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/timer_series01.c b/cpu/efm32/periph/timer_series01.c index 7a10f8ae3f..608c4cf437 100644 --- a/cpu/efm32/periph/timer_series01.c +++ b/cpu/efm32/periph/timer_series01.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2017 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/timer_series2.c b/cpu/efm32/periph/timer_series2.c index 87aa91c57c..7a43efe524 100644 --- a/cpu/efm32/periph/timer_series2.c +++ b/cpu/efm32/periph/timer_series2.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 SSV Software Systems 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/uart_series01.c b/cpu/efm32/periph/uart_series01.c index 8411a4912e..aeb25813d9 100644 --- a/cpu/efm32/periph/uart_series01.c +++ b/cpu/efm32/periph/uart_series01.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2017 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/uart_series2.c b/cpu/efm32/periph/uart_series2.c index 28eb517059..1e326fc1ef 100644 --- a/cpu/efm32/periph/uart_series2.c +++ b/cpu/efm32/periph/uart_series2.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 SSV Software Systems 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/wdt_series0.c b/cpu/efm32/periph/wdt_series0.c index b571affe93..1facf01c25 100644 --- a/cpu/efm32/periph/wdt_series0.c +++ b/cpu/efm32/periph/wdt_series0.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/efm32/periph/wdt_series12.c b/cpu/efm32/periph/wdt_series12.c index a5610abc64..de7beb878d 100644 --- a/cpu/efm32/periph/wdt_series12.c +++ b/cpu/efm32/periph/wdt_series12.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /**