Skip to content

Commit a80ea4c

Browse files
bzolnierhtejun
authored andcommitted
pata_bk3710: clarify license version and use SPDX header
- clarify license version (it should be GPL 2.0) - use SPDX header Acked-by: Sekhar Nori <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 7f1d5c9 commit a80ea4c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

drivers/ata/pata_bk3710.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
* Palmchip BK3710 PATA controller driver
35
*
@@ -8,10 +10,6 @@
810
*
911
* Copyright (C) 2006 Texas Instruments.
1012
* Copyright (C) 2007 MontaVista Software, Inc., <[email protected]>
11-
*
12-
* 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.
1513
*/
1614

1715
#include <linux/ata.h>
@@ -379,4 +377,4 @@ static int __init pata_bk3710_init(void)
379377
}
380378

381379
module_init(pata_bk3710_init);
382-
MODULE_LICENSE("GPL");
380+
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)