REUSE: SPDX style license headers for src/ops.

This commit is contained in:
Andrius Štikonas 2020-09-30 23:28:47 +01:00
parent f7eb6eec5d
commit 8b10771327
33 changed files with 235 additions and 572 deletions

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: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2016 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 "ops/backupoperation.h" #include "ops/backupoperation.h"

View File

@ -1,23 +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: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_BACKUPOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_BACKUPOPERATION_H
#define KPMCORE_BACKUPOPERATION_H #define KPMCORE_BACKUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.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: 2012-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2016 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 "ops/checkoperation.h" #include "ops/checkoperation.h"

View File

@ -1,23 +1,12 @@
/************************************************************************* /*
* 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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_CHECKOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CHECKOPERATION_H
#define KPMCORE_CHECKOPERATION_H #define KPMCORE_CHECKOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.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: 2012-2019 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 "ops/copyoperation.h" #include "ops/copyoperation.h"

View File

@ -1,23 +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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_COPYOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYOPERATION_H
#define KPMCORE_COPYOPERATION_H #define KPMCORE_COPYOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2014-2016 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 "ops/createfilesystemoperation.h" #include "ops/createfilesystemoperation.h"

View File

@ -1,23 +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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_CREATEFILESYSTEMOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEFILESYSTEMOPERATION_H
#define KPMCORE_CREATEFILESYSTEMOPERATION_H #define KPMCORE_CREATEFILESYSTEMOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008, 2010 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-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 * SPDX-FileCopyrightText: 2018 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/>.*
*************************************************************************/
#include "ops/createpartitiontableoperation.h" #include "ops/createpartitiontableoperation.h"

View File

@ -1,23 +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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_CREATEPARTITIONTABLEOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEPARTITIONTABLEOPERATION_H
#define KPMCORE_CREATEPARTITIONTABLEOPERATION_H #define KPMCORE_CREATEPARTITIONTABLEOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.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) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas <andrius@stikonas.eu>
* * 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 "ops/createvolumegroupoperation.h" #include "ops/createvolumegroupoperation.h"

View File

@ -1,23 +1,12 @@
/************************************************************************* /*
* 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-2017 Andrius Štikonas <andrius@stikonas.eu>
* * 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_CREATEVOLUMEGROUPOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEVOLUMEGROUPOPERATION_H
#define KPMCORE_CREATEVOLUMEGROUPOPERATION_H #define KPMCORE_CREATEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,9 @@
/************************************************************************* /*
* 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 *
* 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 "ops/deactivatevolumegroupoperation.h" #include "ops/deactivatevolumegroupoperation.h"
#include "jobs/deactivatevolumegroupjob.h" #include "jobs/deactivatevolumegroupjob.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * SPDX-FileCopyrightText: 2016 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_DEACTIVATEVOLUMEGROUPOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_DEACTIVATEVOLUMEGROUPOPERATION_H
#define KPMCORE_DEACTIVATEVOLUMEGROUPOPERATION_H #define KPMCORE_DEACTIVATEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
@ -25,7 +15,6 @@
#include <QString> #include <QString>
class DeactivateLogicalVolumeJob; class DeactivateLogicalVolumeJob;
class DeactivateVolumeGroupJob; class DeactivateVolumeGroupJob;
class VolumeManagerDevice; class VolumeManagerDevice;

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008, 2010 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: 2012-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: 2018 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/>.*
*************************************************************************/
#include "ops/deleteoperation.h" #include "ops/deleteoperation.h"

View File

@ -1,23 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008, 2010 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-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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: 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. *
* *
* 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_DELETEOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_DELETEOPERATION_H
#define KPMCORE_DELETEOPERATION_H #define KPMCORE_DELETEOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.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 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2019 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: 2020 Gaël PORTAY <gael.portay@collabora.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 "ops/newoperation.h" #include "ops/newoperation.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 Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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: 2020 Gaël PORTAY <gael.portay@collabora.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_NEWOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_NEWOPERATION_H
#define KPMCORE_NEWOPERATION_H #define KPMCORE_NEWOPERATION_H
#include "fs/filesystem.h" #include "fs/filesystem.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* 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>
* *
* 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 "ops/operation_p.h" #include "ops/operation_p.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) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* * SPDX-FileCopyrightText: 2014-2018 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 * 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_OPERATION_H #ifndef KPMCORE_OPERATION_H
#define KPMCORE_OPERATION_H #define KPMCORE_OPERATION_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_OPERATION_P_H #ifndef KPMCORE_OPERATION_P_H
#define KPMCORE_OPERATION_P_H #define KPMCORE_OPERATION_P_H

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* 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: 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 *
* 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 "ops/removevolumegroupoperation.h" #include "ops/removevolumegroupoperation.h"
#include "jobs/removevolumegroupjob.h" #include "jobs/removevolumegroupjob.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * SPDX-FileCopyrightText: 2016 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_REMOVEVOLUMEGROUPOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_REMOVEVOLUMEGROUPOPERATION_H
#define KPMCORE_REMOVEVOLUMEGROUPOPERATION_H #define KPMCORE_REMOVEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008, 2012 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: 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 * 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/>.*
*************************************************************************/
#include "ops/resizeoperation.h" #include "ops/resizeoperation.h"

View File

@ -1,23 +1,13 @@
/************************************************************************* /*
* 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 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2018 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 *
* 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_RESIZEOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_RESIZEOPERATION_H
#define KPMCORE_RESIZEOPERATION_H #define KPMCORE_RESIZEOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* 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>
* *
* 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 "ops/resizevolumegroupoperation.h" #include "ops/resizevolumegroupoperation.h"

View File

@ -1,23 +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-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 *
* 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_RESIZEVOLUMEGROUPOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_RESIZEVOLUMEGROUPOPERATION_H
#define KPMCORE_RESIZEVOLUMEGROUPOPERATION_H #define KPMCORE_RESIZEVOLUMEGROUPOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.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 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2019 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 "ops/restoreoperation.h" #include "ops/restoreoperation.h"

View File

@ -1,23 +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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_RESTOREOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_RESTOREOPERATION_H
#define KPMCORE_RESTOREOPERATION_H #define KPMCORE_RESTOREOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* 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>
* *
* 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 "ops/setfilesystemlabeloperation.h" #include "ops/setfilesystemlabeloperation.h"

View File

@ -1,23 +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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_SETFILESYSTEMLABELOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETFILESYSTEMLABELOPERATION_H
#define KPMCORE_SETFILESYSTEMLABELOPERATION_H #define KPMCORE_SETFILESYSTEMLABELOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* 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>
* *
* 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 "ops/setpartflagsoperation.h" #include "ops/setpartflagsoperation.h"

View File

@ -1,23 +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: 2014-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* 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_SETPARTFLAGSOPERATION_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETPARTFLAGSOPERATION_H
#define KPMCORE_SETPARTFLAGSOPERATION_H #define KPMCORE_SETPARTFLAGSOPERATION_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"