@@ -1,8 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details.
- *
* Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr>
*/
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
int pxa2xx_drv_pcmcia_add_one(struct soc_pcmcia_socket *skt);
void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
void pxa2xx_configure_sockets(struct device *dev, struct pcmcia_low_level *ops);
License notice for pcmcia driver for bcm63xx contains pointer to COPYING in the top-level directory of kernel tree. Replace the boilerplate with SPDX tag for GPL 2.0 (the same license as Linux kernel itself). On the other hand, px2xx_base.h doesn't have any SPDX tag. Add the tag for GPL 2.0 too. Cc: Maxime Bizon <mbizon@freebox.fr> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- drivers/pcmcia/bcm63xx_pcmcia.c | 5 +---- drivers/pcmcia/pxa2xx_base.h | 1 + 2 files changed, 2 insertions(+), 4 deletions(-)