Skip to content

Commit 724cc0c

Browse files
praritgregkh
authored andcommitted
staging: Fix tnt4882 license to be SPDX compliant
"GPL-2" is not a valid SPDX license identifier[1]. Update to SPDX compliant string "GPL-2.0-only". [1] https://spdx.org/licenses Signed-off-by: Prarit Bhargava <[email protected]> Cc: Dave Penkler <[email protected]> Cc: Rohit Chavan <[email protected]> Signed-off-by: Prarit Bhargava <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent da6c337 commit 724cc0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/staging/gpib/tnt4882/mite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2
1+
// SPDX-License-Identifier: GPL-2.0-only
22

33
/*
44
* Hardware driver for NI Mite PCI interface chip,

drivers/staging/gpib/tnt4882/mite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2 */
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22

33
/*
44
* Hardware driver for NI Mite PCI interface chip

0 commit comments

Comments
 (0)