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 7f1d5c9 commit a80ea4cCopy full SHA for a80ea4c
drivers/ata/pata_bk3710.c
@@ -1,3 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0
2
+
3
/*
4
* Palmchip BK3710 PATA controller driver
5
*
@@ -8,10 +10,6 @@
8
10
9
11
* Copyright (C) 2006 Texas Instruments.
12
* Copyright (C) 2007 MontaVista Software, Inc., <[email protected]>
- *
- * This file is subject to the terms and conditions of the GNU General Public
13
- * License. See the file "COPYING" in the main directory of this archive
14
- * for more details.
15
*/
16
17
#include <linux/ata.h>
@@ -379,4 +377,4 @@ static int __init pata_bk3710_init(void)
379
377
}
380
378
381
module_init(pata_bk3710_init);
382
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
0 commit comments