From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/drivers/net/wan/hdlc_ppp.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/drivers/net/wan/hdlc_ppp.c b/kernel/drivers/net/wan/hdlc_ppp.c index d67623d..261b53f 100644 --- a/kernel/drivers/net/wan/hdlc_ppp.c +++ b/kernel/drivers/net/wan/hdlc_ppp.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Generic HDLC support routines for Linux * Point-to-point protocol support * * Copyright (C) 1999 - 2008 Krzysztof Halasa <khc@pm.waw.pl> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of version 2 of the GNU General Public License - * as published by the Free Software Foundation. */ #include <linux/errno.h> -- Gitblit v1.6.2