From: Karel Zak Date: Wed, 1 Nov 2023 13:58:57 +0000 (+0100) Subject: docs: add SPDX to boilerplate.c X-Git-Tag: v2.40-rc1~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38d9e7c8f353d77bcc2714b7b39082b83de874ff;p=thirdparty%2Futil-linux.git docs: add SPDX to boilerplate.c Signed-off-by: Karel Zak --- 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