REUSE: SPDX headers for src/fs/*.

This commit is contained in:
Andrius Štikonas 2020-09-28 00:45:21 +01:00
parent 20ea28b4b5
commit 8534265421
73 changed files with 644 additions and 1225 deletions

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2019 by Andrius Štikonas <stikonas@kde.org> * SPDX-FileCopyrightText: 2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/apfs.h" #include "fs/apfs.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2019 by Andrius Štikonas <stikonas@kde.org> * SPDX-FileCopyrightText: 2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_APFS_H #ifndef KPMCORE_APFS_H
#define KPMCORE_APFS_H #define KPMCORE_APFS_H

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2019 by Andrius Štikonas <stikonas@kde.org> * SPDX-FileCopyrightText: 2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/bitlocker.h" #include "fs/bitlocker.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2019 by Andrius Štikonas <stikonas@kde.org> * SPDX-FileCopyrightText: 2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_BITLOCKER_H #ifndef KPMCORE_BITLOCKER_H
#define KPMCORE_BITLOCKER_H #define KPMCORE_BITLOCKER_H

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2012,2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/btrfs.h" #include "fs/btrfs.h"

View File

@ -1,23 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_BTRFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_BTRFS_H
#define KPMCORE_BTRFS_H #define KPMCORE_BTRFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/exfat.h" #include "fs/exfat.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2012-2017 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_EXFAT_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_EXFAT_H
#define KPMCORE_EXFAT_H #define KPMCORE_EXFAT_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 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: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/ext2.h" #include "fs/ext2.h"

View File

@ -1,22 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008-2010 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, *
* 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_EXT2_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_EXT2_H
#define KPMCORE_EXT2_H #define KPMCORE_EXT2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/ext3.h" #include "fs/ext3.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_EXT3_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_EXT3_H
#define KPMCORE_EXT3_H #define KPMCORE_EXT3_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/ext4.h" #include "fs/ext4.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_EXT4_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_EXT4_H
#define KPMCORE_EXT4_H #define KPMCORE_EXT4_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/extended.h" #include "fs/extended.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_EXTENDED_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_EXTENDED_H
#define KPMCORE_EXTENDED_H #define KPMCORE_EXTENDED_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/f2fs.h" #include "fs/f2fs.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_F2FS_H #ifndef KPMCORE_F2FS_H
#define KPMCORE_F2FS_H #define KPMCORE_F2FS_H

View File

@ -1,20 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2008,2009,2011 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2017 Pali Rohár <pali.rohar@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 * 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 "fs/fat12.h" #include "fs/fat12.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * SPDX-License-Identifier: GPL-3.0-or-later
* * */
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_FAT12_H #ifndef KPMCORE_FAT12_H
#define KPMCORE_FAT12_H #define KPMCORE_FAT12_H

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008,2009,2011 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016-2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2013-2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/fat16.h" #include "fs/fat16.h"

View File

@ -1,20 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* * SPDX-FileCopyrightText: 2013-2019 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* but WITHOUT ANY WARRANTY; without even the implied warranty of * */
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_FAT16_H #ifndef KPMCORE_FAT16_H
#define KPMCORE_FAT16_H #define KPMCORE_FAT16_H

View File

@ -1,19 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* 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 "fs/fat32.h" #include "fs/fat32.h"

View File

@ -1,22 +1,16 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2013-2017 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* 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_FAT32_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_FAT32_H
#define KPMCORE_FAT32_H #define KPMCORE_FAT32_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,21 +1,16 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2011 Volker Lanz <vl@fidra.de>
* Copyright (C) 2015 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2012-2019 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2017 Pali Rohár <pali.rohar@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * SPDX-License-Identifier: GPL-3.0-or-later
* 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 "fs/filesystem.h" #include "fs/filesystem.h"
#include "core/fstab.h" #include "core/fstab.h"

View File

@ -1,26 +1,22 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2015 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016-2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2017 Pali Rohár <pali.rohar@gmail.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2017 Adriaan de Groot <groot@kde.org>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* * SPDX-FileCopyrightText: 2019 Shubham Jangra <aryan100jangid@gmail.com>
* This program is distributed in the hope that it will be useful, * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* but WITHOUT ANY WARRANTY; without even the implied warranty of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * SPDX-License-Identifier: GPL-3.0-or-later
* * */
* 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_FILESYSTEM_H #ifndef KPMCORE_FILESYSTEM_H
#define KPMCORE_FILESYSTEM_H #define KPMCORE_FILESYSTEM_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include <QVariant> #include <QVariant>

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* modify it under the terms of the GNU General Public License as * */
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_FILESYSTEM_P_H #ifndef KPMCORE_FILESYSTEM_P_H
#define KPMCORE_FILESYSTEM_P_H #define KPMCORE_FILESYSTEM_P_H

View File

@ -1,20 +1,14 @@
/************************************************************************* /*
* 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-2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2017 Pali Rohár <pali.rohar@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2019 Shubham Jangra <aryan100jangid@gmail.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* but WITHOUT ANY WARRANTY; without even the implied warranty of * */
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/filesystemfactory.h" #include "fs/filesystemfactory.h"
#include "fs/filesystem.h" #include "fs/filesystem.h"

View File

@ -1,19 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2020 Andrius Štikonas <andrius@stikonas.eu>
* 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 * 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/>.*
*************************************************************************/
#ifndef KPMCORE_FILESYSTEMFACTORY_H #ifndef KPMCORE_FILESYSTEMFACTORY_H
#define KPMCORE_FILESYSTEMFACTORY_H #define KPMCORE_FILESYSTEMFACTORY_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: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/hfs.h" #include "fs/hfs.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2013-2017 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_HFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_HFS_H
#define KPMCORE_HFS_H #define KPMCORE_HFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.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: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/hfsplus.h" #include "fs/hfsplus.h"

View File

@ -1,22 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, *
* 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_HFSPLUS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_HFSPLUS_H
#define KPMCORE_HFSPLUS_H #define KPMCORE_HFSPLUS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/hpfs.h" #include "fs/hpfs.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas <andrius@stikonas.eu>
* 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 * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_HPFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_HPFS_H
#define KPMCORE_HPFS_H #define KPMCORE_HPFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2017-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/iso9660.h" #include "fs/iso9660.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2017 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of *
* 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_ISO9660_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_ISO9660_H
#define KPMCORE_ISO9660_H #define KPMCORE_ISO9660_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/jfs.h" #include "fs/jfs.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_JFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_JFS_H
#define KPMCORE_JFS_H #define KPMCORE_JFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,8 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* *
* This program is free software; you can redistribute it and/or * SPDX-License-Identifier: GPL-3.0-or-later
* modify it under the terms of the GNU General Public License as * */
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/linuxraidmember.h" #include "fs/linuxraidmember.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2018 by Caio Carvalho <caiojcarvalho@gmail.com> * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef LINUXRAIDMEMBER_H #ifndef LINUXRAIDMEMBER_H
#define LINUXRAIDMEMBER_H #define LINUXRAIDMEMBER_H

View File

@ -1,20 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* but WITHOUT ANY WARRANTY; without even the implied warranty of * */
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/linuxswap.h" #include "fs/linuxswap.h"

View File

@ -1,22 +1,17 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2012-2017 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2016 Teo Mrnjavac <teo@kde.org>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is distributed in the hope that it will be useful, * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* 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_LINUXSWAP_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_LINUXSWAP_H
#define KPMCORE_LINUXSWAP_H #define KPMCORE_LINUXSWAP_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,21 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2013-2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2019 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2015-2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2017 Christian Morlok <christianmorlok@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* but WITHOUT ANY WARRANTY; without even the implied warranty of * */
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/luks.h" #include "fs/luks.h"
#include "fs/lvm2_pv.h" #include "fs/lvm2_pv.h"

View File

@ -1,21 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2013 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2015-2016 by Teo Mrnjavac <teo@kde.org> * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* * SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* 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/>.*
*************************************************************************/
#ifndef KPMCORE_LUKS_H #ifndef KPMCORE_LUKS_H
#define KPMCORE_LUKS_H #define KPMCORE_LUKS_H

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2017-2019 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/luks2.h" #include "fs/luks2.h"

View File

@ -1,22 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2017 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2017 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of *
* 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_LUKS2_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_LUKS2_H
#define KPMCORE_LUKS2_H #define KPMCORE_LUKS2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2016 Chantara Tith <tith.chantara@gmail.com>
* * SPDX-FileCopyrightText: 2016 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2018 Caio Carvalho <caiojcarvalho@gmail.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, * SPDX-License-Identifier: GPL-3.0-or-later
* but WITHOUT ANY WARRANTY; without even the implied warranty of * */
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/lvm2_pv.h" #include "fs/lvm2_pv.h"
#include "core/device.h" #include "core/device.h"

View File

@ -1,23 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2012-2017 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* * 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 * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_LVM2_PV_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_LVM2_PV_H
#define KPMCORE_LVM2_PV_H #define KPMCORE_LVM2_PV_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2019 by Shubham <aryan100jangid@gmail.com> * SPDX-FileCopyrightText: 2019 Shubham Jangra <aryan100jangid@gmail.com>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/minix.h" #include "fs/minix.h"

View File

@ -1,19 +1,10 @@
/************************************************************************* /*
* Copyright (C) 2019 by Shubham <aryan100jangid@gmail.com> * SPDX-FileCopyrightText: 2019 Shubham Jangra <aryan100jangid@gmail.com>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#ifndef KPMCORE_MINIX_H #ifndef KPMCORE_MINIX_H
#define KPMCORE_MINIX_H #define KPMCORE_MINIX_H

View File

@ -1,20 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of * SPDX-License-Identifier: GPL-3.0-or-later
* the License, or (at your option) any later version. * */
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#include "fs/nilfs2.h" #include "fs/nilfs2.h"

View File

@ -1,23 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2012 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2012-2017 Andrius Štikonas <andrius@stikonas.eu>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of *
* 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_NILFS2_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_NILFS2_H
#define KPMCORE_NILFS2_H #define KPMCORE_NILFS2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 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: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/ntfs.h" #include "fs/ntfs.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2013-2017 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_NTFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_NTFS_H
#define KPMCORE_NTFS_H #define KPMCORE_NTFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,13 @@
/************************************************************************* /*
* 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: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* 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 * 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 "fs/ocfs2.h" #include "fs/ocfs2.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2012-2016 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_OCFS2_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_OCFS2_H
#define KPMCORE_OCFS2_H #define KPMCORE_OCFS2_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/reiser4.h" #include "fs/reiser4.h"

View File

@ -1,22 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2013-2017 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, *
* 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_REISER4_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_REISER4_H
#define KPMCORE_REISER4_H #define KPMCORE_REISER4_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 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: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/reiserfs.h" #include "fs/reiserfs.h"

View File

@ -1,22 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2008,2009 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2013-2017 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* the License, or (at your option) any later version. * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* *
* This program is distributed in the hope that it will be useful, *
* 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_REISERFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_REISERFS_H
#define KPMCORE_REISERFS_H #define KPMCORE_REISERFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2017 by Pali Rohár <pali.rohar@gmail.com> * SPDX-FileCopyrightText: 2017 Pali Rohár <pali.rohar@gmail.com>
* * SPDX-FileCopyrightText: 2017-2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/udf.h" #include "fs/udf.h"

View File

@ -1,22 +1,13 @@
/************************************************************************* /*
* Copyright (C) 2017 by Pali Rohár <pali.rohar@gmail.com> * SPDX-FileCopyrightText: 2017 Pali Rohár <pali.rohar@gmail.com>
* * SPDX-FileCopyrightText: 2017 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_UDF_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_UDF_H
#define KPMCORE_UDF_H #define KPMCORE_UDF_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/ufs.h" #include "fs/ufs.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Andrius Štikonas <andrius@stikonas.eu>
* 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 * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_UFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_UFS_H
#define KPMCORE_UFS_H #define KPMCORE_UFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2018 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/unformatted.h" #include "fs/unformatted.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016 Andrius Štikonas <andrius@stikonas.eu>
* 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 * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_UNFORMATTED_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_UNFORMATTED_H
#define KPMCORE_UNFORMATTED_H #define KPMCORE_UNFORMATTED_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,19 +1,11 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2016-2019 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/unknown.h" #include "fs/unknown.h"

View File

@ -1,19 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2016-2019 Andrius Štikonas <andrius@stikonas.eu>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* 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/>.*
*************************************************************************/
#ifndef KPMCORE_UNKNOWN_H #ifndef KPMCORE_UNKNOWN_H
#define KPMCORE_UNKNOWN_H #define KPMCORE_UNKNOWN_H

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/xfs.h" #include "fs/xfs.h"

View File

@ -1,22 +1,14 @@
/************************************************************************* /*
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2008-2010 Volker Lanz <vl@fidra.de>
* * SPDX-FileCopyrightText: 2013-2016 Andrius Štikonas <andrius@stikonas.eu>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* published by the Free Software Foundation; either version 3 of * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_XFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_XFS_H
#define KPMCORE_XFS_H #define KPMCORE_XFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"

View File

@ -1,20 +1,12 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2020 Arnaud Ferraris <arnaud.ferraris@collabora.com>
* modify it under the terms of the GNU General Public License as * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* published by the Free Software Foundation; either version 3 of *
* the License, or (at your option) any later version. * 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 "fs/zfs.h" #include "fs/zfs.h"

View File

@ -1,23 +1,15 @@
/************************************************************************* /*
* Copyright (C) 2010 by Volker Lanz <vl@fidra.de> * SPDX-FileCopyrightText: 2010 Volker Lanz <vl@fidra.de>
* Copyright (C) 2016 by Andrius Štikonas <andrius@stikonas.eu> * SPDX-FileCopyrightText: 2012-2016 Andrius Štikonas <andrius@stikonas.eu>
* * SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
* This program is free software; you can redistribute it and/or * SPDX-FileCopyrightText: 2019 Yuri Chornoivan <yurchor@ukr.net>
* 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 * SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@collabora.com>
* the License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>.*
*************************************************************************/
#if !defined(KPMCORE_ZFS_H) SPDX-License-Identifier: GPL-3.0-or-later
*/
#ifndef KPMCORE_ZFS_H
#define KPMCORE_ZFS_H #define KPMCORE_ZFS_H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"