Skip to content

Commit 50724fe

Browse files
shemmingermerwick
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit bce5c2e) Orabug: 28671425 Signed-off-by: Liam Merwick <[email protected]> Reviewed-by: Darren Kenny <[email protected]> Reviewed-by: Alejandro Jimenez <[email protected]> Tested-by: Vijay Balakrishna <[email protected]>
1 parent 38eedda commit 50724fe

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

drivers/uio/uio_cif.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* UIO Hilscher CIF card driver
34
*
45
* (C) 2007 Hans J. Koch <[email protected]>
56
* Original code (C) 2005 Benedikt Spranger <[email protected]>
6-
*
7-
* Licensed under GPL version 2 only.
8-
*
97
*/
108

119
#include <linux/device.h>

drivers/uio/uio_fsl_elbc_gpcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/* uio_fsl_elbc_gpcm: UIO driver for eLBC/GPCM peripherals
23
34
Copyright (C) 2014 Linutronix GmbH

drivers/uio/uio_hv_generic.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* uio_hv_generic - generic UIO driver for VMBus
34
*
45
* Copyright (c) 2013-2016 Brocade Communications Systems, Inc.
56
* Copyright (c) 2016, Microsoft Corporation.
67
*
7-
*
8-
* This work is licensed under the terms of the GNU GPL, version 2.
9-
*
108
* Since the driver does not declare any device ids, you must allocate
119
* id and bind the device to the driver yourself. For example:
1210
*

drivers/uio/uio_netx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* UIO driver for Hilscher NetX based fieldbus cards (cifX, comX).
34
* See http://www.hilscher.com for details.
45
*
56
* (C) 2007 Hans J. Koch <[email protected]>
67
* (C) 2008 Manuel Traut <[email protected]>
78
*
8-
* Licensed under GPL version 2 only.
9-
*
109
*/
1110

1211
#include <linux/device.h>

drivers/uio/uio_pci_generic.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/* uio_pci_generic - generic UIO driver for PCI 2.3 devices
23
*
34
* Copyright (C) 2009 Red Hat, Inc.
45
* Author: Michael S. Tsirkin <[email protected]>
56
*
6-
* This work is licensed under the terms of the GNU GPL, version 2.
7-
*
87
* Since the driver does not declare any device ids, you must allocate
98
* id and bind the device to the driver yourself. For example:
109
*

drivers/uio/uio_sercos3.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/* sercos3: UIO driver for the Automata Sercos III PCI card
23
34
Copyright (C) 2008 Linutronix GmbH

0 commit comments

Comments
 (0)