hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/mtd/devices/sst25l.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * sst25l.c
34 *
....@@ -8,11 +9,6 @@
89 * Author: Ryan Mallon
910 *
1011 * Based on m25p80.c
11
- *
12
- * This code is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
15
- *
1612 */
1713
1814 #include <linux/module.h>