diff --git a/KPMcoreConfig.cmake.in b/KPMcoreConfig.cmake.in index 2401f97..db352a9 100644 --- a/KPMcoreConfig.cmake.in +++ b/KPMcoreConfig.cmake.in @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Teo Mrnjavac +# SPDX-FileCopyrightText: 2016 Andrius Štikonas + +# SPDX-License-Identifier: GPL-3.0-or-later + @PACKAGE_INIT@ set_and_check(KPMCORE_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@") diff --git a/src/backend/corebackendmanager.cpp b/src/backend/corebackendmanager.cpp index 649362d..ac07f9f 100644 --- a/src/backend/corebackendmanager.cpp +++ b/src/backend/corebackendmanager.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2010 Volker Lanz SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2015 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 4bf944d..e8f8ff2 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2008,2012 Volker Lanz # SPDX-FileCopyrightText: 2015 Chris Campbell # SPDX-FileCopyrightText: 2017 Andrius Štikonas -# SPDX-FileCopyrightText: 2018 Caio Carvalho +# SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/lvmdevice.cpp b/src/core/lvmdevice.cpp index 8cb9c8a..a1a4639 100644 --- a/src/core/lvmdevice.cpp +++ b/src/core/lvmdevice.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016-2019 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/lvmdevice.h b/src/core/lvmdevice.h index b6d12e6..dcc7ed6 100644 --- a/src/core/lvmdevice.h +++ b/src/core/lvmdevice.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas - SPDX-FileCopyrightText: 2018-2019 Caio Carvalho + SPDX-FileCopyrightText: 2018-2019 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/partitiontable.cpp b/src/core/partitiontable.cpp index a0b3673..f33b059 100644 --- a/src/core/partitiontable.cpp +++ b/src/core/partitiontable.cpp @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2013-2019 Andrius Štikonas SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/core/raid/CMakeLists.txt b/src/core/raid/CMakeLists.txt index ee77afb..37ccdac 100644 --- a/src/core/raid/CMakeLists.txt +++ b/src/core/raid/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2018 Caio Carvalho +# SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/raid/softwareraid.cpp b/src/core/raid/softwareraid.cpp index fba6680..74793f8 100644 --- a/src/core/raid/softwareraid.cpp +++ b/src/core/raid/softwareraid.cpp @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/core/raid/softwareraid.h b/src/core/raid/softwareraid.h index ee4675e..3a3d873 100644 --- a/src/core/raid/softwareraid.h +++ b/src/core/raid/softwareraid.h @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/core/smartattribute.cpp b/src/core/smartattribute.cpp index 1833517..fe58943 100644 --- a/src/core/smartattribute.cpp +++ b/src/core/smartattribute.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2010 Volker Lanz SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2018 Anthony Fieroni SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/smartattribute.h b/src/core/smartattribute.h index 4847545..fc7f283 100644 --- a/src/core/smartattribute.h +++ b/src/core/smartattribute.h @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2010 Volker Lanz SPDX-FileCopyrightText: 2015 Chris Campbell SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/smartattributeparseddata.cpp b/src/core/smartattributeparseddata.cpp index 20303ba..0f41b71 100644 --- a/src/core/smartattributeparseddata.cpp +++ b/src/core/smartattributeparseddata.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: 2008 Lennart Poettering - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/smartattributeparseddata.h b/src/core/smartattributeparseddata.h index 8daff76..b359e2f 100644 --- a/src/core/smartattributeparseddata.h +++ b/src/core/smartattributeparseddata.h @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2018 Andrius Štikonas SPDX-License-Identifier: GPL-3.0-or-later @@ -56,7 +56,7 @@ enum class SmartAttributeUnit { It receives the attribute data from JSON, retrieve its data and validates its values. - @author Caio Carvalho + @author Caio Jordão Carvalho */ class SmartAttributeParsedData { diff --git a/src/core/smartdiskinformation.cpp b/src/core/smartdiskinformation.cpp index 38a2ac4..f4e4d43 100644 --- a/src/core/smartdiskinformation.cpp +++ b/src/core/smartdiskinformation.cpp @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/smartdiskinformation.h b/src/core/smartdiskinformation.h index 701b04a..d9f34b3 100644 --- a/src/core/smartdiskinformation.h +++ b/src/core/smartdiskinformation.h @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas SPDX-License-Identifier: GPL-3.0-or-later @@ -19,7 +19,7 @@ class SmartAttributeParsedData; It includes a list with your SMART attributes. - @author Caio Carvalho + @author Caio Jordão Carvalho */ class SmartDiskInformation { diff --git a/src/core/smartparser.cpp b/src/core/smartparser.cpp index 2037d89..34face9 100644 --- a/src/core/smartparser.cpp +++ b/src/core/smartparser.cpp @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/core/smartparser.h b/src/core/smartparser.h index 5cddb29..9aafb1c 100644 --- a/src/core/smartparser.h +++ b/src/core/smartparser.h @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ @@ -16,7 +16,7 @@ class SmartDiskInformation; Responsible to execute smartctl and parse its output. - @author Caio Carvalho + @author Caio Jordão Carvalho */ class SmartParser { diff --git a/src/core/smartstatus.cpp b/src/core/smartstatus.cpp index 918afcc..ca326f4 100644 --- a/src/core/smartstatus.cpp +++ b/src/core/smartstatus.cpp @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2010 Yuri Chornoivan SPDX-FileCopyrightText: 2014-2019 Andrius Štikonas SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Shubham Jangra SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/smartstatus.h b/src/core/smartstatus.h index e6dc20b..a1d0c06 100644 --- a/src/core/smartstatus.h +++ b/src/core/smartstatus.h @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2015 Chris Campbell SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/core/volumemanagerdevice.h b/src/core/volumemanagerdevice.h index 77ca6f9..3ff1d28 100644 --- a/src/core/volumemanagerdevice.h +++ b/src/core/volumemanagerdevice.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas - SPDX-FileCopyrightText: 2019 Caio Carvalho + SPDX-FileCopyrightText: 2019 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/fs/CMakeLists.txt b/src/fs/CMakeLists.txt index 206559d..f408b71 100644 --- a/src/fs/CMakeLists.txt +++ b/src/fs/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2015 Chris Campbell # SPDX-FileCopyrightText: 2015 Teo Mrnjavac # SPDX-FileCopyrightText: 2017 Pali Rohár -# SPDX-FileCopyrightText: 2018 Caio Carvalho +# SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho # SPDX-FileCopyrightText: 2019 Shubham Jangra # SPDX-FileCopyrightText: 2020 Arnaud Ferraris # SPDX-FileCopyrightText: 2020 Gaël PORTAY diff --git a/src/fs/filesystem.cpp b/src/fs/filesystem.cpp index 5a01f2c..86bd74b 100644 --- a/src/fs/filesystem.cpp +++ b/src/fs/filesystem.cpp @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2017 Pali Rohár - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-FileCopyrightText: 2020 Gaël PORTAY diff --git a/src/fs/filesystem.h b/src/fs/filesystem.h index a38f0bf..c7b8093 100644 --- a/src/fs/filesystem.h +++ b/src/fs/filesystem.h @@ -6,7 +6,7 @@ SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2017 Pali Rohár SPDX-FileCopyrightText: 2017 Adriaan de Groot - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Shubham Jangra SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-FileCopyrightText: 2020 Gaël PORTAY diff --git a/src/fs/linuxraidmember.cpp b/src/fs/linuxraidmember.cpp index 242828a..5a23feb 100644 --- a/src/fs/linuxraidmember.cpp +++ b/src/fs/linuxraidmember.cpp @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/fs/linuxraidmember.h b/src/fs/linuxraidmember.h index 7fdb395..d1b9ce4 100644 --- a/src/fs/linuxraidmember.h +++ b/src/fs/linuxraidmember.h @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-FileCopyrightText: 2020 Gaël PORTAY @@ -20,7 +20,7 @@ class QString; namespace FS { /** A linux_raid_member file system. - @author Caio Carvalho + @author Caio Jordão Carvalho */ class LIBKPMCORE_EXPORT linuxraidmember : public FileSystem { diff --git a/src/fs/luks.cpp b/src/fs/luks.cpp index 5308fea..2c65335 100644 --- a/src/fs/luks.cpp +++ b/src/fs/luks.cpp @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2017 Christian Morlok - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-FileCopyrightText: 2020 Gaël PORTAY diff --git a/src/fs/lvm2_pv.cpp b/src/fs/lvm2_pv.cpp index 0a257ac..96d6ece 100644 --- a/src/fs/lvm2_pv.cpp +++ b/src/fs/lvm2_pv.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-FileCopyrightText: 2020 Gaël PORTAY diff --git a/src/fs/lvm2_pv.h b/src/fs/lvm2_pv.h index 52350b3..ec294c8 100644 --- a/src/fs/lvm2_pv.h +++ b/src/fs/lvm2_pv.h @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2012-2017 Andrius Štikonas SPDX-FileCopyrightText: 2015 Chris Campbell SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-FileCopyrightText: 2020 Gaël PORTAY @@ -55,7 +55,7 @@ private: namespace LVM { /** Class to access a global LVM PV list. - @author Caio Carvalho + @author Caio Jordão Carvalho */ class LIBKPMCORE_EXPORT pvList { diff --git a/src/jobs/createfilesystemjob.cpp b/src/jobs/createfilesystemjob.cpp index d86fcc9..1583c94 100644 --- a/src/jobs/createfilesystemjob.cpp +++ b/src/jobs/createfilesystemjob.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2011 Volker Lanz SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2020 Arnaud Ferraris SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/jobs/createpartitionjob.cpp b/src/jobs/createpartitionjob.cpp index 89518c0..15c4008 100644 --- a/src/jobs/createpartitionjob.cpp +++ b/src/jobs/createpartitionjob.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2013-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Yuri Chornoivan SPDX-FileCopyrightText: 2020 Gaël PORTAY diff --git a/src/jobs/createpartitiontablejob.cpp b/src/jobs/createpartitiontablejob.cpp index 7ba41ba..bfb18ca 100644 --- a/src/jobs/createpartitiontablejob.cpp +++ b/src/jobs/createpartitiontablejob.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/jobs/deletepartitionjob.cpp b/src/jobs/deletepartitionjob.cpp index d8334d7..b33f7ba 100644 --- a/src/jobs/deletepartitionjob.cpp +++ b/src/jobs/deletepartitionjob.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/jobs/setpartgeometryjob.cpp b/src/jobs/setpartgeometryjob.cpp index d020b57..461dbdc 100644 --- a/src/jobs/setpartgeometryjob.cpp +++ b/src/jobs/setpartgeometryjob.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/createpartitiontableoperation.cpp b/src/ops/createpartitiontableoperation.cpp index 145e705..b719f03 100644 --- a/src/ops/createpartitiontableoperation.cpp +++ b/src/ops/createpartitiontableoperation.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/createvolumegroupoperation.cpp b/src/ops/createvolumegroupoperation.cpp index 3905f0d..b5f0d4b 100644 --- a/src/ops/createvolumegroupoperation.cpp +++ b/src/ops/createvolumegroupoperation.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/createvolumegroupoperation.h b/src/ops/createvolumegroupoperation.h index 67f5c83..622a82f 100644 --- a/src/ops/createvolumegroupoperation.h +++ b/src/ops/createvolumegroupoperation.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/deleteoperation.cpp b/src/ops/deleteoperation.cpp index 919aed6..f0d97e5 100644 --- a/src/ops/deleteoperation.cpp +++ b/src/ops/deleteoperation.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/deleteoperation.h b/src/ops/deleteoperation.h index 54f1abb..a0ed1f3 100644 --- a/src/ops/deleteoperation.h +++ b/src/ops/deleteoperation.h @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas SPDX-FileCopyrightText: 2015 Chris Campbell SPDX-FileCopyrightText: 2015 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/removevolumegroupoperation.cpp b/src/ops/removevolumegroupoperation.cpp index e2c957b..251179d 100644 --- a/src/ops/removevolumegroupoperation.cpp +++ b/src/ops/removevolumegroupoperation.cpp @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2016 Chantara Tith SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas SPDX-FileCopyrightText: 2016 Teo Mrnjavac - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/resizeoperation.cpp b/src/ops/resizeoperation.cpp index d2dc966..0aedb66 100644 --- a/src/ops/resizeoperation.cpp +++ b/src/ops/resizeoperation.cpp @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas SPDX-FileCopyrightText: 2015 Teo Mrnjavac SPDX-FileCopyrightText: 2016 Chantara Tith - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/ops/resizeoperation.h b/src/ops/resizeoperation.h index e9ad3d7..c1724cb 100644 --- a/src/ops/resizeoperation.h +++ b/src/ops/resizeoperation.h @@ -2,7 +2,7 @@ SPDX-FileCopyrightText: 2008-2010 Volker Lanz SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas SPDX-FileCopyrightText: 2015 Chris Campbell - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/plugins/sfdisk/sfdiskbackend.cpp b/src/plugins/sfdisk/sfdiskbackend.cpp index 472150c..3240c95 100644 --- a/src/plugins/sfdisk/sfdiskbackend.cpp +++ b/src/plugins/sfdisk/sfdiskbackend.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: 2017-2020 Andrius Štikonas - SPDX-FileCopyrightText: 2018-2019 Caio Carvalho + SPDX-FileCopyrightText: 2018-2019 Caio Jordão Carvalho SPDX-FileCopyrightText: 2019 Shubham Jangra SPDX-FileCopyrightText: 2020 Gaël PORTAY SPDX-FileCopyrightText: 2020 Adriaan de Groot diff --git a/src/plugins/sfdisk/sfdiskbackend.h b/src/plugins/sfdisk/sfdiskbackend.h index dd3d338..8621a7f 100644 --- a/src/plugins/sfdisk/sfdiskbackend.h +++ b/src/plugins/sfdisk/sfdiskbackend.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: 2017-2020 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-License-Identifier: GPL-3.0-or-later */ diff --git a/src/plugins/sfdisk/sfdiskpartitiontable.cpp b/src/plugins/sfdisk/sfdiskpartitiontable.cpp index 8f9253f..f075619 100644 --- a/src/plugins/sfdisk/sfdiskpartitiontable.cpp +++ b/src/plugins/sfdisk/sfdiskpartitiontable.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: 2017-2019 Andrius Štikonas - SPDX-FileCopyrightText: 2018 Caio Carvalho + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho SPDX-FileCopyrightText: 2020 Gaël PORTAY SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/util/capacity.cpp b/src/util/capacity.cpp index 8edde69..7d9b47a 100644 --- a/src/util/capacity.cpp +++ b/src/util/capacity.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/capacity.h" diff --git a/src/util/capacity.h b/src/util/capacity.h index 215d822..01f7942 100644 --- a/src/util/capacity.h +++ b/src/util/capacity.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2012-2019 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Chris Campbell + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef KPMCORE_CAPACITY_H #define KPMCORE_CAPACITY_H @@ -36,7 +27,7 @@ class LIBKPMCORE_EXPORT Capacity { public: /** Units we can deal with */ - enum class Unit : uint8_t {Byte, KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB }; + enum class Unit : uint8_t { Byte, KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB }; /** Type of capacity to print */ enum class Type : uint8_t { Used, Available, Total }; /** Flags for printing */ diff --git a/src/util/externalcommand.cpp b/src/util/externalcommand.cpp index 972be75..ef3de03 100644 --- a/src/util/externalcommand.cpp +++ b/src/util/externalcommand.cpp @@ -1,20 +1,15 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016-2018 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2013-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2019 Shubham Jangra + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/externalcommand.h" #include "backend/corebackendmanager.h" diff --git a/src/util/externalcommand.h b/src/util/externalcommand.h index 9db9d7c..8bbdaa4 100644 --- a/src/util/externalcommand.h +++ b/src/util/externalcommand.h @@ -1,20 +1,13 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016-2018 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2013-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + SPDX-FileCopyrightText: 2018 Harald Sitter + SPDX-FileCopyrightText: 2019 Shubham Jangra + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef KPMCORE_EXTERNALCOMMAND_H #define KPMCORE_EXTERNALCOMMAND_H diff --git a/src/util/externalcommand_whitelist.h b/src/util/externalcommand_whitelist.h index 9ddcb2b..7ebae8d 100644 --- a/src/util/externalcommand_whitelist.h +++ b/src/util/externalcommand_whitelist.h @@ -1,19 +1,9 @@ -/************************************************************************* - * Copyright (C) 2018 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2018-2019 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Shubham Jangra + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef KPMCORE_EXTERNALCOMMAND_WHITELIST_H #define KPMCORE_EXTERNALCOMMAND_WHITELIST_H diff --git a/src/util/externalcommandhelper.cpp b/src/util/externalcommandhelper.cpp index 2cb9233..b84fc7c 100644 --- a/src/util/externalcommandhelper.cpp +++ b/src/util/externalcommandhelper.cpp @@ -1,19 +1,13 @@ -/************************************************************************* - * Copyright (C) 2017-2018 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2017-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2018-2019 Harald Sitter + SPDX-FileCopyrightText: 2018 Simon Depiets + SPDX-FileCopyrightText: 2019 Shubham Jangra + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "externalcommandhelper.h" #include "externalcommand_whitelist.h" diff --git a/src/util/externalcommandhelper.h b/src/util/externalcommandhelper.h index 8c1e6e0..b910cf1 100644 --- a/src/util/externalcommandhelper.h +++ b/src/util/externalcommandhelper.h @@ -1,19 +1,11 @@ -/************************************************************************* - * Copyright (C) 2017-2018 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2017-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2019 Shubham Jangra + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef KPMCORE_EXTERNALCOMMANDHELPER_H #define KPMCORE_EXTERNALCOMMANDHELPER_H diff --git a/src/util/globallog.cpp b/src/util/globallog.cpp index 40c21e2..1dd6644 100644 --- a/src/util/globallog.cpp +++ b/src/util/globallog.cpp @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/globallog.h" diff --git a/src/util/globallog.h b/src/util/globallog.h index 3cb57fd..48935c8 100644 --- a/src/util/globallog.h +++ b/src/util/globallog.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Chris Campbell + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef KPMCORE_GLOBALLOG_H #define KPMCORE_GLOBALLOG_H diff --git a/src/util/helpers.cpp b/src/util/helpers.cpp index b3d377c..365327d 100644 --- a/src/util/helpers.cpp +++ b/src/util/helpers.cpp @@ -1,20 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008, 2009, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2012 Volker Lanz + SPDX-FileCopyrightText: 2012-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016 Friedrich W. H. Kossebau + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/helpers.h" #include "util/externalcommand.h" @@ -56,7 +48,7 @@ KAboutData aboutKPMcore() KAboutData aboutData( QStringLiteral("kpmcore"), xi18nc("@title", "KPMcore"), QStringLiteral(VERSION), xi18nc("@title", "Library for managing partitions"), - KAboutLicense::GPL_V3, xi18nc("@info:credit", "© 2008-2019 KPMcore developers" ) ); + KAboutLicense::GPL_V3, xi18nc("@info:credit", "© 2008-2020 KPMcore developers" ) ); aboutData.setOrganizationDomain(QByteArray("kde.org")); aboutData.setProductName(QByteArray("kpmcore")); aboutData.setHomepage(QStringLiteral("https://commits.kde.org/kpmcore")); diff --git a/src/util/helpers.h b/src/util/helpers.h index c529a69..48de380 100644 --- a/src/util/helpers.h +++ b/src/util/helpers.h @@ -1,22 +1,14 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2011 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Chris Campbell + SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith -#if !defined(KPMCORE_HELPERS_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_HELPERS_H #define KPMCORE_HELPERS_H #include "core/partition.h" diff --git a/src/util/htmlreport.cpp b/src/util/htmlreport.cpp index 0db2e3e..8d47400 100644 --- a/src/util/htmlreport.cpp +++ b/src/util/htmlreport.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/htmlreport.h" diff --git a/src/util/htmlreport.h b/src/util/htmlreport.h index 4b5869a..f41dff6 100644 --- a/src/util/htmlreport.h +++ b/src/util/htmlreport.h @@ -1,22 +1,12 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2015 Chris Campbell + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_HTMLREPORT_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_HTMLREPORT_H #define KPMCORE_HTMLREPORT_H #include "util/libpartitionmanagerexport.h" diff --git a/src/util/libpartitionmanagerexport.h b/src/util/libpartitionmanagerexport.h index 9459e65..fb51932 100644 --- a/src/util/libpartitionmanagerexport.h +++ b/src/util/libpartitionmanagerexport.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Chris Campbell + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef LIBKPMCORE_EXPORT diff --git a/src/util/report.cpp b/src/util/report.cpp index 9469839..3561d54 100644 --- a/src/util/report.cpp +++ b/src/util/report.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/report.h" #include "util/htmlreport.h" diff --git a/src/util/report.h b/src/util/report.h index 51e89a8..b5ed321 100644 --- a/src/util/report.h +++ b/src/util/report.h @@ -1,23 +1,14 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2008 Laurent Montel + SPDX-FileCopyrightText: 2015 Chris Campbell + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Andrius Štikonas -#if !defined(KPMCORE_REPORT_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_REPORT_H #define KPMCORE_REPORT_H #include "util/libpartitionmanagerexport.h"