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

pata_falcon: clarify license version and use SPDX header

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

Cc: Michael Schmitz <schmitzmic@gmail.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
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
7f1d5c9d ef59a62a

+3 -5
+3 -5
drivers/ata/pata_falcon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + 1 3 /* 2 4 * Atari Falcon PATA controller driver 3 5 * ··· 9 7 * Based on falconide.c: 10 8 * 11 9 * Created 12 Jul 1997 by Geert Uytterhoeven 12 - * 13 - * This file is subject to the terms and conditions of the GNU General Public 14 - * License. See the file "COPYING" in the main directory of this archive 15 - * for more details. 16 10 */ 17 11 18 12 #include <linux/kernel.h> ··· 178 180 179 181 MODULE_AUTHOR("Bartlomiej Zolnierkiewicz"); 180 182 MODULE_DESCRIPTION("low-level driver for Atari Falcon PATA"); 181 - MODULE_LICENSE("GPL"); 183 + MODULE_LICENSE("GPL v2"); 182 184 MODULE_VERSION(DRV_VERSION);