public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] SPDX tags for copyright
@ 2022-09-08 22:38 Uwe Kleine-König
  2022-09-08 22:38 ` [PATCH 1/2] kallsyms: Specify license using SPDX Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2022-09-08 22:38 UTC (permalink / raw)
  To: linux-kernel, Kai Germaschewski, Masahiro Yamada, Marc Zyngier; +Cc: kernel

Hello,

for Debian packaging having SPDX license tags already simplifies
creating the required copyright documentation considerably. Another
information that is needed for Debian packaging is the copyright
information. There is an SPDX way for copyright information, too. The
second patch converts scripts/kallsyms.c to that mechanism as an example
to maybe discuss if we want to do that in the kernel.

While the SPDX-FileCopyrightText is officially a free-form field, I
suggest to just stick to the format

	(<year> )?<copyright holder>

to simplify machine consumption even further.

Best regards
Uwe

Uwe Kleine-König (2):
  kallsyms: Specify license using SPDX
  kallsyms: Specify copyright using SPDX

 scripts/kallsyms.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-09-13 13:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 22:38 [PATCH 0/2] SPDX tags for copyright Uwe Kleine-König
2022-09-08 22:38 ` [PATCH 1/2] kallsyms: Specify license using SPDX Uwe Kleine-König
2022-09-08 22:38 ` [PATCH 2/2] kallsyms: Specify copyright " Uwe Kleine-König
2022-09-13  5:05 ` [PATCH 0/2] SPDX tags for copyright Christoph Hellwig
2022-09-13  8:20   ` Greg KH
2022-09-13  9:46     ` Uwe Kleine-König
2022-09-13 11:14       ` Greg KH
2022-09-13 13:12         ` Uwe Kleine-König

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