1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

Merge pull request #21704 from krzysztof-cabaj/cpu_change_to_SPDX_part1

cpu: move licenses from comments to SPDX format (part1)
This commit is contained in:
crasbe 2025-09-09 19:45:46 +00:00 committed by GitHub
commit a9d92e19a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
247 changed files with 609 additions and 1369 deletions

View File

@ -1,9 +1,5 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_ARCH_ARMV4T config CPU_ARCH_ARMV4T
bool bool

View File

@ -1,9 +1,6 @@
/* /*
* Copyright 2008-2009, Freie Universitaet Berlin (FUB). All rights reserved. * SPDX-FileCopyrightText: 2008-2009 Freie Universitaet Berlin (FUB)
* * 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,13 +1,10 @@
/*
* SPDX-FileCopyrightText: 2008-2009 Heiko Will <hwill@inf.fu-berlin.de>
* SPDX-FileCopyrightText: 2009 Kaspar Schleiser <kaspar@schleiser.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/
/** /**
* ARM architecture common support functions
*
* Copyright (C) 2008, 2009 Heiko Will <hwill@inf.fu-berlin.de>
* Copyright (C) 2009 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*
* @ingroup cpu_arm7_common * @ingroup cpu_arm7_common
* @{ * @{
* @file * @file

View File

@ -1,8 +1,6 @@
/* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will /*
* This file is subject to the terms and conditions of the GNU Lesser * SPDX-FileCopyrightText: 2005-2008 by Thomas Hillebrandt and Heiko Will
* General Public License v2.1. See the file LICENSE in the top level * SPDX-License-Identifier: LGPL-2.1-only
* directory for more details.
*
*/ */
#pragma once #pragma once

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
* * 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) 2008-2009, 2014 Freie Universität Berlin * SPDX-FileCopyrightText: 2008-2009 Freie Universität Berlin
* * SPDX-FileCopyrightText: 2014 Freie Universität Berlin
* This file is subject to the terms and conditions of the GNU Lesser General * SPDX-License-Identifier: LGPL-2.1-only
* 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 Freie Universität Berlin * SPDX-FileCopyrightText: 2014 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) 2020 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
* * 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 Freie Universität Berlin * SPDX-FileCopyrightText: 2014 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) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will * SPDX-FileCopyrightText: 2005-2008 by Thomas Hillebrandt and Heiko Will
* * 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) 2008, 2009 Heiko Will <hwill@inf.fu-berlin.de> * SPDX-FileCopyrightText: 2008-2009 Heiko Will <hwill@inf.fu-berlin.de>
* Copyright (C) 2009 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2009 Kaspar Schleiser <kaspar@schleiser.de>
* * 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.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2008-2009, Freie Universität Berlin (FUB). All rights reserved. * SPDX-FileCopyrightText: 2008-2009 Freie Universität Berlin (FUB)
* * 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 HAW Hamburg. All rights reserved. * SPDX-FileCopyrightText: 2023 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.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2023 HAW Hamburg. All rights reserved. * SPDX-FileCopyrightText: 2023 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) 2023 HAW Hamburg. All rights reserved. * SPDX-FileCopyrightText: 2023 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) 2023 HAW Hamburg. All rights reserved. * SPDX-FileCopyrightText: 2023 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) 2023 Bennet Blischke <bennet.blischke@haw-hamburg.de> * SPDX-FileCopyrightText: 2023 Bennet Blischke <bennet.blischke@haw-hamburg.de>
* * 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,5 @@
# SPDX-FileCopyrightText: 2020 HAW Hamburg
# Copyright (c) 2020 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.
## CPU Models ## CPU Models
config CPU_MODEL_ATMEGA1281 config CPU_MODEL_ATMEGA1281

View File

@ -1,11 +1,8 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 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,11 +1,8 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 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,8 +1,5 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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.
## CPU Models ## CPU Models
config CPU_MODEL_ATMEGA1284P config CPU_MODEL_ATMEGA1284P

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
* * 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) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 2018 Matthew Blue * SPDX-FileCopyrightText: 2018 Matthew Blue
* * 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) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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.
#
## CPU Models ## CPU Models
config CPU_MODEL_ATMEGA128RFA1 config CPU_MODEL_ATMEGA128RFA1

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen * SPDX-FileCopyrightText: 2017 Josua Arndt, Steffen Robertz, RWTH Aachen
* * 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) Josua Arndt, Steffen Robertz 2017 RWTH Aachen * SPDX-FileCopyrightText: 2017 Josua Arndt, Steffen Robertz, RWTH Aachen
* * 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,8 +1,5 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_FAM_ATMEGA256 config CPU_FAM_ATMEGA256
bool bool

View File

@ -1,11 +1,8 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 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) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 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,9 +1,5 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_FAM_ATMEGA256RF config CPU_FAM_ATMEGA256RF
bool bool

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) Josua Arndt, Steffen Robertz 2017 RWTH Aachen * SPDX-FileCopyrightText: 2017 Josua Arndt, Steffen Robertz, RWTH Aachen
* * 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) Josua Arndt, Steffen Robertz 2017 RWTH Aachen * SPDX-FileCopyrightText: 2017 Josua Arndt, Steffen Robertz, RWTH Aachen
* * 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) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_FAM_ATMEGA328 config CPU_FAM_ATMEGA328
bool bool

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 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,10 +1,7 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 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,8 +1,5 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_FAM_ATMEGA32 config CPU_FAM_ATMEGA32
bool bool

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2017 Thomas Perrot <thomas.perrot@tupi.fr> * SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* * 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 Thomas Perrot <thomas.perrot@tupi.fr> * SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* * 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) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_FAM_ATMEGA8 config CPU_FAM_ATMEGA8
bool bool

View File

@ -1,12 +1,9 @@
/* /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 RWTH Aachen, Josua Arndt * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt
* 2018 Matthew Blue * SPDX-FileCopyrightText: 2018 Matthew Blue
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 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 CPU_COMMON_ATMEGA config CPU_COMMON_ATMEGA
bool bool

View File

@ -1,13 +1,10 @@
/* /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 RWTH Aachen, Josua Arndt * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt
* 2018 Matthew Blue * SPDX-FileCopyrightText: 2018 Matthew Blue
* 2021-2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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,11 +1,7 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 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,12 +1,9 @@
/* /*
* Copyright (C) 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 2016 INRIA * SPDX-FileCopyrightText: 2016 INRIA
* 2017 Thomas Perrot <thomas.perrot@tupi.fr> * SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2015 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de> * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2021 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 RWTH Aachen, Josua Arndt * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt
* 2018 Matthew Blue * SPDX-FileCopyrightText: 2018 Matthew Blue
* * 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,12 +1,9 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 2016 INRIA * SPDX-FileCopyrightText: 2016 INRIA
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2016 Laurent Navet <laurent.navet@gmail.com> * SPDX-FileCopyrightText: 2016 Laurent Navet <laurent.navet@gmail.com>
* 2017 HAW Hamburg, Dimitri Nahm * SPDX-FileCopyrightText: 2017 HAW Hamburg, Dimitri Nahm
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2018 RWTH Aachen, Josua Arndt, Steffen Robertz * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt, Steffen Robertz
* * 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) 2018 Inria * SPDX-FileCopyrightText: 2018 Inria
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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,13 +1,9 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 INRIA * SPDX-FileCopyrightText: 2016 INRIA
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* 2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* 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,11 +1,8 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 INRIA * SPDX-FileCopyrightText: 2016 INRIA
* 2021 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2021 Otto-von-Guericke-Universität Magdeburg
* * 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,13 +1,10 @@
/* /*
* Copyright (C) 2015 HAW Hamburg * SPDX-FileCopyrightText: 2015 HAW Hamburg
* 2016 INRIA * SPDX-FileCopyrightText: 2016 INRIA
* 2022 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2022 Otto-von-Guericke-Universität Magdeburg
* 2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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) 2017 Hamburg University of Applied Sciences, Dimitri Nahm * SPDX-FileCopyrightText: 2017 Hamburg University of Applied Sciences, Dimitri Nahm
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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,11 +1,8 @@
/* /*
* Copyright (C) 2018 Josua Arndt <jarndt@ias.rwth-aachen.de> * SPDX-FileCopyrightText: 2018 Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2016 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2016 Kaspar Schleiser <kaspar@schleiser.de>
* 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* * 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) 2017 Víctor Ariño * SPDX-FileCopyrightText: 2017 Víctor Ariño
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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 Benjamin Valentin * SPDX-FileCopyrightText: 2020 Benjamin Valentin
* 2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* * 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) 2018 Acutam Automation, LLC * SPDX-FileCopyrightText: 2018 Acutam Automation, LLC
* 2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* * 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,13 +1,10 @@
/* /*
* Copyright (C) 2015 Daniel Amkaer Sorensen * SPDX-FileCopyrightText: 2015 Daniel Amkaer Sorensen
* 2016 Freie Universität Berlin * SPDX-FileCopyrightText: 2016 Freie Universität Berlin
* 2017 Hamburg University of Applied Sciences * SPDX-FileCopyrightText: 2017 Hamburg University of Applied Sciences
* 2017 Thomas Perrot <thomas.perrot@tupi.fr> * SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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,11 +1,8 @@
/* /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* 2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* * 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 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 Thomas Perrot <thomas.perrot@tupi.fr> * SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* 2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* * 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 Inria * SPDX-FileCopyrightText: 2019 Inria
* 2023 Hugues Larrive * SPDX-FileCopyrightText: 2023 Hugues Larrive
* * 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,6 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 HAW Hamburg
# Copyright (c) 2021 Gerson Fernando Budke # SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
# # 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_COMMON_ATXMEGA config CPU_COMMON_ATXMEGA
bool bool

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2021 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
* * 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 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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-2023 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
* * 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-2023 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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-2023 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
* * 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-2023 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
* * 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,6 @@
# Copyright (c) 2020 HAW Hamburg # SPDX-FileCopyrightText: 2020 HAW Hamburg
# 2021 Gerson Fernando Budke # SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
# # 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_ARCH_AVR8 config CPU_ARCH_AVR8
bool bool

View File

@ -1,12 +1,9 @@
/* /*
* Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2017 RWTH Aachen, Josua Arndt * SPDX-FileCopyrightText: 2017 RWTH Aachen, Josua Arndt
* 2018 Matthew Blue * SPDX-FileCopyrightText: 2018 Matthew Blue
* 2021-2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke
* * 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) 2018 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2018 Kaspar Schleiser <kaspar@schleiser.de>
* 2021 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke <nandojve@gmail.com>
* * 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) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * SPDX-FileCopyrightText: 2015 Martine Lenders <mlenders@inf.fu-berlin.de>
* * 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 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2022 Otto-von-Guericke-Universität Magdeburg
* * 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 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* * 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) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2015 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2015 Kaspar Schleiser <kaspar@schleiser.de>
* * 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 Eistec AB * SPDX-FileCopyrightText: 2016 Eistec AB
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2015 Kaspar Schleiser <kaspar@schleiser.de>
* * 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.
*/ */
/** /**

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
* 2021 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
* * 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 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
* 2021 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
* * 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) 2015 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de> * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2021-2023 Gerson Fernando Budke <nandojve@gmail.com> * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke <nandojve@gmail.com>
* * 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 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2022 Otto-von-Guericke-Universität Magdeburg
* * 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) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen * SPDX-FileCopyrightText: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen
* 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de> * SPDX-FileCopyrightText: 2018 RWTH Aachen, Josua Arndt <jarndt@ias.rwth-aachen.de>
* 2020 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
* 2021-2023 Gerson Fernando Budke * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke
* * 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 Gerson Fernando Budke * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke
* * 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 Otto-von-Guericke-Universität Magdeburg * SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg
* * 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) 2021 Koen Zandberg <koen@bergzand.net> * SPDX-FileCopyrightText: 2021 Koen Zandberg <koen@bergzand.net>
* 2021 Inria * SPDX-FileCopyrightText: 2021 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

Some files were not shown because too many files have changed in this diff Show More