Message ID | 20190613162703.986-9-tiny.windzz@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [01/10] iommu/exynos: convert to SPDX license tags | expand |
Am Donnerstag, 13. Juni 2019, 18:27:02 CEST schrieb Yangtao Li: > Updates license to use SPDX-License-Identifier. > > Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Acked-by: Heiko Stuebner <heiko@sntech.de>
diff --git a/drivers/iommu/rockchip-iommu.c b/drivers/iommu/rockchip-iommu.c index 77d4bd93fe4b..9c4c6eb7d42b 100644 --- a/drivers/iommu/rockchip-iommu.c +++ b/drivers/iommu/rockchip-iommu.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * IOMMU API for Rockchip * * Module Authors: Simon Xue <xxm@rock-chips.com> * Daniel Kurtz <djkurtz@chromium.org> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/clk.h>
Updates license to use SPDX-License-Identifier. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> --- drivers/iommu/rockchip-iommu.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)