kernel/arch/arm/mach-omap1/lcd_dma.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * linux/arch/arm/mach-omap1/lcd_dma.c 3 4 * .. .. @@ -15,11 +16,6 @@ 15 16 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> 16 17 * 17 18 * Support functions for the OMAP internal DMA channels. 18 - *19 - * This program is free software; you can redistribute it and/or modify20 - * it under the terms of the GNU General Public License version 2 as21 - * published by the Free Software Foundation.22 - *23 19 */ 24 20 25 21 #include <linux/module.h>