From 9e2728bcb726a08186ac7af4b6ec4a2c751dcc91 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 17 May 2022 14:40:36 +0200 Subject: [PATCH] [netinstall] Polish up SPDX headers --- src/modules/netinstall/NetInstallPage.h | 3 ++- src/modules/netinstall/NetInstallViewStep.cpp | 3 ++- src/modules/netinstall/PackageModel.h | 1 - src/modules/netinstall/groupstreeview.h | 8 ++++++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/modules/netinstall/NetInstallPage.h b/src/modules/netinstall/NetInstallPage.h index 72375d0f0..94ce6d4ba 100644 --- a/src/modules/netinstall/NetInstallPage.h +++ b/src/modules/netinstall/NetInstallPage.h @@ -1,4 +1,5 @@ -/* +/* === This file is part of Calamares - === + * * SPDX-FileCopyrightText: 2016 Luca Giambonini * SPDX-FileCopyrightText: 2016 Lisa Vitolo * SPDX-FileCopyrightText: 2017 Kyle Robbertze diff --git a/src/modules/netinstall/NetInstallViewStep.cpp b/src/modules/netinstall/NetInstallViewStep.cpp index 2ac0e73c9..99d51af9e 100644 --- a/src/modules/netinstall/NetInstallViewStep.cpp +++ b/src/modules/netinstall/NetInstallViewStep.cpp @@ -1,4 +1,5 @@ -/* +/* === This file is part of Calamares - === + * * SPDX-FileCopyrightText: 2016 Luca Giambonini * SPDX-FileCopyrightText: 2016 Lisa Vitolo * SPDX-FileCopyrightText: 2017 Kyle Robbertze diff --git a/src/modules/netinstall/PackageModel.h b/src/modules/netinstall/PackageModel.h index e97359a46..cc8668b2f 100644 --- a/src/modules/netinstall/PackageModel.h +++ b/src/modules/netinstall/PackageModel.h @@ -1,4 +1,3 @@ - /* === This file is part of Calamares - === * * SPDX-FileCopyrightText: 2017 Kyle Robbertze diff --git a/src/modules/netinstall/groupstreeview.h b/src/modules/netinstall/groupstreeview.h index 50ed82bcf..a22ea7016 100644 --- a/src/modules/netinstall/groupstreeview.h +++ b/src/modules/netinstall/groupstreeview.h @@ -1,3 +1,11 @@ +/* === This file is part of Calamares - === + * + * SPDX-FileCopyrightText: 2022 Adriaan de Groot + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Calamares is Free Software: see the License-Identifier above. + * + */ #include using GroupsTreeView = QTreeView;