|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
1 | 2 | /*
|
2 | 3 | * SuperH FLCTL nand controller
|
3 | 4 | *
|
4 | 5 | * Copyright (c) 2008 Renesas Solutions Corp.
|
5 | 6 | * Copyright (c) 2008 Atom Create Engineering Co., Ltd.
|
6 | 7 | *
|
7 | 8 | * Based on fsl_elbc_nand.c, Copyright (c) 2006-2007 Freescale Semiconductor
|
8 |
| - * |
9 |
| - * This program is free software; you can redistribute it and/or modify |
10 |
| - * it under the terms of the GNU General Public License as published by |
11 |
| - * the Free Software Foundation; version 2 of the License. |
12 |
| - * |
13 |
| - * This program is distributed in the hope that it will be useful, |
14 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 |
| - * GNU General Public License for more details. |
17 |
| - * |
18 |
| - * You should have received a copy of the GNU General Public License |
19 |
| - * along with this program; if not, write to the Free Software |
20 |
| - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
21 |
| - * |
22 | 9 | */
|
23 | 10 |
|
24 | 11 | #include <linux/module.h>
|
@@ -1236,7 +1223,7 @@ static struct platform_driver flctl_driver = {
|
1236 | 1223 |
|
1237 | 1224 | module_platform_driver_probe(flctl_driver, flctl_probe);
|
1238 | 1225 |
|
1239 |
| -MODULE_LICENSE("GPL"); |
| 1226 | +MODULE_LICENSE("GPL v2"); |
1240 | 1227 | MODULE_AUTHOR("Yoshihiro Shimoda");
|
1241 | 1228 | MODULE_DESCRIPTION("SuperH FLCTL driver");
|
1242 | 1229 | MODULE_ALIAS("platform:sh_flctl");
|
0 commit comments