From 38d9e7c8f353d77bcc2714b7b39082b83de874ff Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 1 Nov 2023 14:58:57 +0100 Subject: [PATCH] docs: add SPDX to boilerplate.c Signed-off-by: Karel Zak --- Documentation/boilerplate.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Documentation/boilerplate.c b/Documentation/boilerplate.c index 2d6045979c..d49b449241 100644 --- a/Documentation/boilerplate.c +++ b/Documentation/boilerplate.c @@ -2,25 +2,19 @@ * util-linux package. * -- remove above */ /* + * SPDX-License-Identifier: GPL-2.0-or-later + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * * fixme-command-name - purpose of it * * Copyright (c) 20nn Example Commercial, Inc * Written by Your Name * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it would be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - #include #include #include -- 2.47.2