REUSE: SPDX license headers for src/jobs.

This commit is contained in:
Andrius Štikonas 2020-09-29 23:55:11 +01:00
parent b592dd1a74
commit f7eb6eec5d
50 changed files with 320 additions and 848 deletions

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: 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 Huzaifa Faruqui <huzaifafaruqui@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 "jobs/backupfilesystemjob.h" #include "jobs/backupfilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_BACKUPFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_BACKUPFILESYSTEMJOB_H
#define KPMCORE_BACKUPFILESYSTEMJOB_H #define KPMCORE_BACKUPFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,27 +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: 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 "jobs/checkfilesystemjob.h" #include "jobs/checkfilesystemjob.h"
#include "core/partition.h" #include "core/partition.h"
#include "fs/filesystem.h" #include "fs/filesystem.h"
#include "util/report.h" #include "util/report.h"
#include <QDebug> #include <QDebug>

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 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_CHECKFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CHECKFILESYSTEMJOB_H
#define KPMCORE_CHECKFILESYSTEMJOB_H #define KPMCORE_CHECKFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,20 +1,9 @@
/************************************************************************* /*
* Copyright (C) 2008, 2009 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: 2014-2017 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 "jobs/copyfilesystemjob.h" #include "jobs/copyfilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_COPYFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_COPYFILESYSTEMJOB_H
#define KPMCORE_COPYFILESYSTEMJOB_H #define KPMCORE_COPYFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008, 2011 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-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 * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.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 "jobs/createfilesystemjob.h" #include "jobs/createfilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008, 2011 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * 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_CREATEFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEFILESYSTEMJOB_H
#define KPMCORE_CREATEFILESYSTEMJOB_H #define KPMCORE_CREATEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,20 +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: 2013-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 * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* 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. *
* * 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 "jobs/createpartitionjob.h" #include "jobs/createpartitionjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_CREATEPARTITIONJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEPARTITIONJOB_H
#define KPMCORE_CREATEPARTITIONJOB_H #define KPMCORE_CREATEPARTITIONJOB_H
#include "jobs/job.h" #include "jobs/job.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: 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 "jobs/createpartitiontablejob.h" #include "jobs/createpartitiontablejob.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 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_CREATEPARTITIONTABLEJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEPARTITIONTABLEJOB_H
#define KPMCORE_CREATEPARTITIONTABLEJOB_H #define KPMCORE_CREATEPARTITIONTABLEJOB_H
#include "jobs/job.h" #include "jobs/job.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-2017 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 "jobs/createvolumegroupjob.h" #include "jobs/createvolumegroupjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * 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_CREATEVOLUMEGROUPJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_CREATEVOLUMEGROUPJOB_H
#define KPMCORE_CREATEVOLUMEGROUPJOB_H #define KPMCORE_CREATEVOLUMEGROUPJOB_H
#include "core/partition.h" #include "core/partition.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 "jobs/deactivatelogicalvolumejob.h" #include "jobs/deactivatelogicalvolumejob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * 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 *
* 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_DEACTIVATELOGICALVOLUMEJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H
#define KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H #define KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H
#include "jobs/job.h" #include "jobs/job.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 "jobs/deactivatevolumegroupjob.h" #include "jobs/deactivatevolumegroupjob.h"

View File

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

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2012 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 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 "jobs/deletefilesystemjob.h" #include "jobs/deletefilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_DELETEFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_DELETEFILESYSTEMJOB_H
#define KPMCORE_DELETEFILESYSTEMJOB_H #define KPMCORE_DELETEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.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: 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 "jobs/deletepartitionjob.h" #include "jobs/deletepartitionjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_DELETEPARTITIONJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_DELETEPARTITIONJOB_H
#define KPMCORE_DELETEPARTITIONJOB_H #define KPMCORE_DELETEPARTITIONJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008, 2009, 2010 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: 2009 Andrew Coles <andrew.i.coles@googlemail.com>
* * SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2018 Huzaifa Faruqui <huzaifafaruqui@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 "jobs/job.h" #include "jobs/job.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2008, 2010 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: 2018 Huzaifa Faruqui <huzaifafaruqui@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_JOB_H #ifndef KPMCORE_JOB_H
#define KPMCORE_JOB_H #define KPMCORE_JOB_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-2017 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 "jobs/movefilesystemjob.h" #include "jobs/movefilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_MOVEFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_MOVEFILESYSTEMJOB_H
#define KPMCORE_MOVEFILESYSTEMJOB_H #define KPMCORE_MOVEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.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 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 "jobs/movephysicalvolumejob.h" #include "jobs/movephysicalvolumejob.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 *
* 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_MOVEPHYSICALVOLUMEJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_MOVEPHYSICALVOLUMEJOB_H
#define KPMCORE_MOVEPHYSICALVOLUMEJOB_H #define KPMCORE_MOVEPHYSICALVOLUMEJOB_H
#include "core/partition.h" #include "core/partition.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 "jobs/removevolumegroupjob.h" #include "jobs/removevolumegroupjob.h"

View File

@ -1,22 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2016 by Chantara Tith <tith.chantara@gmail.com> * 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 *
* 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_REMOVEVOLUMEGROUPJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_REMOVEVOLUMEGROUPJOB_H
#define KPMCORE_REMOVEVOLUMEGROUPJOB_H #define KPMCORE_REMOVEVOLUMEGROUPJOB_H
#include "jobs/job.h" #include "jobs/job.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: 2009 Andrew Coles <andrew.i.coles@googlemail.com>
* * SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas <andrius@stikonas.eu>
* 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 "jobs/resizefilesystemjob.h" #include "jobs/resizefilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_RESIZEFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_RESIZEFILESYSTEMJOB_H
#define KPMCORE_RESIZEFILESYSTEMJOB_H #define KPMCORE_RESIZEFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.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 "jobs/resizevolumegroupjob.h" #include "jobs/resizevolumegroupjob.h"

View File

@ -1,22 +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 *
* 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_RESIZEVOLUMEGROUPJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_RESIZEVOLUMEGROUPJOB_H
#define KPMCORE_RESIZEVOLUMEGROUPJOB_H #define KPMCORE_RESIZEVOLUMEGROUPJOB_H
#include "core/partition.h" #include "core/partition.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-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 "jobs/restorefilesystemjob.h" #include "jobs/restorefilesystemjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_RESTOREFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_RESTOREFILESYSTEMJOB_H
#define KPMCORE_RESTOREFILESYSTEMJOB_H #define KPMCORE_RESTOREFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.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-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 "jobs/setfilesystemlabeljob.h" #include "jobs/setfilesystemlabeljob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_SETFILESYSTEMLABELJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETFILESYSTEMLABELJOB_H
#define KPMCORE_SETFILESYSTEMLABELJOB_H #define KPMCORE_SETFILESYSTEMLABELJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

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

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_SETPARTFLAGSJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETPARTFLAGSJOB_H
#define KPMCORE_SETPARTFLAGSJOB_H #define KPMCORE_SETPARTFLAGSJOB_H
#include "jobs/job.h" #include "jobs/job.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: 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 "jobs/setpartgeometryjob.h" #include "jobs/setpartgeometryjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-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 *
* 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_SETPARTGEOMETRYJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETPARTGEOMETRYJOB_H
#define KPMCORE_SETPARTGEOMETRYJOB_H #define KPMCORE_SETPARTGEOMETRYJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2020 by Gaël PORTAY <gael.portay@collabora.com> * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.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 "jobs/setpartitionattributesjob.h" #include "jobs/setpartitionattributesjob.h"

View File

@ -1,22 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2020 by Gaël PORTAY <gael.portay@collabora.com> * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.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_SETPARTITIONATTRIBUTESJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETPARTITIONATTRIBUTESJOB_H
#define KPMCORE_SETPARTITIONATTRIBUTESJOB_H #define KPMCORE_SETPARTITIONATTRIBUTESJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2020 by Gaël PORTAY <gael.portay@collabora.com> * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.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 "jobs/setpartitionlabeljob.h" #include "jobs/setpartitionlabeljob.h"

View File

@ -1,22 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2020 by Gaël PORTAY <gael.portay@collabora.com> * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.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_SETPARTITIONNAMEJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETPARTITIONNAMEJOB_H
#define KPMCORE_SETPARTITIONNAMEJOB_H #define KPMCORE_SETPARTITIONNAMEJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2020 by Gaël PORTAY <gael.portay@collabora.com> * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.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 "jobs/setpartitionuuidjob.h" #include "jobs/setpartitionuuidjob.h"

View File

@ -1,22 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2020 by Gaël PORTAY <gael.portay@collabora.com> * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.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_SETPARTITIONUUIDJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SETPARTITIONUUIDJOB_H
#define KPMCORE_SETPARTITIONUUIDJOB_H #define KPMCORE_SETPARTITIONUUIDJOB_H
#include "jobs/job.h" #include "jobs/job.h"

View File

@ -1,20 +1,10 @@
/************************************************************************* /*
* Copyright (C) 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-2017 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 "jobs/shredfilesystemjob.h" #include "jobs/shredfilesystemjob.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2010 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 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 *
* 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_SHREDFILESYSTEMJOB_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_SHREDFILESYSTEMJOB_H
#define KPMCORE_SHREDFILESYSTEMJOB_H #define KPMCORE_SHREDFILESYSTEMJOB_H
#include "jobs/job.h" #include "jobs/job.h"