hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/char/xillybus/xillybus_core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/drivers/misc/xillybus_core.c
34 *
....@@ -10,10 +11,6 @@
1011 * file in the host. The number of such pipes and their attributes are
1112 * set up on the logic. This driver detects these automatically and
1213 * creates the device files accordingly.
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the smems of the GNU General Public License as published by
16
- * the Free Software Foundation; version 2 of the License.
1714 */
1815
1916 #include <linux/list.h>