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 3b7f10a5f06a660fbf6408f7adbcd0851ad79921..79980eeb0e438ee995a210315393ab99dba582b2 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 b06acf32738ea5f32083d4403a3b3c95315396d0..ed659ed1721513cadbcd34eb518ed63e5e66d2ef 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