[libcalamaresui] Add SPDX-header for Error Dialog files

This commit is contained in:
Artem Grinev 2021-12-06 02:41:17 +04:00
parent 2f2a418cc4
commit d9f7726f7d
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,12 @@
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2021 Artem Grinev <agrinev@manjaro.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Calamares is Free Software: see the License-Identifier above.
*
*/
#include "ErrorDialog.h" #include "ErrorDialog.h"
#include "ui_ErrorDialog.h" #include "ui_ErrorDialog.h"

View File

@ -1,3 +1,12 @@
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2021 Artem Grinev <agrinev@manjaro.org>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Calamares is Free Software: see the License-Identifier above.
*
*/
#ifndef ERRORDIALOG_H #ifndef ERRORDIALOG_H
#define ERRORDIALOG_H #define ERRORDIALOG_H