hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/tools/testing/selftests/android/ion/ionapp_export.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ionapp_export.c
34 *
....@@ -7,16 +8,6 @@
78 * So, this server has to be started first before the client.
89 *
910 * Copyright (C) 2017 Pintu Kumar <pintu.ping@gmail.com>
10
- *
11
- * This software is licensed under the terms of the GNU General Public
12
- * License version 2, as published by the Free Software Foundation, and
13
- * may be copied, distributed, and modified under those terms.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU General Public License for more details.
19
- *
2011 */
2112
2213 #include <stdio.h>