| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/sh/drivers/dma/dma-sh.c |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Copyright (C) 2000 Takashi YOSHII |
|---|
| 7 | 8 | * Copyright (C) 2003, 2004 Paul Mundt |
|---|
| 8 | 9 | * 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. |
|---|
| 13 | 10 | */ |
|---|
| 14 | 11 | #include <linux/init.h> |
|---|
| 15 | 12 | #include <linux/interrupt.h> |
|---|
| .. | .. |
|---|
| 414 | 411 | |
|---|
| 415 | 412 | MODULE_AUTHOR("Takashi YOSHII, Paul Mundt, Andriy Skulysh"); |
|---|
| 416 | 413 | MODULE_DESCRIPTION("SuperH On-Chip DMAC Support"); |
|---|
| 417 | | -MODULE_LICENSE("GPL"); |
|---|
| 414 | +MODULE_LICENSE("GPL v2"); |
|---|