Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pata_bk3710: clarify license version and use SPDX header

- clarify license version (it should be GPL 2.0)
- use SPDX header

Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Bartlomiej Zolnierkiewicz and committed by
Tejun Heo
a80ea4cb 7f1d5c9d

+3 -5
+3 -5
drivers/ata/pata_bk3710.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + 1 3 /* 2 4 * Palmchip BK3710 PATA controller driver 3 5 * ··· 10 8 * 11 9 * Copyright (C) 2006 Texas Instruments. 12 10 * Copyright (C) 2007 MontaVista Software, Inc., <source@mvista.com> 13 - * 14 - * This file is subject to the terms and conditions of the GNU General Public 15 - * License. See the file "COPYING" in the main directory of this archive 16 - * for more details. 17 11 */ 18 12 19 13 #include <linux/ata.h> ··· 377 379 } 378 380 379 381 module_init(pata_bk3710_init); 380 - MODULE_LICENSE("GPL"); 382 + MODULE_LICENSE("GPL v2");