From 6df1d92b7a11c7f24a557431ab3451effc42a188 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 14 Dec 2023 10:12:46 +0100 Subject: [PATCH] docs: move Copyright in boilerplate.c Let's keep it in order SPDX-License-Identifier License block Copyright command description Signed-off-by: Karel Zak --- Documentation/boilerplate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/boilerplate.c b/Documentation/boilerplate.c index d49b449241..95915b5ccf 100644 --- a/Documentation/boilerplate.c +++ b/Documentation/boilerplate.c @@ -9,11 +9,10 @@ * 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 * + * fixme-command-name - purpose of it */ #include #include -- 2.47.2