hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/lib/crc4.c
....@@ -1,8 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * crc4.c - simple crc-4 calculations.
3
- *
4
- * This source code is licensed under the GNU General Public License, Version
5
- * 2. See the file COPYING for more details.
64 */
75
86 #include <linux/crc4.h>