[3/3] pcmcia: pd6729: Replace unversioned GPL notice with SPDX identifier

Message ID 20230517061338.1081810-4-bagasdotme@gmail.com
State New
Headers
Series SPDX conversion on pcmcia drivers |

Commit Message

Bagas Sanjaya May 17, 2023, 6:13 a.m. UTC
  The boilerplate notice doesn't mention any GPL version. Replace it with
SPDX license identifier for GPL 1.0+.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 drivers/pcmcia/pd6729.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

diff --git a/drivers/pcmcia/pd6729.c b/drivers/pcmcia/pd6729.c
index a0a2e7f18356c5..d6a28fa6da840b 100644
--- a/drivers/pcmcia/pd6729.c
+++ b/drivers/pcmcia/pd6729.c
@@ -1,10 +1,9 @@ 
+// SPDX-License-Identifier: GPL-1.0+
 /*
  * Driver for the Cirrus PD6729 PCI-PCMCIA bridge.
  *
  * Based on the i82092.c driver.
  *
- * This software may be used and distributed according to the terms of
- * the GNU General Public License, incorporated herein by reference.
  */
 
 #include <linux/kernel.h>