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/crc16.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/crc16.h b/kernel/include/linux/crc16.h index 9443c08..9fa7452 100644 --- a/kernel/include/linux/crc16.h +++ b/kernel/include/linux/crc16.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * crc16.h - CRC-16 routine * @@ -7,9 +8,6 @@ * Init 0 * * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com> - * - * This source code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. */ #ifndef __CRC16_H -- Gitblit v1.6.2