U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later
@ 2025-03-01 10:14 Diederik de Haas
  2025-03-06 15:41 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Diederik de Haas @ 2025-03-01 10:14 UTC (permalink / raw)
  To: Eugene Uriev, Tom Rini; +Cc: u-boot, Diederik de Haas

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 <didi.debian@cknow.org>
---
 include/mcheck.h | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/include/mcheck.h b/include/mcheck.h
index bd506ae6291..4b11751ebcc 100644
--- a/include/mcheck.h
+++ b/include/mcheck.h
@@ -1,18 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.1+ */
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
 /*
  * Copyright (C) 1996-2024 Free Software Foundation, Inc.
  * This file is part of the GNU C Library.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- * <https://www.gnu.org/licenses/>.
  */
 #ifndef _MCHECK_H
 #define _MCHECK_H       1
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later
  2025-03-01 10:14 [PATCH] mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later Diederik de Haas
@ 2025-03-06 15:41 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2025-03-06 15:41 UTC (permalink / raw)
  To: Eugene Uriev, Diederik de Haas; +Cc: u-boot

On Sat, 01 Mar 2025 11:14:12 +0100, Diederik de Haas wrote:

> 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.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later
      commit: 31378bd6fc909afabee69f425bf663002277eecf
-- 
Tom



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-06 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-01 10:14 [PATCH] mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later Diederik de Haas
2025-03-06 15:41 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox