| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/sh/drivers/dma/dma-api.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * SuperH-specific DMA management API |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * 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. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | #include <linux/init.h> |
|---|
| 13 | 10 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 417 | 414 | |
|---|
| 418 | 415 | MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>"); |
|---|
| 419 | 416 | MODULE_DESCRIPTION("DMA API for SuperH"); |
|---|
| 420 | | -MODULE_LICENSE("GPL"); |
|---|
| 417 | +MODULE_LICENSE("GPL v2"); |
|---|