diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-21 06:31:39 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-21 15:41:20 +0200 |
commit | bce5c2ea350f5a57353295534faba00b28cadf14 (patch) | |
tree | 56da08ba705d5edd0643471d7d285127385a16c2 /drivers/uio/uio_netx.c | |
parent | e7de2590f18a272e63732b9d519250d1b522b2c4 (diff) | |
download | lwn-bce5c2ea350f5a57353295534faba00b28cadf14.tar.gz lwn-bce5c2ea350f5a57353295534faba00b28cadf14.zip |
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.c | 3 |
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> |