diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-20 15:11:26 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-21 08:44:08 +0200 |
commit | fbb5858c1467ef8feccc910ac9e9f529186a9f9d (patch) | |
tree | 05aea8ab359af7c2eae500708b47c888433072c0 /drivers/uio | |
parent | 64ce7e9de7739cad574a965f27f6477c1342479f (diff) | |
download | linux-fbb5858c1467ef8feccc910ac9e9f529186a9f9d.tar.bz2 |
uio: add SPDX license tag
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>
Diffstat (limited to 'drivers/uio')
-rw-r--r-- | drivers/uio/uio.c | 3 |
1 files changed, 1 insertions, 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> |