diff --git a/src/jobs/backupfilesystemjob.cpp b/src/jobs/backupfilesystemjob.cpp index 1999983..e69c832 100644 --- a/src/jobs/backupfilesystemjob.cpp +++ b/src/jobs/backupfilesystemjob.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/backupfilesystemjob.h" diff --git a/src/jobs/backupfilesystemjob.h b/src/jobs/backupfilesystemjob.h index 67a9c92..aafa0a5 100644 --- a/src/jobs/backupfilesystemjob.h +++ b/src/jobs/backupfilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_BACKUPFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_BACKUPFILESYSTEMJOB_H #define KPMCORE_BACKUPFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/checkfilesystemjob.cpp b/src/jobs/checkfilesystemjob.cpp index 7b7cd92..19285a8 100644 --- a/src/jobs/checkfilesystemjob.cpp +++ b/src/jobs/checkfilesystemjob.cpp @@ -1,27 +1,13 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/checkfilesystemjob.h" - #include "core/partition.h" - #include "fs/filesystem.h" - #include "util/report.h" #include diff --git a/src/jobs/checkfilesystemjob.h b/src/jobs/checkfilesystemjob.h index e79e7f7..f118b94 100644 --- a/src/jobs/checkfilesystemjob.h +++ b/src/jobs/checkfilesystemjob.h @@ -1,22 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan -#if !defined(KPMCORE_CHECKFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_CHECKFILESYSTEMJOB_H #define KPMCORE_CHECKFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/copyfilesystemjob.cpp b/src/jobs/copyfilesystemjob.cpp index b7ea5d6..3512a36 100644 --- a/src/jobs/copyfilesystemjob.cpp +++ b/src/jobs/copyfilesystemjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2012 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/copyfilesystemjob.h" diff --git a/src/jobs/copyfilesystemjob.h b/src/jobs/copyfilesystemjob.h index 15fd54d..54281ef 100644 --- a/src/jobs/copyfilesystemjob.h +++ b/src/jobs/copyfilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_COPYFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_COPYFILESYSTEMJOB_H #define KPMCORE_COPYFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/createfilesystemjob.cpp b/src/jobs/createfilesystemjob.cpp index 2ce2eee..d86fcc9 100644 --- a/src/jobs/createfilesystemjob.cpp +++ b/src/jobs/createfilesystemjob.cpp @@ -1,20 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008, 2011 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2011 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2020 Arnaud Ferraris + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/createfilesystemjob.h" diff --git a/src/jobs/createfilesystemjob.h b/src/jobs/createfilesystemjob.h index 6ad15f1..2d434a5 100644 --- a/src/jobs/createfilesystemjob.h +++ b/src/jobs/createfilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2011 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas -#if !defined(KPMCORE_CREATEFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_CREATEFILESYSTEMJOB_H #define KPMCORE_CREATEFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/createpartitionjob.cpp b/src/jobs/createpartitionjob.cpp index 96b1eb3..89518c0 100644 --- a/src/jobs/createpartitionjob.cpp +++ b/src/jobs/createpartitionjob.cpp @@ -1,20 +1,13 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + SPDX-FileCopyrightText: 2020 Gaël PORTAY + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/createpartitionjob.h" diff --git a/src/jobs/createpartitionjob.h b/src/jobs/createpartitionjob.h index 05fe5c8..2f7da91 100644 --- a/src/jobs/createpartitionjob.h +++ b/src/jobs/createpartitionjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_CREATEPARTITIONJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_CREATEPARTITIONJOB_H #define KPMCORE_CREATEPARTITIONJOB_H #include "jobs/job.h" diff --git a/src/jobs/createpartitiontablejob.cpp b/src/jobs/createpartitiontablejob.cpp index f67cae9..7ba41ba 100644 --- a/src/jobs/createpartitiontablejob.cpp +++ b/src/jobs/createpartitiontablejob.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/createpartitiontablejob.h" diff --git a/src/jobs/createpartitiontablejob.h b/src/jobs/createpartitiontablejob.h index de34ee5..61e0692 100644 --- a/src/jobs/createpartitiontablejob.h +++ b/src/jobs/createpartitiontablejob.h @@ -1,22 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan -#if !defined(KPMCORE_CREATEPARTITIONTABLEJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_CREATEPARTITIONTABLEJOB_H #define KPMCORE_CREATEPARTITIONTABLEJOB_H #include "jobs/job.h" diff --git a/src/jobs/createvolumegroupjob.cpp b/src/jobs/createvolumegroupjob.cpp index 1891bc8..a0aa87f 100644 --- a/src/jobs/createvolumegroupjob.cpp +++ b/src/jobs/createvolumegroupjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/createvolumegroupjob.h" diff --git a/src/jobs/createvolumegroupjob.h b/src/jobs/createvolumegroupjob.h index 3935ce6..ee7e591 100644 --- a/src/jobs/createvolumegroupjob.h +++ b/src/jobs/createvolumegroupjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas -#if !defined(KPMCORE_CREATEVOLUMEGROUPJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_CREATEVOLUMEGROUPJOB_H #define KPMCORE_CREATEVOLUMEGROUPJOB_H #include "core/partition.h" diff --git a/src/jobs/deactivatelogicalvolumejob.cpp b/src/jobs/deactivatelogicalvolumejob.cpp index 5ce85da..4ccf877 100644 --- a/src/jobs/deactivatelogicalvolumejob.cpp +++ b/src/jobs/deactivatelogicalvolumejob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/deactivatelogicalvolumejob.h" diff --git a/src/jobs/deactivatelogicalvolumejob.h b/src/jobs/deactivatelogicalvolumejob.h index e5d8da6..bd1bf7c 100644 --- a/src/jobs/deactivatelogicalvolumejob.h +++ b/src/jobs/deactivatelogicalvolumejob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2019 Yuri Chornoivan -#if !defined(KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H #define KPMCORE_DEACTIVATELOGICALVOLUMEJOB_H #include "jobs/job.h" diff --git a/src/jobs/deactivatevolumegroupjob.cpp b/src/jobs/deactivatevolumegroupjob.cpp index 2cc2ea3..0de3c4d 100644 --- a/src/jobs/deactivatevolumegroupjob.cpp +++ b/src/jobs/deactivatevolumegroupjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/deactivatevolumegroupjob.h" diff --git a/src/jobs/deactivatevolumegroupjob.h b/src/jobs/deactivatevolumegroupjob.h index 308df1b..57fb048 100644 --- a/src/jobs/deactivatevolumegroupjob.h +++ b/src/jobs/deactivatevolumegroupjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2019 Yuri Chornoivan -#if !defined(KPMCORE_DEACTIVATEVOLUMEGROUPJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_DEACTIVATEVOLUMEGROUPJOB_H #define KPMCORE_DEACTIVATEVOLUMEGROUPJOB_H #include "jobs/job.h" diff --git a/src/jobs/deletefilesystemjob.cpp b/src/jobs/deletefilesystemjob.cpp index 176f851..16cbafe 100644 --- a/src/jobs/deletefilesystemjob.cpp +++ b/src/jobs/deletefilesystemjob.cpp @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2012 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/deletefilesystemjob.h" diff --git a/src/jobs/deletefilesystemjob.h b/src/jobs/deletefilesystemjob.h index 478a0a6..69062d9 100644 --- a/src/jobs/deletefilesystemjob.h +++ b/src/jobs/deletefilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_DELETEFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_DELETEFILESYSTEMJOB_H #define KPMCORE_DELETEFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/deletepartitionjob.cpp b/src/jobs/deletepartitionjob.cpp index 9ba59bc..d8334d7 100644 --- a/src/jobs/deletepartitionjob.cpp +++ b/src/jobs/deletepartitionjob.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/deletepartitionjob.h" diff --git a/src/jobs/deletepartitionjob.h b/src/jobs/deletepartitionjob.h index 25cd83e..9a96273 100644 --- a/src/jobs/deletepartitionjob.h +++ b/src/jobs/deletepartitionjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_DELETEPARTITIONJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_DELETEPARTITIONJOB_H #define KPMCORE_DELETEPARTITIONJOB_H #include "jobs/job.h" diff --git a/src/jobs/job.cpp b/src/jobs/job.cpp index fc2d3a8..f46f409 100644 --- a/src/jobs/job.cpp +++ b/src/jobs/job.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2009, 2010 by Volker Lanz * - * Copyright (C) 2016-2018 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2009 Andrew Coles + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/job.h" diff --git a/src/jobs/job.h b/src/jobs/job.h index e4f9416..8e74128 100644 --- a/src/jobs/job.h +++ b/src/jobs/job.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef KPMCORE_JOB_H #define KPMCORE_JOB_H diff --git a/src/jobs/movefilesystemjob.cpp b/src/jobs/movefilesystemjob.cpp index 33c4e1a..4d72af0 100644 --- a/src/jobs/movefilesystemjob.cpp +++ b/src/jobs/movefilesystemjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/movefilesystemjob.h" diff --git a/src/jobs/movefilesystemjob.h b/src/jobs/movefilesystemjob.h index b7840cd..841d651 100644 --- a/src/jobs/movefilesystemjob.h +++ b/src/jobs/movefilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_MOVEFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_MOVEFILESYSTEMJOB_H #define KPMCORE_MOVEFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/movephysicalvolumejob.cpp b/src/jobs/movephysicalvolumejob.cpp index c961b8d..ad97c50 100644 --- a/src/jobs/movephysicalvolumejob.cpp +++ b/src/jobs/movephysicalvolumejob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/movephysicalvolumejob.h" diff --git a/src/jobs/movephysicalvolumejob.h b/src/jobs/movephysicalvolumejob.h index 452e8ab..a083511 100644 --- a/src/jobs/movephysicalvolumejob.h +++ b/src/jobs/movephysicalvolumejob.h @@ -1,22 +1,12 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_MOVEPHYSICALVOLUMEJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ + +#ifndef KPMCORE_MOVEPHYSICALVOLUMEJOB_H #define KPMCORE_MOVEPHYSICALVOLUMEJOB_H #include "core/partition.h" diff --git a/src/jobs/removevolumegroupjob.cpp b/src/jobs/removevolumegroupjob.cpp index 97792f7..90ad452 100644 --- a/src/jobs/removevolumegroupjob.cpp +++ b/src/jobs/removevolumegroupjob.cpp @@ -1,19 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/removevolumegroupjob.h" diff --git a/src/jobs/removevolumegroupjob.h b/src/jobs/removevolumegroupjob.h index 8d065f0..8030790 100644 --- a/src/jobs/removevolumegroupjob.h +++ b/src/jobs/removevolumegroupjob.h @@ -1,22 +1,10 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith -#if !defined(KPMCORE_REMOVEVOLUMEGROUPJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_REMOVEVOLUMEGROUPJOB_H #define KPMCORE_REMOVEVOLUMEGROUPJOB_H #include "jobs/job.h" diff --git a/src/jobs/resizefilesystemjob.cpp b/src/jobs/resizefilesystemjob.cpp index e308d90..6dc66ee 100644 --- a/src/jobs/resizefilesystemjob.cpp +++ b/src/jobs/resizefilesystemjob.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2009 Andrew Coles + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/resizefilesystemjob.h" diff --git a/src/jobs/resizefilesystemjob.h b/src/jobs/resizefilesystemjob.h index 2d94ea0..b73e7a7 100644 --- a/src/jobs/resizefilesystemjob.h +++ b/src/jobs/resizefilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_RESIZEFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_RESIZEFILESYSTEMJOB_H #define KPMCORE_RESIZEFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/resizevolumegroupjob.cpp b/src/jobs/resizevolumegroupjob.cpp index 3dce190..dfb25a7 100644 --- a/src/jobs/resizevolumegroupjob.cpp +++ b/src/jobs/resizevolumegroupjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/resizevolumegroupjob.h" diff --git a/src/jobs/resizevolumegroupjob.h b/src/jobs/resizevolumegroupjob.h index adb2a1d..6df778c 100644 --- a/src/jobs/resizevolumegroupjob.h +++ b/src/jobs/resizevolumegroupjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas -#if !defined(KPMCORE_RESIZEVOLUMEGROUPJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_RESIZEVOLUMEGROUPJOB_H #define KPMCORE_RESIZEVOLUMEGROUPJOB_H #include "core/partition.h" diff --git a/src/jobs/restorefilesystemjob.cpp b/src/jobs/restorefilesystemjob.cpp index c7ec7e4..8541ead 100644 --- a/src/jobs/restorefilesystemjob.cpp +++ b/src/jobs/restorefilesystemjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/restorefilesystemjob.h" diff --git a/src/jobs/restorefilesystemjob.h b/src/jobs/restorefilesystemjob.h index 88104cb..a2ee22a 100644 --- a/src/jobs/restorefilesystemjob.h +++ b/src/jobs/restorefilesystemjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_RESTOREFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_RESTOREFILESYSTEMJOB_H #define KPMCORE_RESTOREFILESYSTEMJOB_H #include "jobs/job.h" diff --git a/src/jobs/setfilesystemlabeljob.cpp b/src/jobs/setfilesystemlabeljob.cpp index ed17e58..3345a87 100644 --- a/src/jobs/setfilesystemlabeljob.cpp +++ b/src/jobs/setfilesystemlabeljob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/setfilesystemlabeljob.h" diff --git a/src/jobs/setfilesystemlabeljob.h b/src/jobs/setfilesystemlabeljob.h index ed217ce..33d9a21 100644 --- a/src/jobs/setfilesystemlabeljob.h +++ b/src/jobs/setfilesystemlabeljob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_SETFILESYSTEMLABELJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_SETFILESYSTEMLABELJOB_H #define KPMCORE_SETFILESYSTEMLABELJOB_H #include "jobs/job.h" diff --git a/src/jobs/setpartflagsjob.cpp b/src/jobs/setpartflagsjob.cpp index 47075d6..2cbb967 100644 --- a/src/jobs/setpartflagsjob.cpp +++ b/src/jobs/setpartflagsjob.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/setpartflagsjob.h" diff --git a/src/jobs/setpartflagsjob.h b/src/jobs/setpartflagsjob.h index e3d3aef..7a0797e 100644 --- a/src/jobs/setpartflagsjob.h +++ b/src/jobs/setpartflagsjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_SETPARTFLAGSJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_SETPARTFLAGSJOB_H #define KPMCORE_SETPARTFLAGSJOB_H #include "jobs/job.h" diff --git a/src/jobs/setpartgeometryjob.cpp b/src/jobs/setpartgeometryjob.cpp index b1c9d6f..d020b57 100644 --- a/src/jobs/setpartgeometryjob.cpp +++ b/src/jobs/setpartgeometryjob.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/setpartgeometryjob.h" diff --git a/src/jobs/setpartgeometryjob.h b/src/jobs/setpartgeometryjob.h index 99d76ff..e072c81 100644 --- a/src/jobs/setpartgeometryjob.h +++ b/src/jobs/setpartgeometryjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_SETPARTGEOMETRYJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_SETPARTGEOMETRYJOB_H #define KPMCORE_SETPARTGEOMETRYJOB_H #include "jobs/job.h" diff --git a/src/jobs/setpartitionattributesjob.cpp b/src/jobs/setpartitionattributesjob.cpp index b37c176..f1baa12 100644 --- a/src/jobs/setpartitionattributesjob.cpp +++ b/src/jobs/setpartitionattributesjob.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * Copyright (C) 2020 by Gaël PORTAY * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2020 Gaël PORTAY + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/setpartitionattributesjob.h" diff --git a/src/jobs/setpartitionattributesjob.h b/src/jobs/setpartitionattributesjob.h index 6ad7607..d8c3daa 100644 --- a/src/jobs/setpartitionattributesjob.h +++ b/src/jobs/setpartitionattributesjob.h @@ -1,22 +1,10 @@ -/************************************************************************* - * Copyright (C) 2020 by Gaël PORTAY * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2020 Gaël PORTAY -#if !defined(KPMCORE_SETPARTITIONATTRIBUTESJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_SETPARTITIONATTRIBUTESJOB_H #define KPMCORE_SETPARTITIONATTRIBUTESJOB_H #include "jobs/job.h" diff --git a/src/jobs/setpartitionlabeljob.cpp b/src/jobs/setpartitionlabeljob.cpp index 03539c6..db11877 100644 --- a/src/jobs/setpartitionlabeljob.cpp +++ b/src/jobs/setpartitionlabeljob.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * Copyright (C) 2020 by Gaël PORTAY * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2020 Gaël PORTAY + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/setpartitionlabeljob.h" diff --git a/src/jobs/setpartitionlabeljob.h b/src/jobs/setpartitionlabeljob.h index 7c146da..cea9538 100644 --- a/src/jobs/setpartitionlabeljob.h +++ b/src/jobs/setpartitionlabeljob.h @@ -1,22 +1,10 @@ -/************************************************************************* - * Copyright (C) 2020 by Gaël PORTAY * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2020 Gaël PORTAY -#if !defined(KPMCORE_SETPARTITIONNAMEJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_SETPARTITIONNAMEJOB_H #define KPMCORE_SETPARTITIONNAMEJOB_H #include "jobs/job.h" diff --git a/src/jobs/setpartitionuuidjob.cpp b/src/jobs/setpartitionuuidjob.cpp index 11c5ee6..7019571 100644 --- a/src/jobs/setpartitionuuidjob.cpp +++ b/src/jobs/setpartitionuuidjob.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * Copyright (C) 2020 by Gaël PORTAY * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2020 Gaël PORTAY + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/setpartitionuuidjob.h" diff --git a/src/jobs/setpartitionuuidjob.h b/src/jobs/setpartitionuuidjob.h index d0e8ba1..a31e3a3 100644 --- a/src/jobs/setpartitionuuidjob.h +++ b/src/jobs/setpartitionuuidjob.h @@ -1,22 +1,11 @@ -/************************************************************************* - * Copyright (C) 2020 by Gaël PORTAY * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2020 Gaël PORTAY -#if !defined(KPMCORE_SETPARTITIONUUIDJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ + +#ifndef KPMCORE_SETPARTITIONUUIDJOB_H #define KPMCORE_SETPARTITIONUUIDJOB_H #include "jobs/job.h" diff --git a/src/jobs/shredfilesystemjob.cpp b/src/jobs/shredfilesystemjob.cpp index c713b5f..3d5f3ed 100644 --- a/src/jobs/shredfilesystemjob.cpp +++ b/src/jobs/shredfilesystemjob.cpp @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "jobs/shredfilesystemjob.h" diff --git a/src/jobs/shredfilesystemjob.h b/src/jobs/shredfilesystemjob.h index cb0e542..fcdf93a 100644 --- a/src/jobs/shredfilesystemjob.h +++ b/src/jobs/shredfilesystemjob.h @@ -1,22 +1,12 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * * - * 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 .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_SHREDFILESYSTEMJOB_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_SHREDFILESYSTEMJOB_H #define KPMCORE_SHREDFILESYSTEMJOB_H #include "jobs/job.h"