hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/linux/crc-itu-t.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * crc-itu-t.h - CRC ITU-T V.41 routine
34 *
....@@ -5,9 +6,6 @@
56 * Width 16
67 * Poly 0x1021 (x^16 + x^12 + x^15 + 1)
78 * Init 0
8
- *
9
- * This source code is licensed under the GNU General Public License,
10
- * Version 2. See the file COPYING for more details.
119 */
1210
1311 #ifndef CRC_ITU_T_H