Skip to content

Commit 4476603

Browse files
committed
plugins/src: fix SPDX license identifiers to match the original license text
1 parent 61b72bc commit 4476603

File tree

3 files changed

+3
-44
lines changed

3 files changed

+3
-44
lines changed

plugins/crop.c

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,7 @@
33
*
44
* Copyright (C) 2024 Martin Kepplinger-Novaković
55
*
6-
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU Lesser General Public License as published by
8-
* the Free Software Foundation, either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU Lesser General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* SPDX-License-Identifier: LGPL-2.1
6+
* SPDX-License-Identifier: LGPL-2.0-or-later
207
*/
218
#include <errno.h>
229
#include <stdlib.h>

plugins/iir.c

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,7 @@
33
*
44
* Copyright (C) 2017 Martin Kepplinger
55
*
6-
* This program is free software: you can redistribute it and/or modify
7-
* it under the terms of the GNU Lesser General Public License as published by
8-
* the Free Software Foundation, either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU Lesser General Public License for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License
17-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18-
*
19-
* SPDX-License-Identifier: LGPL-2.1
6+
* SPDX-License-Identifier: LGPL-2.0-or-later
207
*
218
*
229
* Similar to dejitter, this is a smoothing filter to remove low-level noise.

src/tslib.h

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@
66
* Copyright (C) 2016 Martin Kepplinger <[email protected]>
77
* Copyright (C) 2001 Russell King.
88
*
9-
* This library is free software; you can redistribute it and/or
10-
* modify it under the terms of the GNU Lesser General Public
11-
* License as published by the Free Software Foundation; either
12-
* version 2.1 of the License, or (at your option) any later version.
13-
*
14-
* This library is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
* Lesser General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU Lesser General Public
20-
* License along with this library; if not, write to the Free Software
21-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
22-
* USA
23-
*
24-
* SPDX-License-Identifier: LGPL-2.1
9+
* SPDX-License-Identifier: LGPL-2.1-or-later
2510
*
2611
*
2712
* Touch screen library interface definitions.

0 commit comments

Comments
 (0)