hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/video/omap-panel-data.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Header containing platform_data structs for omap panels
34 *
....@@ -10,18 +11,6 @@
1011 *
1112 * Copyright (C) 2010 Canonical Ltd.
1213 * Author: Bryan Wu <bryan.wu@canonical.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 version 2 as published by
16
- * the Free Software Foundation.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
21
- * more details.
22
- *
23
- * You should have received a copy of the GNU General Public License along with
24
- * this program. If not, see <http://www.gnu.org/licenses/>.
2514 */
2615
2716 #ifndef __OMAP_PANEL_DATA_H