The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] block: add SPDX header line to blk-throttle.h
@ 2025-04-11 19:20 Bird, Tim
  2025-04-14  6:32 ` Christoph Hellwig
  2025-04-14 14:48 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Bird, Tim @ 2025-04-11 19:20 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block@vger.kernel.org, linux-spdx@vger.kernel.org, LKML

Add an SPDX license identifier line to blk-throttle.h

Use 'GPL-2.0' as the identifier, since blk-throttle.c uses
that, and blk.h (from which some material was copied when
blk-throttle.h was created) also uses that identifier.

Signed-off-by: Tim Bird <tim.bird@sony.com>
---
 block/blk-throttle.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/block/blk-throttle.h b/block/blk-throttle.h
index 1a36d1278eea..3b88ef4a9a40 100644
--- a/block/blk-throttle.h
+++ b/block/blk-throttle.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef BLK_THROTTLE_H
 #define BLK_THROTTLE_H
 
-- 
2.43.0

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

end of thread, other threads:[~2025-04-14 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11 19:20 [PATCH] block: add SPDX header line to blk-throttle.h Bird, Tim
2025-04-14  6:32 ` Christoph Hellwig
2025-04-14 14:48 ` Jens Axboe

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