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_hv_generic.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_hv_generic.c')
-rw-r--r-- | drivers/uio/uio_hv_generic.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/uio/uio_hv_generic.c b/drivers/uio/uio_hv_generic.c index c690d100adcd..e401be8321ab 100644 --- a/drivers/uio/uio_hv_generic.c +++ b/drivers/uio/uio_hv_generic.c @@ -1,12 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * uio_hv_generic - generic UIO driver for VMBus * * Copyright (c) 2013-2016 Brocade Communications Systems, Inc. * Copyright (c) 2016, Microsoft Corporation. * - * - * This work is licensed under the terms of the GNU GPL, version 2. - * * Since the driver does not declare any device ids, you must allocate * id and bind the device to the driver yourself. For example: * |