From 8a90b89d25e25d647a1de97b986047b85f7dc5ba Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 3 Oct 2016 10:52:22 +0200 Subject: [PATCH] Headers. --- src/libcalamaresui/PythonQtConsoleViewStep.cpp | 18 ++++++++++++++++++ src/libcalamaresui/PythonQtConsoleViewStep.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/libcalamaresui/PythonQtConsoleViewStep.cpp b/src/libcalamaresui/PythonQtConsoleViewStep.cpp index 784bc4962..5a5ad990f 100644 --- a/src/libcalamaresui/PythonQtConsoleViewStep.cpp +++ b/src/libcalamaresui/PythonQtConsoleViewStep.cpp @@ -1,3 +1,21 @@ +/* === This file is part of Calamares - === + * + * Copyright 2016, Teo Mrnjavac + * + * Calamares 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 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will 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 Calamares. If not, see . + */ + #include "PythonQtConsoleViewStep.h" using namespace Calamares; diff --git a/src/libcalamaresui/PythonQtConsoleViewStep.h b/src/libcalamaresui/PythonQtConsoleViewStep.h index 516eb3a5d..0dd0ce8da 100644 --- a/src/libcalamaresui/PythonQtConsoleViewStep.h +++ b/src/libcalamaresui/PythonQtConsoleViewStep.h @@ -1,3 +1,21 @@ +/* === This file is part of Calamares - === + * + * Copyright 2016, Teo Mrnjavac + * + * Calamares 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 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will 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 Calamares. If not, see . + */ + #ifndef PYTHONQTCONSOLEVIEWSTEP_H #define PYTHONQTCONSOLEVIEWSTEP_H