提交 7f1d5c9d 编写于 作者: B Bartlomiej Zolnierkiewicz 提交者: Tejun Heo

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: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: NTejun Heo <tj@kernel.org>
上级 ef59a62a
// SPDX-License-Identifier: GPL-2.0
/* /*
* Atari Falcon PATA controller driver * Atari Falcon PATA controller driver
* *
...@@ -7,10 +9,6 @@ ...@@ -7,10 +9,6 @@
* Based on falconide.c: * Based on falconide.c:
* *
* Created 12 Jul 1997 by Geert Uytterhoeven * Created 12 Jul 1997 by Geert Uytterhoeven
*
* 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.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -180,5 +178,5 @@ module_init(pata_falcon_init_one); ...@@ -180,5 +178,5 @@ module_init(pata_falcon_init_one);
MODULE_AUTHOR("Bartlomiej Zolnierkiewicz"); MODULE_AUTHOR("Bartlomiej Zolnierkiewicz");
MODULE_DESCRIPTION("low-level driver for Atari Falcon PATA"); MODULE_DESCRIPTION("low-level driver for Atari Falcon PATA");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2");
MODULE_VERSION(DRV_VERSION); MODULE_VERSION(DRV_VERSION);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册