diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-21 16:31:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-21 16:41:20 +0300 |
commit | bce5c2ea350f5a57353295534faba00b28cadf14 (patch) | |
tree | 56da08ba705d5edd0643471d7d285127385a16c2 /drivers/uio/uio_sercos3.c | |
parent | e7de2590f18a272e63732b9d519250d1b522b2c4 (diff) | |
download | linux-bce5c2ea350f5a57353295534faba00b28cadf14.tar.xz |
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_sercos3.c')
-rw-r--r-- | drivers/uio/uio_sercos3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uio/uio_sercos3.c b/drivers/uio/uio_sercos3.c index 9cfdfcafa262..9658a0887fee 100644 --- a/drivers/uio/uio_sercos3.c +++ b/drivers/uio/uio_sercos3.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* sercos3: UIO driver for the Automata Sercos III PCI card Copyright (C) 2008 Linutronix GmbH |