Skip to content

Commit 5e7db27

Browse files
committed
drivers: manual fixes
1 parent 06f5520 commit 5e7db27

File tree

12 files changed

+30
-65
lines changed

12 files changed

+30
-65
lines changed

drivers/at30tse75x/at30tse75x.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) Daniel Krebs
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: Daniel Krebs
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

drivers/include/at30tse75x.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) Daniel Krebs
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: Daniel Krebs
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/include/at86rf215.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019 2019 ML!PA Consulting GmbH
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2019 ML!PA Consulting GmbH
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/include/sht2x.h

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/*
2-
* Copyright (C) 2016,2017,2018 Kees Bakker, SODAQ
3-
* Copyright (C) 2017 George Psimenos
4-
* Copyright (C) 2018 Steffen Robertz
5-
*
6-
* This file is subject to the terms and conditions of the GNU Lesser
7-
* General Public License v2.1. See the file LICENSE in the top level
8-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2016-2018 Kees Bakker, SODAQ
3+
* SPDX-FileCopyrightText: 2017 George Psimenos
4+
* SPDX-FileCopyrightText: 2018 Steffen Robertz
5+
* SPDX-FileCopyrightText: 2022 Gunar Schorchts
6+
* SPDX-License-Identifier: LGPL-2.1-only
97
*/
108

119
#pragma once

drivers/include/shtcx.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017, RWTH Aachen. All rights reserved.
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017 RWTH Aachen
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/lc709203f/include/lc709203f_params.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017, RWTH Aachen. All rights reserved.
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017 RWTH Aachen
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/sht2x/sht2x.c

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/*
2-
* Copyright (C) 2016,2017,2018 Kees Bakker, SODAQ
3-
* 2017 George Psimenos
4-
* 2018 Steffen Robertz
5-
* 2022 Gunar Schorcht
6-
*
7-
* This file is subject to the terms and conditions of the GNU Lesser
8-
* General Public License v2.1. See the file LICENSE in the top level
9-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2016-2018 Kees Bakker, SODAQ
3+
* SPDX-FileCopyrightText: 2017 George Psimenos
4+
* SPDX-FileCopyrightText: 2018 Steffen Robertz
5+
* SPDX-FileCopyrightText: 2022 Gunar Schorcht
6+
* SPDX-License-Identifier: LGPL-2.1-only
107
*/
118

129
/**

drivers/shtcx/include/shtcx_params.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017, RWTH Aachen. All rights reserved.
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017 RWTH Aachen
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/shtcx/include/shtcx_regs.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017, RWTH Aachen. All rights reserved.
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017 RWTH Aachen
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/tmp00x/include/tmp00x_params.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 - 2019 HAW Hamburg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017-2019 HAW Hamburg
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/tmp00x/include/tmp00x_regs.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 - 2019 HAW Hamburg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017-2019 HAW Hamburg
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

drivers/tmp00x/tmp00x_saul.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 - 2019 HAW Hamburg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017-2019 HAW Hamburg
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

0 commit comments

Comments
 (0)