From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/include/linux/crc-itu-t.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/crc-itu-t.h b/kernel/include/linux/crc-itu-t.h index a9953c7..a436705 100644 --- a/kernel/include/linux/crc-itu-t.h +++ b/kernel/include/linux/crc-itu-t.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * crc-itu-t.h - CRC ITU-T V.41 routine * @@ -5,9 +6,6 @@ * Width 16 * Poly 0x1021 (x^16 + x^12 + x^15 + 1) * Init 0 - * - * This source code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. */ #ifndef CRC_ITU_T_H -- Gitblit v1.6.2