[libcalamaresui] SPDX-tagging for Bob

This commit is contained in:
Adriaan de Groot 2022-03-15 14:42:27 +01:00
parent 28bf8478c4
commit f0d4788e6d
2 changed files with 19 additions and 0 deletions

View File

@ -1,4 +1,14 @@
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2022 Bob van der Linden <bobvanderlinden@gmail.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Calamares is Free Software: see the License-Identifier above.
*
*/
#include "LogWidget.h"
#include "utils/Logger.h"
#include <QFile>

View File

@ -1,3 +1,12 @@
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2022 Bob van der Linden <bobvanderlinden@gmail.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Calamares is Free Software: see the License-Identifier above.
*
*/
#ifndef LIBCALAMARESUI_LOGWIDGET_H
#define LIBCALAMARESUI_LOGWIDGET_H