Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a80ea4cb authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Tejun Heo
Browse files

pata_bk3710: clarify license version and use SPDX header



- clarify license version (it should be GPL 2.0)
- use SPDX header

Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 7f1d5c9d
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
// 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., <source@mvista.com>
 *
 * 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 <linux/ata.h>
@@ -379,4 +377,4 @@ static int __init pata_bk3710_init(void)
}

module_init(pata_bk3710_init);
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");