hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/sh/drivers/dma/dma-sh.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/drivers/dma/dma-sh.c
34 *
....@@ -6,10 +7,6 @@
67 * Copyright (C) 2000 Takashi YOSHII
78 * Copyright (C) 2003, 2004 Paul Mundt
89 * Copyright (C) 2005 Andriy Skulysh
9
- *
10
- * This file is subject to the terms and conditions of the GNU General Public
11
- * License. See the file "COPYING" in the main directory of this archive
12
- * for more details.
1310 */
1411 #include <linux/init.h>
1512 #include <linux/interrupt.h>
....@@ -414,4 +411,4 @@
414411
415412 MODULE_AUTHOR("Takashi YOSHII, Paul Mundt, Andriy Skulysh");
416413 MODULE_DESCRIPTION("SuperH On-Chip DMAC Support");
417
-MODULE_LICENSE("GPL");
414
+MODULE_LICENSE("GPL v2");