projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ce7e9
)
uio: add SPDX license tag
author
Stephen Hemminger
<stephen@networkplumber.org>
Fri, 20 Jul 2018 22:11:26 +0000
(15:11 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 21 Jul 2018 06:44:08 +0000
(08:44 +0200)
Replace short statement in comment with proper SPDX
license tag.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio.c
patch
|
blob
|
history
diff --git
a/drivers/uio/uio.c
b/drivers/uio/uio.c
index
5d421d7
..
f63967c
100644
(file)
--- 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>