diff --git a/sys/include/analog_util.h b/sys/include/analog_util.h index e359833770a9..13b01e514cc7 100644 --- a/sys/include/analog_util.h +++ b/sys/include/analog_util.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/sys/include/app_metadata.h b/sys/include/app_metadata.h index 2cca7686738c..ee4c4e3f425e 100644 --- a/sys/include/app_metadata.h +++ b/sys/include/app_metadata.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/architecture.h b/sys/include/architecture.h index 4a7fb65605a1..ce4113679d2e 100644 --- a/sys/include/architecture.h +++ b/sys/include/architecture.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/sys/include/atomic_utils.h b/sys/include/atomic_utils.h index 426abf003e1d..c42cbf3fe9c9 100644 --- a/sys/include/atomic_utils.h +++ b/sys/include/atomic_utils.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/sys/include/auto_init.h b/sys/include/auto_init.h index d3237291207b..829f42bb7ca3 100644 --- a/sys/include/auto_init.h +++ b/sys/include/auto_init.h @@ -1,11 +1,9 @@ /* - * Copyright (C) 2010,2015 Freie Universität Berlin - * Copyright (C) 2010 Kaspar Schleiser - * Copyright (C) 2013-2018 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: 2010 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2010 Kaspar Schleiser + * SPDX-FileCopyrightText: 2013-2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/auto_init_utils.h b/sys/include/auto_init_utils.h index bef5b8071611..b2506ce84b47 100644 --- a/sys/include/auto_init_utils.h +++ b/sys/include/auto_init_utils.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Otto-von-Guericke-Universität Magdebug - * - * This file is subject to the terms and 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 Magdebug + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bcd.h b/sys/include/bcd.h index 86f593d4a1e8..79df188bbb62 100644 --- a/sys/include/bcd.h +++ b/sys/include/bcd.h @@ -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 */ #pragma once diff --git a/sys/include/benchmark.h b/sys/include/benchmark.h index db4ff9685837..80cb45dbc4ce 100644 --- a/sys/include/benchmark.h +++ b/sys/include/benchmark.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017,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: 2017-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bhp.h b/sys/include/bhp.h index 088cb9669f29..dda3546539ce 100644 --- a/sys/include/bhp.h +++ b/sys/include/bhp.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bhp/event.h b/sys/include/bhp/event.h index 9d7b83e9bd8d..15b486091817 100644 --- a/sys/include/bhp/event.h +++ b/sys/include/bhp/event.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bhp/msg.h b/sys/include/bhp/msg.h index 9babef82d04c..a8e0273cf06c 100644 --- a/sys/include/bhp/msg.h +++ b/sys/include/bhp/msg.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bit.h b/sys/include/bit.h index ee53ac540176..a29862f8a37c 100644 --- a/sys/include/bit.h +++ b/sys/include/bit.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and 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 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bitfield.h b/sys/include/bitfield.h index 086f5fce0676..a98e1c3b6ba7 100644 --- a/sys/include/bitfield.h +++ b/sys/include/bitfield.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/bloom.h b/sys/include/bloom.h index c06d06f29fc4..79c5efec1e0c 100644 --- a/sys/include/bloom.h +++ b/sys/include/bloom.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/sys/include/busy_wait.h b/sys/include/busy_wait.h index 17503896233b..36abe8e388d0 100644 --- a/sys/include/busy_wait.h +++ b/sys/include/busy_wait.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 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: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/byteorder.h b/sys/include/byteorder.h index e4822dcf2c7b..b492cdf06755 100644 --- a/sys/include/byteorder.h +++ b/sys/include/byteorder.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 René Kijewski - * - * This file is subject to the terms and 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 René Kijewski + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/can.h b/sys/include/can/can.h index e9f1afe9f90f..22a26a7244a0 100644 --- a/sys/include/can/can.h +++ b/sys/include/can/can.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/common.h b/sys/include/can/common.h index 443f0e43c513..776d443027a9 100644 --- a/sys/include/can/common.h +++ b/sys/include/can/common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/conn/isotp.h b/sys/include/can/conn/isotp.h index 14b8c8ada932..9e9bf3eab169 100644 --- a/sys/include/can/conn/isotp.h +++ b/sys/include/can/conn/isotp.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/conn/raw.h b/sys/include/can/conn/raw.h index 7a3af937d532..f878d9d03d03 100644 --- a/sys/include/can/conn/raw.h +++ b/sys/include/can/conn/raw.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/device.h b/sys/include/can/device.h index 4aba0c1f3c42..9d5501076b92 100644 --- a/sys/include/can/device.h +++ b/sys/include/can/device.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/dll.h b/sys/include/can/dll.h index b7ac34c9ee16..b1d9496aa058 100644 --- a/sys/include/can/dll.h +++ b/sys/include/can/dll.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/isotp.h b/sys/include/can/isotp.h index a824c58cc9c1..ceab067ebc17 100644 --- a/sys/include/can/isotp.h +++ b/sys/include/can/isotp.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/pkt.h b/sys/include/can/pkt.h index afe9f9e1b82c..d3ee3709335a 100644 --- a/sys/include/can/pkt.h +++ b/sys/include/can/pkt.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2018 OTA keys S.A. - * - * This file is subject to the terms and 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-2018 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/raw.h b/sys/include/can/raw.h index 66a3350d1bf8..15bff792c6a5 100644 --- a/sys/include/can/raw.h +++ b/sys/include/can/raw.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/can/router.h b/sys/include/can/router.h index a1c271dd8dfc..003204bc525c 100644 --- a/sys/include/can/router.h +++ b/sys/include/can/router.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2018 OTA keys S.A. - * - * This file is subject to the terms and 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-2018 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/cb_mux.h b/sys/include/cb_mux.h index 2c6ccfebe266..7624cb408875 100644 --- a/sys/include/cb_mux.h +++ b/sys/include/cb_mux.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Acutam Automation, LLC - * - * This file is subject to the terms and 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-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/chunked_ringbuffer.h b/sys/include/chunked_ringbuffer.h index 65c6b16ee308..57950c0976e8 100644 --- a/sys/include/chunked_ringbuffer.h +++ b/sys/include/chunked_ringbuffer.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/clif.h b/sys/include/clif.h index 3ac3e0bf7fe5..09c327406e02 100644 --- a/sys/include/clif.h +++ b/sys/include/clif.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/clk.h b/sys/include/clk.h index 0f22015cf280..e520e4d5b692 100644 --- a/sys/include/clk.h +++ b/sys/include/clk.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/coding/xor.h b/sys/include/coding/xor.h index 2fea3c25dcd4..cb11a73a93d5 100644 --- a/sys/include/coding/xor.h +++ b/sys/include/coding/xor.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Benjamin Valentin - * - * This file is subject to the terms and 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 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/color.h b/sys/include/color.h index a1e0ac49ef6e..272cce96b3bd 100644 --- a/sys/include/color.h +++ b/sys/include/color.h @@ -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 */ #pragma once diff --git a/sys/include/congure.h b/sys/include/congure.h index 623bbe7b8364..c7b1a3f9f787 100644 --- a/sys/include/congure.h +++ b/sys/include/congure.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/congure/abe.h b/sys/include/congure/abe.h index 254a632d8ff3..6bdc6604ed4d 100644 --- a/sys/include/congure/abe.h +++ b/sys/include/congure/abe.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/congure/config.h b/sys/include/congure/config.h index 4c768ada2bce..3e8d9858eb10 100644 --- a/sys/include/congure/config.h +++ b/sys/include/congure/config.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/congure/mock.h b/sys/include/congure/mock.h index 4f81e05ff37b..2c11ada54af2 100644 --- a/sys/include/congure/mock.h +++ b/sys/include/congure/mock.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/congure/quic.h b/sys/include/congure/quic.h index 66701131efd6..d996d64d8b54 100644 --- a/sys/include/congure/quic.h +++ b/sys/include/congure/quic.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/congure/reno.h b/sys/include/congure/reno.h index 6e0afeb7cc81..29d07aa4c54f 100644 --- a/sys/include/congure/reno.h +++ b/sys/include/congure/reno.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/congure/test.h b/sys/include/congure/test.h index 888c8e7fa3be..2670608b878d 100644 --- a/sys/include/congure/test.h +++ b/sys/include/congure/test.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/crypto/ciphers.h b/sys/include/crypto/ciphers.h index 0a379c4890af..69ef5d4a9468 100644 --- a/sys/include/crypto/ciphers.h +++ b/sys/include/crypto/ciphers.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2013 Freie Universität Berlin, Computer Systems & Telematics - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2013 Freie Universität Berlin, Computer Systems & Telematics + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/crypto/helper.h b/sys/include/crypto/helper.h index 3f9e2107df76..9d7a86832464 100644 --- a/sys/include/crypto/helper.h +++ b/sys/include/crypto/helper.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/sys/include/crypto/modes/cbc.h b/sys/include/crypto/modes/cbc.h index 8b4a006f5774..05f23c0f3e3a 100644 --- a/sys/include/crypto/modes/cbc.h +++ b/sys/include/crypto/modes/cbc.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/sys/include/crypto/modes/ccm.h b/sys/include/crypto/modes/ccm.h index 620eaf6ead4a..4f440acc6013 100644 --- a/sys/include/crypto/modes/ccm.h +++ b/sys/include/crypto/modes/ccm.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/sys/include/crypto/modes/ctr.h b/sys/include/crypto/modes/ctr.h index e5234d8cb3ee..6c1da9f5b1a8 100644 --- a/sys/include/crypto/modes/ctr.h +++ b/sys/include/crypto/modes/ctr.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/sys/include/crypto/modes/ecb.h b/sys/include/crypto/modes/ecb.h index 6e2239f17328..ea8ee5f203b0 100644 --- a/sys/include/crypto/modes/ecb.h +++ b/sys/include/crypto/modes/ecb.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/sys/include/crypto/modes/ocb.h b/sys/include/crypto/modes/ocb.h index 5816a1cec1ff..44333b7e07dd 100644 --- a/sys/include/crypto/modes/ocb.h +++ b/sys/include/crypto/modes/ocb.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Mathias Tausig - * - * This file is subject to the terms and 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 Mathias Tausig + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/crypto/psa/riot_ciphers.h b/sys/include/crypto/psa/riot_ciphers.h index eaf06fcc705e..2258cc4384b5 100644 --- a/sys/include/crypto/psa/riot_ciphers.h +++ b/sys/include/crypto/psa/riot_ciphers.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/dbgpin.h b/sys/include/dbgpin.h index e1883311eaa0..42ef57830395 100644 --- a/sys/include/dbgpin.h +++ b/sys/include/dbgpin.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/debug_irq_disable.h b/sys/include/debug_irq_disable.h index 8df8c321b92f..6084df39d75b 100644 --- a/sys/include/debug_irq_disable.h +++ b/sys/include/debug_irq_disable.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/div.h b/sys/include/div.h index a44d70e478af..0c6362d3a0a1 100644 --- a/sys/include/div.h +++ b/sys/include/div.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 Kaspar Schleiser - * Copyright (C) 2016 Eistec AB - * - * This file is subject to the terms and 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: 2016 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/ecc/hamming256.h b/sys/include/ecc/hamming256.h index 010e772ebffa..ead24b6d9538 100644 --- a/sys/include/ecc/hamming256.h +++ b/sys/include/ecc/hamming256.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Lucas Jenß - * - * This file is subject to the terms and 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 Lucas Jenß + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/ecc/repetition.h b/sys/include/ecc/repetition.h index 4aa57839ff4d..a4ec1130ab47 100644 --- a/sys/include/ecc/repetition.h +++ b/sys/include/ecc/repetition.h @@ -1,24 +1,7 @@ /* - * Copyright (c) 2007 - 2015 Joseph Gaeddert - * Copyright (c) 2018 HAW Hamburg - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. + * SPDX-FileCopyrightText: 2007-2015 Joseph Gaeddert + * SPDX-FileCopyrightText: 2018 HAW Hamburg + * SPDX-License-Identifier: MIT */ #pragma once diff --git a/sys/include/eepreg.h b/sys/include/eepreg.h index e898afa585ba..0184626bc063 100644 --- a/sys/include/eepreg.h +++ b/sys/include/eepreg.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Acutam Automation, LLC - * - * This file is subject to the terms and 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-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/embUnit.h b/sys/include/embUnit.h index 1d808d34756a..ebb3275724d1 100644 --- a/sys/include/embUnit.h +++ b/sys/include/embUnit.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 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: 2014 Martine Lenders + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/sys/include/embUnit/AssertImpl.h b/sys/include/embUnit/AssertImpl.h index a6c344581ea3..3cc8fcef86fb 100644 --- a/sys/include/embUnit/AssertImpl.h +++ b/sys/include/embUnit/AssertImpl.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: AssertImpl.h,v 1.6 2003/09/16 11:09:53 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_ASSERTIMPL_H #define EMBUNIT_ASSERTIMPL_H diff --git a/sys/include/embUnit/ColorOutputter.h b/sys/include/embUnit/ColorOutputter.h index f704eefbeb3c..0b6de2613fe3 100644 --- a/sys/include/embUnit/ColorOutputter.h +++ b/sys/include/embUnit/ColorOutputter.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Janos Kutscherauer - * - * This file is subject to the terms and 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 Janos Kutscherauer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/embUnit/ColorTextOutputter.h b/sys/include/embUnit/ColorTextOutputter.h index eb5330ef0a78..bd4da9409b38 100644 --- a/sys/include/embUnit/ColorTextOutputter.h +++ b/sys/include/embUnit/ColorTextOutputter.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Janos Kutscherauer - * - * This file is subject to the terms and 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 Janos Kutscherauer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/embUnit/CompilerOutputter.h b/sys/include/embUnit/CompilerOutputter.h index 49b4fb8a832c..93345158d48e 100644 --- a/sys/include/embUnit/CompilerOutputter.h +++ b/sys/include/embUnit/CompilerOutputter.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: CompilerOutputter.h,v 1.2 2003/09/06 13:28:27 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_COMPILEROUTPUTTER_H #define EMBUNIT_COMPILEROUTPUTTER_H diff --git a/sys/include/embUnit/HelperMacro.h b/sys/include/embUnit/HelperMacro.h index 448997d50f9e..d06b62ee6a60 100644 --- a/sys/include/embUnit/HelperMacro.h +++ b/sys/include/embUnit/HelperMacro.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: HelperMacro.h,v 1.3 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_HELPERMACRO_H #define EMBUNIT_HELPERMACRO_H diff --git a/sys/include/embUnit/Outputter.h b/sys/include/embUnit/Outputter.h index 5644cadb3868..ff1449d83c0d 100644 --- a/sys/include/embUnit/Outputter.h +++ b/sys/include/embUnit/Outputter.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: Outputter.h,v 1.2 2003/09/06 13:28:27 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_OUTPUTTER_H #define EMBUNIT_OUTPUTTER_H diff --git a/sys/include/embUnit/RepeatedTest.h b/sys/include/embUnit/RepeatedTest.h index a2fa7ccf2aa3..3c60f9083c11 100644 --- a/sys/include/embUnit/RepeatedTest.h +++ b/sys/include/embUnit/RepeatedTest.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: RepeatedTest.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_REPEATEDTEST_H #define EMBUNIT_REPEATEDTEST_H diff --git a/sys/include/embUnit/Test.h b/sys/include/embUnit/Test.h index 20a512dd8d75..1275abf6e207 100644 --- a/sys/include/embUnit/Test.h +++ b/sys/include/embUnit/Test.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: Test.h,v 1.4 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TEST_H #define EMBUNIT_TEST_H diff --git a/sys/include/embUnit/TestCaller.h b/sys/include/embUnit/TestCaller.h index c99bb4a37570..7c173b637e94 100644 --- a/sys/include/embUnit/TestCaller.h +++ b/sys/include/embUnit/TestCaller.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TestCaller.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TESTCALLER_H #define EMBUNIT_TESTCALLER_H diff --git a/sys/include/embUnit/TestCase.h b/sys/include/embUnit/TestCase.h index e191145400c8..7946b2ef5e34 100644 --- a/sys/include/embUnit/TestCase.h +++ b/sys/include/embUnit/TestCase.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TestCase.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TESTCASE_H #define EMBUNIT_TESTCASE_H diff --git a/sys/include/embUnit/TestListener.h b/sys/include/embUnit/TestListener.h index e8a49d7bc163..d3b591b02556 100644 --- a/sys/include/embUnit/TestListener.h +++ b/sys/include/embUnit/TestListener.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TestListener.h,v 1.4 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TESTLISTENER_H #define EMBUNIT_TESTLISTENER_H diff --git a/sys/include/embUnit/TestResult.h b/sys/include/embUnit/TestResult.h index d3f555a57132..5911eee9c9f3 100644 --- a/sys/include/embUnit/TestResult.h +++ b/sys/include/embUnit/TestResult.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TestResult.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TESTRESULT_H #define EMBUNIT_TESTRESULT_H diff --git a/sys/include/embUnit/TestRunner.h b/sys/include/embUnit/TestRunner.h index a469154c7754..6a35168e11c0 100644 --- a/sys/include/embUnit/TestRunner.h +++ b/sys/include/embUnit/TestRunner.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TestRunner.h,v 1.6 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TESTRUNNER_H #define EMBUNIT_TESTRUNNER_H diff --git a/sys/include/embUnit/TestSuite.h b/sys/include/embUnit/TestSuite.h index b88cebcf6422..a494ee928c1f 100644 --- a/sys/include/embUnit/TestSuite.h +++ b/sys/include/embUnit/TestSuite.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TestSuite.h,v 1.7 2004/02/10 16:19:29 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TESTSUITE_H #define EMBUNIT_TESTSUITE_H diff --git a/sys/include/embUnit/TextOutputter.h b/sys/include/embUnit/TextOutputter.h index 29d6ad2ac3c3..9e38705ec2f8 100644 --- a/sys/include/embUnit/TextOutputter.h +++ b/sys/include/embUnit/TextOutputter.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TextOutputter.h,v 1.2 2003/09/06 13:28:27 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TEXTOUTPUTTER_H #define EMBUNIT_TEXTOUTPUTTER_H diff --git a/sys/include/embUnit/TextUIRunner.h b/sys/include/embUnit/TextUIRunner.h index c2a6d6fe1b29..23b42dbdfeb8 100644 --- a/sys/include/embUnit/TextUIRunner.h +++ b/sys/include/embUnit/TextUIRunner.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: TextUIRunner.h,v 1.3 2003/09/06 13:28:27 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_TEXTUIRUNNER_H #define EMBUNIT_TEXTUIRUNNER_H diff --git a/sys/include/embUnit/XMLOutputter.h b/sys/include/embUnit/XMLOutputter.h index 31497f8eabbc..2f35ec6e7d7b 100644 --- a/sys/include/embUnit/XMLOutputter.h +++ b/sys/include/embUnit/XMLOutputter.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: XMLOutputter.h,v 1.3 2003/09/06 13:28:27 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_XMLOUTPUTTER_H #define EMBUNIT_XMLOUTPUTTER_H diff --git a/sys/include/embUnit/embUnit.h b/sys/include/embUnit/embUnit.h index 8a1e4b7fb5b5..bea4c134b824 100644 --- a/sys/include/embUnit/embUnit.h +++ b/sys/include/embUnit/embUnit.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: embUnit.h,v 1.4 2004/02/10 16:16:19 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_EMBUNIT_H #define EMBUNIT_EMBUNIT_H diff --git a/sys/include/embUnit/embUnit_config.h b/sys/include/embUnit/embUnit_config.h index 334e38136000..da0e9e16b3c9 100644 --- a/sys/include/embUnit/embUnit_config.h +++ b/sys/include/embUnit/embUnit_config.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: config.h,v 1.7 2004/02/10 16:17:07 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_EMBUNIT_CONFIG_H #define EMBUNIT_EMBUNIT_CONFIG_H diff --git a/sys/include/embUnit/stdImpl.h b/sys/include/embUnit/stdImpl.h index 7ae60e55acb5..613c5a468792 100644 --- a/sys/include/embUnit/stdImpl.h +++ b/sys/include/embUnit/stdImpl.h @@ -1,36 +1,6 @@ /* - * COPYRIGHT AND PERMISSION NOTICE - * - * Copyright (c) 2003 Embedded Unit Project - * - * All rights reserved. - * - * Permission is hereby granted, free of charge, to any person obtaining - * a copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, and/or sell copies of the Software, and to permit persons - * to whom the Software is furnished to do so, provided that the above - * copyright notice(s) and this permission notice appear in all copies - * of the Software and that both the above copyright notice(s) and this - * permission notice appear in supporting documentation. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT - * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR - * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY - * SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER - * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF - * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * Except as contained in this notice, the name of a copyright holder - * shall not be used in advertising or otherwise to promote the sale, - * use or other dealings in this Software without prior written - * authorization of the copyright holder. - * - * $Id: stdImpl.h,v 1.4 2004/02/10 16:15:25 arms22 Exp $ + * SPDX-FileCopyrightText: 2003 Embedded Unit Project + * SPDX-License-Identifier: ICU */ #ifndef EMBUNIT_STDIMPL_H #define EMBUNIT_STDIMPL_H diff --git a/sys/include/endian.h b/sys/include/endian.h index bbea081ed0be..e052e1fb2db1 100644 --- a/sys/include/endian.h +++ b/sys/include/endian.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 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: 2024 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/entropy_source.h b/sys/include/entropy_source.h index 4e6eabf19ac8..04fad2f318a3 100644 --- a/sys/include/entropy_source.h +++ b/sys/include/entropy_source.h @@ -1,9 +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 */ #pragma once diff --git a/sys/include/entropy_source/adc_noise.h b/sys/include/entropy_source/adc_noise.h index b7985a9a8ee9..5eac15cfd83d 100644 --- a/sys/include/entropy_source/adc_noise.h +++ b/sys/include/entropy_source/adc_noise.h @@ -1,9 +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 */ #pragma once diff --git a/sys/include/entropy_source/zero_entropy.h b/sys/include/entropy_source/zero_entropy.h index d3778b3db9bf..20ce4b40fe04 100644 --- a/sys/include/entropy_source/zero_entropy.h +++ b/sys/include/entropy_source/zero_entropy.h @@ -1,9 +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 */ #pragma once diff --git a/sys/include/event.h b/sys/include/event.h index 4abec2fa73c1..9dbe2b3a81b9 100644 --- a/sys/include/event.h +++ b/sys/include/event.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Inria - * 2017 Kaspar Schleiser - * 2018-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: 2017 Inria + * SPDX-FileCopyrightText: 2017 Kaspar Schleiser + * SPDX-FileCopyrightText: 2018-2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/callback.h b/sys/include/event/callback.h index 59c01b55c5d2..e2f00d71e538 100644 --- a/sys/include/event/callback.h +++ b/sys/include/event/callback.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Inria - * 2017 Freie Universität Berlin - * 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: 2017 Inria + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/deferred_callback.h b/sys/include/event/deferred_callback.h index 9e9f3d2623d2..460e68534ef5 100644 --- a/sys/include/event/deferred_callback.h +++ b/sys/include/event/deferred_callback.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 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: 2025 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/periodic.h b/sys/include/event/periodic.h index 6036a50acada..ffab345ad0c9 100644 --- a/sys/include/event/periodic.h +++ b/sys/include/event/periodic.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/periodic_callback.h b/sys/include/event/periodic_callback.h index bfc39b00a6a6..159dfe323c81 100644 --- a/sys/include/event/periodic_callback.h +++ b/sys/include/event/periodic_callback.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/source.h b/sys/include/event/source.h index 96c9c0909769..6dab5de6d1de 100644 --- a/sys/include/event/source.h +++ b/sys/include/event/source.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/thread.h b/sys/include/event/thread.h index 09ce747bae96..45287581e262 100644 --- a/sys/include/event/thread.h +++ b/sys/include/event/thread.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2020 Kaspar Schleiser - * 2020 Freie Universität Berlin - * 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 Kaspar Schleiser + * SPDX-FileCopyrightText: 2020 Freie Universität Berlin + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/event/timeout.h b/sys/include/event/timeout.h index 8c05d2c295f2..4e955c122c50 100644 --- a/sys/include/event/timeout.h +++ b/sys/include/event/timeout.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Inria - * 2017 Freie Universität Berlin - * 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: 2017 Inria + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/evtimer.h b/sys/include/evtimer.h index 8556547c3d17..ed7e18338901 100644 --- a/sys/include/evtimer.h +++ b/sys/include/evtimer.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016-17 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: 2016-2017 Kaspar Schleiser + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/evtimer_mbox.h b/sys/include/evtimer_mbox.h index 5703172dcebe..cc8b5ad3d668 100644 --- a/sys/include/evtimer_mbox.h +++ b/sys/include/evtimer_mbox.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Simon Brummer - * - * This file is subject to the terms and 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 Simon Brummer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/evtimer_msg.h b/sys/include/evtimer_msg.h index d37ab8db7e32..ddc0d3e11c1c 100644 --- a/sys/include/evtimer_msg.h +++ b/sys/include/evtimer_msg.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016-17 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: 2016-2017 Kaspar Schleiser + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap.h b/sys/include/fido2/ctap.h index 8d2f44346989..defd0c3f0db7 100644 --- a/sys/include/fido2/ctap.h +++ b/sys/include/fido2/ctap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/ctap.h b/sys/include/fido2/ctap/ctap.h index e4fc3978c6d3..c70b672bda8d 100644 --- a/sys/include/fido2/ctap/ctap.h +++ b/sys/include/fido2/ctap/ctap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/ctap_cbor.h b/sys/include/fido2/ctap/ctap_cbor.h index c28095ba4ac5..f1f6b7ad61a5 100644 --- a/sys/include/fido2/ctap/ctap_cbor.h +++ b/sys/include/fido2/ctap/ctap_cbor.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/ctap_crypto.h b/sys/include/fido2/ctap/ctap_crypto.h index 6059bd1a432f..d6cae5ce1253 100644 --- a/sys/include/fido2/ctap/ctap_crypto.h +++ b/sys/include/fido2/ctap/ctap_crypto.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/ctap_mem.h b/sys/include/fido2/ctap/ctap_mem.h index a2f52554647c..9a7e040d629a 100644 --- a/sys/include/fido2/ctap/ctap_mem.h +++ b/sys/include/fido2/ctap/ctap_mem.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/ctap_utils.h b/sys/include/fido2/ctap/ctap_utils.h index 31bfbff8e734..4179f82796bc 100644 --- a/sys/include/fido2/ctap/ctap_utils.h +++ b/sys/include/fido2/ctap/ctap_utils.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/transport/ctap_transport.h b/sys/include/fido2/ctap/transport/ctap_transport.h index 5e23ec461eae..f32e848e17e4 100644 --- a/sys/include/fido2/ctap/transport/ctap_transport.h +++ b/sys/include/fido2/ctap/transport/ctap_transport.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fido2/ctap/transport/hid/ctap_hid.h b/sys/include/fido2/ctap/transport/hid/ctap_hid.h index 552215283e05..3ae4fe8374ed 100644 --- a/sys/include/fido2/ctap/transport/hid/ctap_hid.h +++ b/sys/include/fido2/ctap/transport/hid/ctap_hid.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/flash_utils.h b/sys/include/flash_utils.h index c633d99699af..ed0ac775a23a 100644 --- a/sys/include/flash_utils.h +++ b/sys/include/flash_utils.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/sys/include/fmt.h b/sys/include/fmt.h index 32869ec14c37..bdd0671938eb 100644 --- a/sys/include/fmt.h +++ b/sys/include/fmt.h @@ -1,9 +1,6 @@ /* - * 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: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fmt_table.h b/sys/include/fmt_table.h index 652aae4e284c..9ff0fad96514 100644 --- a/sys/include/fmt_table.h +++ b/sys/include/fmt_table.h @@ -1,9 +1,6 @@ /* - * Copyright 2019 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: 2019 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/frac.h b/sys/include/frac.h index bd4dfe6f5153..7b70ac4c1b24 100644 --- a/sys/include/frac.h +++ b/sys/include/frac.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and 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 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/constfs.h b/sys/include/fs/constfs.h index a8fd7a15881c..26d276d77d99 100644 --- a/sys/include/fs/constfs.h +++ b/sys/include/fs/constfs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Eistec AB - * - * This file is subject to the terms and 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-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/devfs.h b/sys/include/fs/devfs.h index 597f22e78c85..c37da756c452 100644 --- a/sys/include/fs/devfs.h +++ b/sys/include/fs/devfs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Eistec AB - * - * This file is subject to the terms and 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-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/fatfs.h b/sys/include/fs/fatfs.h index 8f58a011026c..f2b5f03ef368 100644 --- a/sys/include/fs/fatfs.h +++ b/sys/include/fs/fatfs.h @@ -1,9 +1,6 @@ /* - * 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 */ #pragma once diff --git a/sys/include/fs/littlefs2_fs.h b/sys/include/fs/littlefs2_fs.h index c6b4e73ef67f..1a6ee3ccff4f 100644 --- a/sys/include/fs/littlefs2_fs.h +++ b/sys/include/fs/littlefs2_fs.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 OTA keys S.A. - * 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: 2017 OTA keys S.A. + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/littlefs_fs.h b/sys/include/fs/littlefs_fs.h index 4cc9363dbff0..edb7a8f231b0 100644 --- a/sys/include/fs/littlefs_fs.h +++ b/sys/include/fs/littlefs_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/lwext4_fs.h b/sys/include/fs/lwext4_fs.h index 90df79288f98..03804306c836 100644 --- a/sys/include/fs/lwext4_fs.h +++ b/sys/include/fs/lwext4_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/native_fs.h b/sys/include/fs/native_fs.h index d1700371e8ee..09e327b0af75 100644 --- a/sys/include/fs/native_fs.h +++ b/sys/include/fs/native_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fs/spiffs_fs.h b/sys/include/fs/spiffs_fs.h index 4cbf9e2afbb8..be387e846265 100644 --- a/sys/include/fs/spiffs_fs.h +++ b/sys/include/fs/spiffs_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/fuzzing.h b/sys/include/fuzzing.h index 14c51ef99184..7a26e3cd6cd4 100644 --- a/sys/include/fuzzing.h +++ b/sys/include/fuzzing.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Sören Tempel - * Copyright (C) 2022 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: 2019 Sören Tempel + * SPDX-FileCopyrightText: 2022 Bennet Blischke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes.h b/sys/include/hashes.h index 07456fde3e6e..6496d4078a3c 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2013 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: 2013 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/aes128_cmac.h b/sys/include/hashes/aes128_cmac.h index 52469051c59f..292d6ef42107 100644 --- a/sys/include/hashes/aes128_cmac.h +++ b/sys/include/hashes/aes128_cmac.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Fundación Inria Chile - * - * This file is subject to the terms and 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 Fundación Inria Chile + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/md5.h b/sys/include/hashes/md5.h index a1ffb675b4c2..a6744244691f 100644 --- a/sys/include/hashes/md5.h +++ b/sys/include/hashes/md5.h @@ -1,20 +1,7 @@ /* - * Copyright (C) 2003-2005 by Christopher R. Hertel - * 2015 Freie Universität Berlin - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * SPDX-FileCopyrightText: 2003-2005 by Christopher R. Hertel + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once diff --git a/sys/include/hashes/pbkdf2.h b/sys/include/hashes/pbkdf2.h index 6661333fc708..7b4d7efc196e 100644 --- a/sys/include/hashes/pbkdf2.h +++ b/sys/include/hashes/pbkdf2.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/psa/riot_hashes.h b/sys/include/hashes/psa/riot_hashes.h index 9d95ea60bccf..0e5d9f058927 100644 --- a/sys/include/hashes/psa/riot_hashes.h +++ b/sys/include/hashes/psa/riot_hashes.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/sha1.h b/sys/include/hashes/sha1.h index dbc7009016aa..0ae1006f6f2f 100644 --- a/sys/include/hashes/sha1.h +++ b/sys/include/hashes/sha1.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Oliver Hahm - * - * This file is subject to the terms and 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 Oliver Hahm + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/sha224.h b/sys/include/hashes/sha224.h index f62fcb2ecec2..4973780c59ba 100644 --- a/sys/include/hashes/sha224.h +++ b/sys/include/hashes/sha224.h @@ -1,33 +1,10 @@ -/*- - * Copyright 2005 Colin Percival - * Copyright 2013 Christian Mehlis & René Kijewski - * Copyright 2016 Martin Landsmann - * Copyright 2016 OTA keys S.A. - * Copyright 2020 HAW Hamburg - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD: src/lib/libmd/sha256.h,v 1.1.2.1 2005/06/24 13:32:25 cperciva Exp $ +/* + * SPDX-FileCopyrightText: 2005 Colin Percival + * SPDX-FileCopyrightText: 2013 Christian Mehlis & René Kijewski + * SPDX-FileCopyrightText: 2016 Martin Landsmann + * SPDX-FileCopyrightText: 2016 OTA keys S.A. + * SPDX-FileCopyrightText: 2020 HAW Hamburg + * SPDX-License-Identifier: BSD-2-Clause */ #pragma once diff --git a/sys/include/hashes/sha256.h b/sys/include/hashes/sha256.h index 8af7fd233152..9880cd3ea7a0 100644 --- a/sys/include/hashes/sha256.h +++ b/sys/include/hashes/sha256.h @@ -1,32 +1,9 @@ /*- - * Copyright 2005 Colin Percival - * Copyright 2013 Christian Mehlis & René Kijewski - * Copyright 2016 Martin Landsmann - * Copyright 2016 OTA keys S.A. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD: src/lib/libmd/sha256.h,v 1.1.2.1 2005/06/24 13:32:25 cperciva Exp $ + * SPDX-FileCopyrightText: 2005 Colin Percival + * SPDX-FileCopyrightText: 2013 Christian Mehlis & René Kijewski + * SPDX-FileCopyrightText: 2016 Martin Landsmann + * SPDX-FileCopyrightText: 2016 OTA keys S.A. + * SPDX-License-Identifier: BSD-2-Clause */ #pragma once diff --git a/sys/include/hashes/sha2xx_common.h b/sys/include/hashes/sha2xx_common.h index 5d64572f13f7..90a5d5a41c73 100644 --- a/sys/include/hashes/sha2xx_common.h +++ b/sys/include/hashes/sha2xx_common.h @@ -1,33 +1,10 @@ /*- - * Copyright 2005 Colin Percival - * Copyright 2013 Christian Mehlis & René Kijewski - * Copyright 2016 Martin Landsmann - * Copyright 2016 OTA keys S.A. - * Copyright 2020 HAW Hamburg - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * $FreeBSD: src/lib/libmd/sha256.h,v 1.1.2.1 2005/06/24 13:32:25 cperciva Exp $ + * SPDX-FileCopyrightText: 2005 Colin Percival + * SPDX-FileCopyrightText: 2013 Christian Mehlis & René Kijewski + * SPDX-FileCopyrightText: 2016 Martin Landsmann + * SPDX-FileCopyrightText: 2016 OTA keys S.A. + * SPDX-FileCopyrightText: 2020 HAW Hamburg + * SPDX-License-Identifier: BSD-2-Clause */ #pragma once diff --git a/sys/include/hashes/sha3.h b/sys/include/hashes/sha3.h index 8bd5c04d0f9b..a83fecb3bd07 100644 --- a/sys/include/hashes/sha3.h +++ b/sys/include/hashes/sha3.h @@ -1,14 +1,12 @@ -/*- - * Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, - * Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby - * denoted as "the implementer". - * - * RIOT-OS adaptation by Mathias Tausig - * - * This software is released under the Creative Commons CC0 1.0 license. - * To the extent possible under law, the implementer has waived all copyright - * and related or neighboring rights to the source code in this file. - * For more information see: http://creativecommons.org/publicdomain/zero/1.0/ +/* + * SPDX-FileCopyrightText: Keccak, Keyak and Ketje Teams + * SPDX-FileCopyrightText: Guido Bertoni + * SPDX-FileCopyrightText: Joan Daemen + * SPDX-FileCopyrightText: Michaël Peeters + * SPDX-FileCopyrightText: Gilles Van Assche + * SPDX-FileCopyrightText: Ronny Van Keer + * SPDX-FileCopyrightText: 2017-2018 Mathias Tausig + * SPDX-License-Identifier: CC0-1.0 */ /** diff --git a/sys/include/hashes/sha384.h b/sys/include/hashes/sha384.h index 1fd017ce649c..84508ae179ba 100644 --- a/sys/include/hashes/sha384.h +++ b/sys/include/hashes/sha384.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 TU Dresden - * - * This file is subject to the terms and 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/sha512.h b/sys/include/hashes/sha512.h index df263444b164..dc2bd2cb17f0 100644 --- a/sys/include/hashes/sha512.h +++ b/sys/include/hashes/sha512.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 TU Dresden - * - * This file is subject to the terms and 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/sha512_224.h b/sys/include/hashes/sha512_224.h index 75190b4afcaf..5bb93bd2b850 100644 --- a/sys/include/hashes/sha512_224.h +++ b/sys/include/hashes/sha512_224.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 TU Dresden - * - * This file is subject to the terms and 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/sha512_256.h b/sys/include/hashes/sha512_256.h index 6d7acf52ea1f..43adb5ffdb14 100644 --- a/sys/include/hashes/sha512_256.h +++ b/sys/include/hashes/sha512_256.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 TU Dresden - * - * This file is subject to the terms and 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/hashes/sha512_common.h b/sys/include/hashes/sha512_common.h index d3c212bbf5be..e29e55797ff6 100644 --- a/sys/include/hashes/sha512_common.h +++ b/sys/include/hashes/sha512_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 TU Dresden - * - * This file is subject to the terms and 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/imath.h b/sys/include/imath.h index 449ab057ffc6..1d9c1fec6475 100644 --- a/sys/include/imath.h +++ b/sys/include/imath.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/iolist.h b/sys/include/iolist.h index 82a380da93a5..272ceed77050 100644 --- a/sys/include/iolist.h +++ b/sys/include/iolist.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2018 Kaspar Schleiser - * 2018 Inria - * 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: 2018 Kaspar Schleiser + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-FileCopyrightText: 2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/isrpipe.h b/sys/include/isrpipe.h index 41f6baaa59be..e31e0021506e 100644 --- a/sys/include/isrpipe.h +++ b/sys/include/isrpipe.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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/sys/include/isrpipe/read_timeout.h b/sys/include/isrpipe/read_timeout.h index a54fe57d7ef1..4155afbedff7 100644 --- a/sys/include/isrpipe/read_timeout.h +++ b/sys/include/isrpipe/read_timeout.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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/sys/include/luid.h b/sys/include/luid.h index 5f0bc8b92764..7526c3819f3c 100644 --- a/sys/include/luid.h +++ b/sys/include/luid.h @@ -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 */ #pragma once diff --git a/sys/include/malloc_monitor.h b/sys/include/malloc_monitor.h index a512c0fef842..4b050d69498d 100644 --- a/sys/include/malloc_monitor.h +++ b/sys/include/malloc_monitor.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/malloc_monitor_internal.h b/sys/include/malloc_monitor_internal.h index 0ef6dc92a712..b543ef079f35 100644 --- a/sys/include/malloc_monitor_internal.h +++ b/sys/include/malloc_monitor_internal.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/matstat.h b/sys/include/matstat.h index 17a1b0be99c1..92193ef273da 100644 --- a/sys/include/matstat.h +++ b/sys/include/matstat.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and 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 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/memarray.h b/sys/include/memarray.h index a2fb2704f568..bb6f03d3fcb8 100644 --- a/sys/include/memarray.h +++ b/sys/include/memarray.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Tobias Heider - * 2020 Koen Zandberg - * - * This file is subject to the terms and 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 Tobias Heider + * SPDX-FileCopyrightText: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/sys/include/mineplex.h b/sys/include/mineplex.h index 316b2e8846c7..1178546db8c1 100644 --- a/sys/include/mineplex.h +++ b/sys/include/mineplex.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once