aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-03-01 06:16:00 -0500
committerTejun Heo <tj@kernel.org>2018-03-01 16:59:03 -0500
commita80ea4cb944efc38e490a172e7afe635b2800db3 (patch)
treefd8b806f7ca9a95e3f61a264bba78cee595260a1
parent7f1d5c9dea8a641bd4a8d600c5feb98ae842c5da (diff)
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 <nsekhar@ti.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r--drivers/ata/pata_bk3710.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/ata/pata_bk3710.c b/drivers/ata/pata_bk3710.c
index 6c3bd5fae3e4..fad95cfecced 100644
--- a/drivers/ata/pata_bk3710.c
+++ b/drivers/ata/pata_bk3710.c
@@ -1,3 +1,5 @@
1// SPDX-License-Identifier: GPL-2.0
2
1/* 3/*
2 * Palmchip BK3710 PATA controller driver 4 * Palmchip BK3710 PATA controller driver
3 * 5 *
@@ -8,10 +10,6 @@
8 * 10 *
9 * Copyright (C) 2006 Texas Instruments. 11 * Copyright (C) 2006 Texas Instruments.
10 * Copyright (C) 2007 MontaVista Software, Inc., <source@mvista.com> 12 * Copyright (C) 2007 MontaVista Software, Inc., <source@mvista.com>
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.
15 */ 13 */
16 14
17#include <linux/ata.h> 15#include <linux/ata.h>
@@ -379,4 +377,4 @@ static int __init pata_bk3710_init(void)
379} 377}
380 378
381module_init(pata_bk3710_init); 379module_init(pata_bk3710_init);
382MODULE_LICENSE("GPL"); 380MODULE_LICENSE("GPL v2");