hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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