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/tools/laptop/freefall/freefall.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/tools/laptop/freefall/freefall.c b/kernel/tools/laptop/freefall/freefall.c index 5e44b20..d77d786 100644 --- a/kernel/tools/laptop/freefall/freefall.c +++ b/kernel/tools/laptop/freefall/freefall.c @@ -1,11 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-only /* Disk protection for HP/DELL machines. * * Copyright 2008 Eric Piel * Copyright 2009 Pavel Machek <pavel@ucw.cz> * Copyright 2012 Sonal Santan - * Copyright 2014 Pali Rohár <pali.rohar@gmail.com> - * - * GPLv2. + * Copyright 2014 Pali Rohár <pali@kernel.org> */ #include <stdio.h> -- Gitblit v1.6.2