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>
This commit is contained in:
parent
64ce7e9de7
commit
fbb5858c14
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* drivers/uio/uio.c
|
* drivers/uio/uio.c
|
||||||
*
|
*
|
||||||
|
@ -9,8 +10,6 @@
|
||||||
* Userspace IO
|
* Userspace IO
|
||||||
*
|
*
|
||||||
* Base Functions
|
* Base Functions
|
||||||
*
|
|
||||||
* Licensed under the GPLv2 only.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
Loading…
Reference in New Issue