REUSE: SPDX license headers for backend and core folders.

This commit is contained in:
Andrius Štikonas 2020-09-20 20:33:16 +01:00
parent bdd9467725
commit 11bb5799ec
64 changed files with 474 additions and 1075 deletions

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "backend/corebackend.h" #include "backend/corebackend.h"

View File

@ -1,23 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COREBACKEND_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COREBACKEND_H
#define KPMCORE_COREBACKEND_H #define KPMCORE_COREBACKEND_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2017 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "backend/corebackenddevice.h" #include "backend/corebackenddevice.h"

View File

@ -1,22 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2017 Adriaan de Groot <groot@kde.org>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COREBACKENDDEVICE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COREBACKENDDEVICE_H
#define KPMCORE_COREBACKENDDEVICE_H #define KPMCORE_COREBACKENDDEVICE_H
#include <memory> #include <memory>

View File

@ -1,21 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2015 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "backend/corebackendmanager.h" #include "backend/corebackendmanager.h"
#include "backend/corebackend.h" #include "backend/corebackend.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_COREBACKENDMANAGER_H #ifndef KPMCORE_COREBACKENDMANAGER_H
#define KPMCORE_COREBACKENDMANAGER_H #define KPMCORE_COREBACKENDMANAGER_H

View File

@ -1,18 +1,7 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "backend/corebackendpartitiontable.h" #include "backend/corebackendpartitiontable.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2010,2011 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010-2011 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COREBACKENDPARTITIONTABLE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COREBACKENDPARTITIONTABLE_H
#define KPMCORE_COREBACKENDPARTITIONTABLE_H #define KPMCORE_COREBACKENDPARTITIONTABLE_H
#include "core/partitiontable.h" #include "core/partitiontable.h"

View File

@ -1,18 +1,7 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copysource.h" #include "core/copysource.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYSOURCE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYSOURCE_H
#define KPMCORE_COPYSOURCE_H #define KPMCORE_COPYSOURCE_H
#include <QtGlobal> #include <QtGlobal>

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2017-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * SPDX-License-Identifier: GPL-3.0-or-later
* * */
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copysourcedevice.h" #include "core/copysourcedevice.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYSOURCEDEVICE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYSOURCEDEVICE_H
#define KPMCORE_COPYSOURCEDEVICE_H #define KPMCORE_COPYSOURCEDEVICE_H
#include "backend/corebackenddevice.h" #include "backend/corebackenddevice.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copysourcefile.h" #include "core/copysourcefile.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYSOURCEFILE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYSOURCEFILE_H
#define KPMCORE_COPYSOURCEFILE_H #define KPMCORE_COPYSOURCEFILE_H
#include "core/copysource.h" #include "core/copysource.h"

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copysourceshred.h" #include "core/copysourceshred.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYSOURCESHRED_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYSOURCESHRED_H
#define KPMCORE_COPYSOURCESHRED_H #define KPMCORE_COPYSOURCESHRED_H
#include "core/copysource.h" #include "core/copysource.h"

View File

@ -1,18 +1,7 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copytarget.h" #include "core/copytarget.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYTARGET_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYTARGET_H
#define KPMCORE_COPYTARGET_H #define KPMCORE_COPYTARGET_H
#include <QtGlobal> #include <QtGlobal>

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copytargetbytearray.h" #include "core/copytargetbytearray.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_COPYTARGETBYTEARRAY_H #ifndef KPMCORE_COPYTARGETBYTEARRAY_H
#define KPMCORE_COPYTARGETBYTEARRAY_H #define KPMCORE_COPYTARGETBYTEARRAY_H

View File

@ -1,19 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2017-2018 Andrius Štikonas <andrius@stikonas.eu>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* the License, or (at your option) any later version. *
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copytargetdevice.h" #include "core/copytargetdevice.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYTARGETDEVICE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYTARGETDEVICE_H
#define KPMCORE_COPYTARGETDEVICE_H #define KPMCORE_COPYTARGETDEVICE_H
#include "backend/corebackenddevice.h" #include "backend/corebackenddevice.h"

View File

@ -1,19 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/copytargetfile.h" #include "core/copytargetfile.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_COPYTARGETFILE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYTARGETFILE_H
#define KPMCORE_COPYTARGETFILE_H #define KPMCORE_COPYTARGETFILE_H
#include "core/copytarget.h" #include "core/copytarget.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/device.h" #include "core/device.h"
#include "core/device_p.h" #include "core/device_p.h"

View File

@ -1,19 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_DEVICE_H #ifndef KPMCORE_DEVICE_H
#define KPMCORE_DEVICE_H #define KPMCORE_DEVICE_H
@ -34,7 +28,7 @@ class DevicePrivate;
/** A device description. /** A device description.
Represents a device like /dev/sda. Contains information about Represents a device like /dev/sda. Contains information about
the device (name, status, size ..) but does not operate on the device (name, status, size...) but does not operate on
the device itself. @see CoreBackendDevice the device itself. @see CoreBackendDevice
Devices are the outermost entity; they contain a PartitionTable that itself contains Partitions. Devices are the outermost entity; they contain a PartitionTable that itself contains Partitions.

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_DEVICE_P_H #ifndef KPMCORE_DEVICE_P_H
#define KPMCORE_DEVICE_P_H #define KPMCORE_DEVICE_P_H

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/devicescanner.h" #include "core/devicescanner.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * SPDX-License-Identifier: GPL-3.0-or-later
* * */
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_DEVICESCANNER_H #ifndef KPMCORE_DEVICESCANNER_H
#define KPMCORE_DEVICESCANNER_H #define KPMCORE_DEVICESCANNER_H

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/diskdevice.h" #include "core/diskdevice.h"
#include "core/device_p.h" #include "core/device_p.h"

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_DISKDEVICE_H #ifndef KPMCORE_DISKDEVICE_H
#define KPMCORE_DISKDEVICE_H #define KPMCORE_DISKDEVICE_H

View File

@ -1,21 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2009, 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2017-2020 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2019 Adriaan de Groot <groot@kde.org>
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> *
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/fstab.h" #include "core/fstab.h"
#include "util/externalcommand.h" #include "util/externalcommand.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2017-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2017-2020 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_FSTAB_H #ifndef KPMCORE_FSTAB_H
#define KPMCORE_FSTAB_H #define KPMCORE_FSTAB_H

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* Copyright (C) 2016-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/lvmdevice.h" #include "core/lvmdevice.h"
#include "core/partition.h" #include "core/partition.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2018-2019 Caio Carvalho <caiojcarvalho@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_LVMDEVICE_H #ifndef KPMCORE_LVMDEVICE_H
#define KPMCORE_LVMDEVICE_H #define KPMCORE_LVMDEVICE_H

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/operationrunner.h" #include "core/operationrunner.h"
#include "core/operationstack.h" #include "core/operationstack.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Albert Astals Cid <aacid@kde.org>
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_OPERATIONRUNNER_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_OPERATIONRUNNER_H
#define KPMCORE_OPERATIONRUNNER_H #define KPMCORE_OPERATIONRUNNER_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008, 2011 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* * SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/operationstack.h" #include "core/operationstack.h"
#include "core/device.h" #include "core/device.h"

View File

@ -1,22 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_OPERATIONSTACK_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_OPERATIONSTACK_H
#define KPMCORE_OPERATIONSTACK_H #define KPMCORE_OPERATIONSTACK_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,21 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2015 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/partition.h" #include "core/partition.h"
@ -80,8 +71,7 @@ Partition::~Partition()
// either cause leaks (a partition is removed from the parent's list of children but never // either cause leaks (a partition is removed from the parent's list of children but never
// deleted) or, worse, crashes (a partition is deleted but not removed from the parent's // deleted) or, worse, crashes (a partition is deleted but not removed from the parent's
// list of children). As a workaround, always remove a partition from its parent here in the dtor. // list of children). As a workaround, always remove a partition from its parent here in the dtor.
// This presumably fixes 232092, but backporting is too risky until we're sure this doesn't cause // This presumably fixes 232092.
// side-effects.
if (m_Parent) if (m_Parent)
parent()->remove(this); parent()->remove(this);
clearChildren(); clearChildren();

View File

@ -1,19 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2013-2019 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_PARTITION_H #ifndef KPMCORE_PARTITION_H
#define KPMCORE_PARTITION_H #define KPMCORE_PARTITION_H

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * SPDX-License-Identifier: GPL-3.0-or-later
* * */
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/partitionalignment.h" #include "core/partitionalignment.h"
@ -151,4 +143,3 @@ qint64 PartitionAlignment::alignedLastSector(const Device& d, const Partition& p
return s; return s;
} }

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2016 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015-2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_PARTITIONALIGNMENT_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_PARTITIONALIGNMENT_H
#define KPMCORE_PARTITIONALIGNMENT_H #define KPMCORE_PARTITIONALIGNMENT_H
#include "QtGlobal" #include "QtGlobal"

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/partitionnode.h" #include "core/partitionnode.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_PARTITIONNODE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_PARTITIONNODE_H
#define KPMCORE_PARTITIONNODE_H #define KPMCORE_PARTITIONNODE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,21 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2016 Teo Mrnjavac <teo@kde.org>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/partitionrole.h" #include "core/partitionrole.h"

View File

@ -1,23 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas <andrius@stikonas.eu>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_PARTITIONROLE_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_PARTITIONROLE_H
#define KPMCORE_PARTITIONROLE_H #define KPMCORE_PARTITIONROLE_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,21 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2012 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2009 Andrew Coles <andrew.i.coles@googlemail.com>
* Copyright (C) 2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2013-2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * SPDX-License-Identifier: GPL-3.0-or-later
* * */
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
/** @file /** @file
*/ */

View File

@ -1,20 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008, 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2012 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2019 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* the License, or (at your option) any later version. *
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_PARTITIONTABLE_H #ifndef KPMCORE_PARTITIONTABLE_H
#define KPMCORE_PARTITIONTABLE_H #define KPMCORE_PARTITIONTABLE_H

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "softwareraid.h" #include "softwareraid.h"

View File

@ -1,21 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* *
* This program 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_SOFTWARERAID_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SOFTWARERAID_H
#define KPMCORE_SOFTWARERAID_H #define KPMCORE_SOFTWARERAID_H
#include "core/volumemanagerdevice.h" #include "core/volumemanagerdevice.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2018 Anthony Fieroni <bvbfan@abv.bg>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/smartattribute.h" #include "core/smartattribute.h"
#include "core/smartstatus.h" #include "core/smartstatus.h"

View File

@ -1,19 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* the License, or (at your option) any later version. *
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_SMARTATTRIBUTE_H #ifndef KPMCORE_SMARTATTRIBUTE_H
#define KPMCORE_SMARTATTRIBUTE_H #define KPMCORE_SMARTATTRIBUTE_H

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2008 Lennart Poettering
* * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "smartattributeparseddata.h" #include "smartattributeparseddata.h"
#include "core/smartdiskinformation.h" #include "core/smartdiskinformation.h"

View File

@ -1,19 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_SMARTATTRIBUTEPARSEDDATA_H #ifndef KPMCORE_SMARTATTRIBUTEPARSEDDATA_H
#define KPMCORE_SMARTATTRIBUTEPARSEDDATA_H #define KPMCORE_SMARTATTRIBUTEPARSEDDATA_H

View File

@ -1,19 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* * SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/smartdiskinformation.h" #include "core/smartdiskinformation.h"
#include "core/smartattributeparseddata.h" #include "core/smartattributeparseddata.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_SMARTDISKINFORMATION_H #ifndef KPMCORE_SMARTDISKINFORMATION_H
#define KPMCORE_SMARTDISKINFORMATION_H #define KPMCORE_SMARTDISKINFORMATION_H

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/smartparser.h" #include "core/smartparser.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_SMARTPARSER_H #ifndef KPMCORE_SMARTPARSER_H
#define KPMCORE_SMARTPARSER_H #define KPMCORE_SMARTPARSER_H

View File

@ -1,20 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2010 Yuri Chornoivan <yurchor@ukr.net>
* * SPDX-FileCopyrightText: 2014-2019 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2019 Shubham Jangra <aryan100jangid@gmail.com>
* the License, or (at your option) any later version. *
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/smartstatus.h" #include "core/smartstatus.h"

View File

@ -1,19 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2016 Teo Mrnjavac <teo@kde.org>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_SMARTSTATUS_H #ifndef KPMCORE_SMARTSTATUS_H
#define KPMCORE_SMARTSTATUS_H #define KPMCORE_SMARTSTATUS_H

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * SPDX-License-Identifier: GPL-3.0-or-later
* published by the Free Software Foundation; either version 3 of * */
* the License, or (at your option) any later version. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "core/volumemanagerdevice.h" #include "core/volumemanagerdevice.h"
#include "core/volumemanagerdevice_p.h" #include "core/volumemanagerdevice_p.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Caio Carvalho <caiojcarvalho@gmail.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_VOLUMEMANAGERDEVICE_H #ifndef KPMCORE_VOLUMEMANAGERDEVICE_H
#define KPMCORE_VOLUMEMANAGERDEVICE_H #define KPMCORE_VOLUMEMANAGERDEVICE_H

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* 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. *
* *
* This program 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 this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_VOLUMEMANAGERDEVICE_P_H #ifndef KPMCORE_VOLUMEMANAGERDEVICE_P_H
#define KPMCORE_VOLUMEMANAGERDEVICE_P_H #define KPMCORE_VOLUMEMANAGERDEVICE_P_H