hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/misc/genwqe/genwqe_driver.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef __GENWQE_DRIVER_H__
23 #define __GENWQE_DRIVER_H__
34
....@@ -10,15 +11,6 @@
1011 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com>
1112 * Author: Michael Jung <mijung@gmx.net>
1213 * Author: Michael Ruettger <michael@ibmra.de>
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the terms of the GNU General Public License (version 2 only)
16
- * as published by the Free Software Foundation.
17
- *
18
- * This program is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- * GNU General Public License for more details.
2214 */
2315
2416 #include <linux/types.h>