Skip to content

Commit 31378bd

Browse files
diederikdehaastrini
authored andcommitted
mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later
The GPL-2.1+ SPDX License Identifier doesn't exist, but luckily the full license text was available which shows that GPL-2.1+ was a typo and it should have been LGPL-2.1-or-later. As the '+' in LGPL-2.1+ is deprecated in SPDX 3.0, use the preferred identifier, which is '-or-later'. Normally the full license header is removed when switching to SPDX License Identifiers, so do that now. Signed-off-by: Diederik de Haas <[email protected]>
1 parent 19715a7 commit 31378bd

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

include/mcheck.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
/* SPDX-License-Identifier: GPL-2.1+ */
1+
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22
/*
33
* Copyright (C) 1996-2024 Free Software Foundation, Inc.
44
* This file is part of the GNU C Library.
5-
*
6-
* This library is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU Lesser General Public
8-
* License as published by the Free Software Foundation; either
9-
* version 2.1 of the License, or (at your option) any later version.
10-
*
11-
* This library 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 GNU
14-
* Lesser General Public License for more details.
15-
* <https://www.gnu.org/licenses/>.
165
*/
176
#ifndef _MCHECK_H
187
#define _MCHECK_H 1

0 commit comments

Comments
 (0)