1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

boards/nucleo: move licence in .h files to SPDX

This commit is contained in:
krzysztof-cabaj 2025-07-14 15:46:19 +02:00
parent 29df9f671e
commit f69f0fdd21
49 changed files with 116 additions and 262 deletions

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2024 BISSELL Homecare, Inc. * SPDX-FileCopyrightText: 2024 BISSELL Homecare, Inc.
* * 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) 2016 Inria * SPDX-FileCopyrightText: 2016 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,7 @@
/* /*
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 Inria
* Copyright (C) 2017 OTA keys * SPDX-FileCopyrightText: 2017 OTA keys
* This file is subject to the terms and conditions of the GNU Lesser * SPDX-License-Identifier: LGPL-2.1-only
* 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) 2016 OTA keys * SPDX-FileCopyrightText: 2016 OTA keys
* * 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) 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* Copyright (C) 2016 Inria * SPDX-FileCopyrightText: 2016 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2015 Freie Universität Berlin * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
* * 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) 2015 Freie Universität Berlin * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
* * 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) 2015 TriaGnoSys GmbH * SPDX-FileCopyrightText: 2015 TriaGnoSys GmbH
* * 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) 2016-2017 OTA keys S.A. * SPDX-FileCopyrightText: 2016-2017 OTA keys S.A.
* * 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,11 +1,8 @@
/* /*
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 Inria
* Copyright (C) 2015 Freie Universität Berlin * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
* Copyright (C) 2015 Hamburg University of Applied Sciences * SPDX-FileCopyrightText: 2015 Hamburg University of Applied Sciences
* * 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) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2015 Freie Universität Berlin * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
* Copyright (C) 2015 Hamburg University of Applied Sciences * SPDX-FileCopyrightText: 2015 Hamburg University of Applied Sciences
* * 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) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2015 Freie Universität Berlin * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
* * 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) 2015 Lari Lehtomäki * SPDX-FileCopyrightText: 2015 Lari Lehtomäki
* * 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) 2016 Inria * SPDX-FileCopyrightText: 2016 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2016 Inria * SPDX-FileCopyrightText: 2016 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.
*/ */
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2016 Inria * SPDX-FileCopyrightText: 2016 Inria
* Copyright (C) 2017 OTA keys S.A. * SPDX-FileCopyrightText: 2017 OTA keys S.A.
* * 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) 2016 Inria * SPDX-FileCopyrightText: 2016 Inria
* Copyright (C) 2017 OTA keys S.A. * SPDX-FileCopyrightText: 2017 OTA keys S.A.
* * 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) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2022 Inria * SPDX-FileCopyrightText: 2022 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2016 Inria * SPDX-FileCopyrightText: 2016 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* * 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) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2014-2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2014-2016 Freie Universität Berlin
* * 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,11 +1,8 @@
/* /*
* Copyright (C) 2019 twostairs * SPDX-FileCopyrightText: 2019 twostairs
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 Inria
* Copyright (C) 2017 OTA keys * SPDX-FileCopyrightText: 2017 OTA keys
* * 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) 2017 Inria * SPDX-FileCopyrightText: 2017 Inria
* Copyright (C) 2017 OTA keys * SPDX-FileCopyrightText: 2017 OTA keys
* * 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) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,12 +1,9 @@
/* /*
* Copyright (C) 2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 Inria
* Copyright (C) 2017 HAW-Hamburg * SPDX-FileCopyrightText: 2017 HAW-Hamburg
* Copyright (C) 2018 Fundacion Inria Chile * SPDX-FileCopyrightText: 2018 Fundacion Inria Chile
* * 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,11 +1,8 @@
/* /*
* Copyright (C) 2017 Freie Universität Berlin * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 Inria
* Copyright (C) 2017 HAW-Hamburg * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2017 Inria * SPDX-FileCopyrightText: 2017 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2018 Inria * SPDX-FileCopyrightText: 2018 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* 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.
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2024 TU Dresden * SPDX-FileCopyrightText: 2024 TU Dresden
* * 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) 2021 Freie Universität Berlin * SPDX-FileCopyrightText: 2021 Freie Universität Berlin
* * 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) 2021 Freie Universität Berlin * SPDX-FileCopyrightText: 2021 Freie Universität Berlin
* * 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) 2021 Freie Universität Berlin * SPDX-FileCopyrightText: 2021 Freie Universität Berlin
* * 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) 2021 Freie Universität Berlin * SPDX-FileCopyrightText: 2021 Freie Universität Berlin
* * 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) 2021 Freie Universität Berlin * SPDX-FileCopyrightText: 2021 Freie Universität Berlin
* * 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