kernel/lib/crc4.c
.. .. @@ -1,8 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * crc4.c - simple crc-4 calculations. 3 - *4 - * This source code is licensed under the GNU General Public License, Version5 - * 2. See the file COPYING for more details.6 4 */ 7 5 8 6 #include <linux/crc4.h>