OSDN Git Service

FDDI: defza: Fix SPDX annotation
authorMaciej W. Rozycki <macro@linux-mips.org>
Wed, 7 Nov 2018 12:06:52 +0000 (12:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2018 05:53:30 +0000 (21:53 -0800)
The SPDX annotation for this driver does not match the license text,
which specifies GNU GPL 2 or later.  Make the two match by correcting
the SPDX tag.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/defza.c
drivers/net/fddi/defza.h

index 3b7f10a..79980ee 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0+
 /*     FDDI network adapter driver for DEC FDDIcontroller 700/700-C devices.
  *
  *     Copyright (c) 2018  Maciej W. Rozycki
index b06acf3..ed659ed 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*     FDDI network adapter driver for DEC FDDIcontroller 700/700-C devices.
  *
  *     Copyright (c) 2018  Maciej W. Rozycki