| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/sh/drivers/dma/dma-g2.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * G2 bus DMA support |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2003 - 2006 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/kernel.h> |
|---|
| .. | .. |
|---|
| 197 | 194 | |
|---|
| 198 | 195 | MODULE_AUTHOR("Paul Mundt <lethal@linux-sh.org>"); |
|---|
| 199 | 196 | MODULE_DESCRIPTION("G2 bus DMA driver"); |
|---|
| 200 | | -MODULE_LICENSE("GPL"); |
|---|
| 197 | +MODULE_LICENSE("GPL v2"); |
|---|