hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/video/fbdev/omap/lcd_htcherald.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * File: drivers/video/omap/lcd-htcherald.c
34 *
....@@ -10,20 +11,6 @@
1011 * Copyright (C) linwizard.sourceforge.net
1112 * Author: Angelo Arrifano <miknix@gmail.com>
1213 * Based on lcd_h4 by Imre Deak <imre.deak@nokia.com>
13
- *
14
- * This program is free software; you can redistribute it and/or modify it
15
- * under the terms of the GNU General Public License as published by the
16
- * Free Software Foundation; either version 2 of the License, or (at your
17
- * option) any later version.
18
- *
19
- * This program is distributed in the hope that it will be useful, but
20
- * WITHOUT ANY WARRANTY; without even the implied warranty of
21
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22
- * General Public License for more details.
23
- *
24
- * You should have received a copy of the GNU General Public License along
25
- * with this program; if not, write to the Free Software Foundation, Inc.,
26
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2714 */
2815
2916 #include <linux/module.h>