Skip to content

Commit

Permalink
pata_bk3710: clarify license version and use SPDX header
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
bzolnier authored and htejun committed Mar 1, 2018
1 parent 7f1d5c9 commit a80ea4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions drivers/ata/pata_bk3710.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-2.0

/*
* Palmchip BK3710 PATA controller driver
*
Expand All @@ -8,10 +10,6 @@
*
* Copyright (C) 2006 Texas Instruments.
* Copyright (C) 2007 MontaVista Software, Inc., <[email protected]>
*
* 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>
Expand Down Expand Up @@ -379,4 +377,4 @@ static int __init pata_bk3710_init(void)
}

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

0 comments on commit a80ea4c

Please sign in to comment.