Skip to content

Commit fbb5858

Browse files
shemmingergregkh
authored andcommitted
uio: add SPDX license tag
Replace short statement in comment with proper SPDX license tag. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 64ce7e9 commit fbb5858

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/uio/uio.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* drivers/uio/uio.c
34
*
@@ -9,8 +10,6 @@
910
* Userspace IO
1011
*
1112
* Base Functions
12-
*
13-
* Licensed under the GPLv2 only.
1413
*/
1514

1615
#include <linux/module.h>

0 commit comments

Comments
 (0)