We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef59a62 commit 7f1d5c9Copy full SHA for 7f1d5c9
drivers/ata/pata_falcon.c
@@ -1,3 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
+
3
/*
4
* Atari Falcon PATA controller driver
5
*
@@ -7,10 +9,6 @@
7
9
* Based on falconide.c:
8
10
11
* Created 12 Jul 1997 by Geert Uytterhoeven
- *
- * 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.
14
*/
15
16
#include <linux/kernel.h>
@@ -180,5 +178,5 @@ module_init(pata_falcon_init_one);
180
178
181
179
MODULE_AUTHOR("Bartlomiej Zolnierkiewicz");
182
MODULE_DESCRIPTION("low-level driver for Atari Falcon PATA");
183
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
184
MODULE_VERSION(DRV_VERSION);
0 commit comments