hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/include/linux/crc16.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * crc16.h - CRC-16 routine
34 *
....@@ -7,9 +8,6 @@
78 * Init 0
89 *
910 * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com>
10
- *
11
- * This source code is licensed under the GNU General Public License,
12
- * Version 2. See the file COPYING for more details.
1311 */
1412
1513 #ifndef __CRC16_H