linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] block: Use SPDX License Identifier
@ 2018-06-22 11:33 Kitone Elvis Peter
  0 siblings, 0 replies; only message in thread
From: Kitone Elvis Peter @ 2018-06-22 11:33 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel

There is need to identify a license in source code files
for open source software.

Signed-off-by: Kitone Elvis Peter <elviskitone@gmail.com>
---
 drivers/block/brd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/block/brd.c b/drivers/block/brd.c
index 66cb0f8..4f998ed 100644
--- a/drivers/block/brd.c
+++ b/drivers/block/brd.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Ram backed block device driver.
  *
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-22  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-22 11:33 [PATCH 1/3] block: Use SPDX License Identifier Kitone Elvis Peter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).