hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/drivers/dma/dma-api.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/drivers/dma/dma-api.c
34 *
45 * SuperH-specific DMA management API
56 *
67 * Copyright (C) 2003, 2004, 2005 Paul Mundt
7
- *
8
- * This file is subject to the terms and conditions of the GNU General Public
9
- * License. See the file "COPYING" in the main directory of this archive
10
- * for more details.
118 */
129 #include <linux/init.h>
1310 #include <linux/module.h>
....@@ -417,4 +414,4 @@
417414
418415 MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>");
419416 MODULE_DESCRIPTION("DMA API for SuperH");
420
-MODULE_LICENSE("GPL");
417
+MODULE_LICENSE("GPL v2");