Skip to content

Commit 7f1d5c9

Browse files
bzolnierhtejun
authored andcommitted
pata_falcon: clarify license version and use SPDX header
- clarify license version (it should be GPL 2.0) - use SPDX header Cc: Michael Schmitz <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent ef59a62 commit 7f1d5c9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

drivers/ata/pata_falcon.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
13
/*
24
* Atari Falcon PATA controller driver
35
*
@@ -7,10 +9,6 @@
79
* Based on falconide.c:
810
*
911
* Created 12 Jul 1997 by Geert Uytterhoeven
10-
*
11-
* This file is subject to the terms and conditions of the GNU General Public
12-
* License. See the file "COPYING" in the main directory of this archive
13-
* for more details.
1412
*/
1513

1614
#include <linux/kernel.h>
@@ -180,5 +178,5 @@ module_init(pata_falcon_init_one);
180178

181179
MODULE_AUTHOR("Bartlomiej Zolnierkiewicz");
182180
MODULE_DESCRIPTION("low-level driver for Atari Falcon PATA");
183-
MODULE_LICENSE("GPL");
181+
MODULE_LICENSE("GPL v2");
184182
MODULE_VERSION(DRV_VERSION);

0 commit comments

Comments
 (0)