From a80ea4cb944efc38e490a172e7afe635b2800db3 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Thu, 1 Mar 2018 12:16:00 +0100 Subject: 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 Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Tejun Heo --- drivers/ata/pata_bk3710.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'drivers/ata') 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 @@ +// SPDX-License-Identifier: GPL-2.0 + /* * Palmchip BK3710 PATA controller driver * @@ -8,10 +10,6 @@ * * Copyright (C) 2006 Texas Instruments. * Copyright (C) 2007 MontaVista Software, Inc., - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. */ #include @@ -379,4 +377,4 @@ static int __init pata_bk3710_init(void) } module_init(pata_bk3710_init); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); -- cgit v1.2.3