Skip to content

Commit af9ed4d

Browse files
committed
driver: change copyright statements to SPDX format
1 parent 4623552 commit af9ed4d

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

drivers/ads1115/ads1115.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11

22
/*
3-
* Copyright (C) Baptiste Le Duc <[email protected]>
4-
*
5-
* This file is subject to the terms and conditions of the GNU Lesser
6-
* General Public License v2.1. See the file LICENSE in the top level
7-
* directory for more details.
3+
* SPDX-FileCopyrightText: 2025 Baptiste Le Duc <[email protected]>
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

drivers/ads1115/include/ads1115_params.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) Baptiste Le Duc <[email protected]>
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: 2025 Baptiste Le Duc <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96

drivers/include/ads1115.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2025 Baptiste Le Duc <[email protected]>
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: 2025 Baptiste Le Duc <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

0 commit comments

Comments
 (0)