1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

cpu/gd32v: move licenses to SPDX format

This commit is contained in:
krzysztof-cabaj 2025-09-18 21:20:09 +02:00
parent d9fc6b5cbe
commit 2f242dc96d
24 changed files with 67 additions and 137 deletions

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 Inria # SPDX-FileCopyrightText: 2020 Inria
# # SPDX-License-Identifier: LGPL-2.1-only
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config CPU_FAM_GD32V config CPU_FAM_GD32V
bool bool

View File

@ -1,10 +1,8 @@
/* /*
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**
* @ingroup cpu_gd32v * @ingroup cpu_gd32v
* @{ * @{

View File

@ -1,10 +1,8 @@
/* /*
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**
* @ingroup cpu_gd32v * @ingroup cpu_gd32v
* @{ * @{

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht <gunar@schorcht.net> * SPDX-FileCopyrightText: 2023 Gunar Schorcht <gunar@schorcht.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* 2023 Gunar Schorcht <gunar@schorcht.net> * SPDX-FileCopyrightText: 2023 Gunar Schorcht <gunar@schorcht.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,5 @@
# Copyright (c) 2021 HAW Hamburg # SPDX-FileCopyrightText: 2021 HAW Hamburg
# # SPDX-License-Identifier: LGPL-2.1-only
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config PM_EWUP_USED config PM_EWUP_USED
bool "Use PA0/WKUP pin" bool "Use PA0/WKUP pin"

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2016 Engineering-Spirit * SPDX-FileCopyrightText: 2016 Engineering-Spirit
* 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2020 Inria * SPDX-FileCopyrightText: 2020 Inria
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,12 +1,10 @@
/* /*
* Copyright (C) 2014-2015 Freie Universität Berlin * SPDX-FileCopyrightText: 2014-2015 Freie Universität Berlin
* 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* 2023 Gunar Schorcht <gunar@schorcht.net> * SPDX-FileCopyrightText: 2023 Gunar Schorcht <gunar@schorcht.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**
* @ingroup cpu_gd32v * @ingroup cpu_gd32v
* @{ * @{

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht <gunar@schorcht.net> * SPDX-FileCopyrightText: 2023 Gunar Schorcht <gunar@schorcht.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht <gunar@schorcht.net> * SPDX-FileCopyrightText: 2023 Gunar Schorcht <gunar@schorcht.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,10 +1,7 @@
/* /*
* Copyright 2020 Koen Zandberg * SPDX-FileCopyrightText: 2020 Koen Zandberg
* 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,12 +1,9 @@
/* /*
* Copyright (C) 2014-2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2014-2016 Freie Universität Berlin
* 2015 Engineering-Spirit * SPDX-FileCopyrightText: 2015 Engineering-Spirit
* 2016 OTA keys S.A. * SPDX-FileCopyrightText: 2016 OTA keys S.A.
* 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2019 Alexei Bezborodov * SPDX-FileCopyrightText: 2019 Alexei Bezborodov
* 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2014 Freie Universität Berlin * SPDX-FileCopyrightText: 2014 Freie Universität Berlin
* 2023 Gunar Schorcht * SPDX-FileCopyrightText: 2023 Gunar Schorcht
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**

View File

@ -1,12 +1,9 @@
/* /*
* Copyright (C) 2014 Hamburg University of Applied Sciences * SPDX-FileCopyrightText: 2014 Hamburg University of Applied Sciences
* 2014-2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2014-2017 Freie Universität Berlin
* 2016-2017 OTA keys S.A. * SPDX-FileCopyrightText: 2016-2017 OTA keys S.A.
* 2023 Gunar Schorcht <gunar@schorcht.net> * SPDX-FileCopyrightText: 2023 Gunar Schorcht <gunar@schorcht.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**

View File

@ -1,10 +1,8 @@
/* /*
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License v2.1. See the file LICENSE in the top level directory for more
* details.
*/ */
/** /**
* @ingroup cpu_gd32v * @ingroup cpu_gd32v
* @{ * @{

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2019 Inria * SPDX-FileCopyrightText: 2019 Inria
* Copyright (C) 2020 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2020 Koen Zandberg <koen@bergzand.net>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**