linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] uio: add SPDX license tag
@ 2018-07-20 22:11 Stephen Hemminger
  2018-07-21  6:44 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2018-07-20 22:11 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Replace short statement in comment with proper SPDX
license tag.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/uio/uio.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/uio/uio.c b/drivers/uio/uio.c
index 5d421d7e8904..f63967c8e95a 100644
--- a/drivers/uio/uio.c
+++ b/drivers/uio/uio.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * drivers/uio/uio.c
  *
@@ -9,8 +10,6 @@
  * Userspace IO
  *
  * Base Functions
- *
- * Licensed under the GPLv2 only.
  */
 
 #include <linux/module.h>
-- 
2.18.0


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

* Re: [PATCH] uio: add SPDX license tag
  2018-07-20 22:11 [PATCH] uio: add SPDX license tag Stephen Hemminger
@ 2018-07-21  6:44 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-07-21  6:44 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: linux-kernel

On Fri, Jul 20, 2018 at 03:11:26PM -0700, Stephen Hemminger wrote:
> Replace short statement in comment with proper SPDX
> license tag.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  drivers/uio/uio.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Thanks for this, care to fix up all of the drivers/uio/ files for this?
Or if not, I can...

thanks,

greg k-h

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

end of thread, other threads:[~2018-07-21  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20 22:11 [PATCH] uio: add SPDX license tag Stephen Hemminger
2018-07-21  6:44 ` Greg KH

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).