summaryrefslogtreecommitdiff
path: root/drivers/uio/uio_netx.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-07-21 06:31:39 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-21 15:41:20 +0200
commitbce5c2ea350f5a57353295534faba00b28cadf14 (patch)
tree56da08ba705d5edd0643471d7d285127385a16c2 /drivers/uio/uio_netx.c
parente7de2590f18a272e63732b9d519250d1b522b2c4 (diff)
uio: add SPDX license tags
For those without any license text present or short reference to GPL, add SPDX tag. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/uio/uio_netx.c')
-rw-r--r--drivers/uio/uio_netx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/uio/uio_netx.c b/drivers/uio/uio_netx.c
index 4c345db8b016..9ae29ffde410 100644
--- a/drivers/uio/uio_netx.c
+++ b/drivers/uio/uio_netx.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* UIO driver for Hilscher NetX based fieldbus cards (cifX, comX).
* See http://www.hilscher.com for details.
@@ -5,8 +6,6 @@
* (C) 2007 Hans J. Koch <hjk@hansjkoch.de>
* (C) 2008 Manuel Traut <manut@linutronix.de>
*
- * Licensed under GPL version 2 only.
- *
*/
#include <linux/device.h>