diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2018-11-07 12:06:52 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-11-07 21:53:30 -0800 |
commit | 96ed82cc1f515a2329f93506129ab1de35429b89 (patch) | |
tree | f5af539780fc934cdf4565966ab677824f52114f | |
parent | 69e362985fcbbb0589fc3e910fab00e6cdcc17e7 (diff) | |
download | linux-96ed82cc1f515a2329f93506129ab1de35429b89.tar.bz2 |
FDDI: defza: Fix SPDX annotation
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>
-rw-r--r-- | drivers/net/fddi/defza.c | 2 | ||||
-rw-r--r-- | drivers/net/fddi/defza.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/fddi/defza.c b/drivers/net/fddi/defza.c index 3b7f10a5f06a..79980eeb0e43 100644 --- a/drivers/net/fddi/defza.c +++ b/drivers/net/fddi/defza.c @@ -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 diff --git a/drivers/net/fddi/defza.h b/drivers/net/fddi/defza.h index b06acf32738e..ed659ed17215 100644 --- a/drivers/net/fddi/defza.h +++ b/drivers/net/fddi/defza.h @@ -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 |