From b592dd1a74dbabe641f5be5b84400d7c4274125b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 29 Sep 2020 00:01:24 +0100 Subject: [PATCH] REUSE: SPDX license headers for src/gui. --- src/gui/partresizerwidget.cpp | 26 ++++++++++---------------- src/gui/partresizerwidget.h | 26 +++++++++----------------- src/gui/partwidget.cpp | 25 +++++++++---------------- src/gui/partwidget.h | 26 +++++++++----------------- src/gui/partwidgetbase.cpp | 24 ++++++++---------------- src/gui/partwidgetbase.h | 25 ++++++++----------------- 6 files changed, 53 insertions(+), 99 deletions(-) diff --git a/src/gui/partresizerwidget.cpp b/src/gui/partresizerwidget.cpp index 2f17d2f..9c3d8ca 100644 --- a/src/gui/partresizerwidget.cpp +++ b/src/gui/partresizerwidget.cpp @@ -1,19 +1,13 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa + SPDX-FileCopyrightText: 2012-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/partresizerwidget.h" #include "gui/partwidget.h" diff --git a/src/gui/partresizerwidget.h b/src/gui/partresizerwidget.h index 41d8e4a..3914f6a 100644 --- a/src/gui/partresizerwidget.h +++ b/src/gui/partresizerwidget.h @@ -1,22 +1,14 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa + SPDX-FileCopyrightText: 2014-2019 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan -#if !defined(KPMCORE_PARTRESIZERWIDGET_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_PARTRESIZERWIDGET_H #define KPMCORE_PARTRESIZERWIDGET_H #include "core/partition.h" diff --git a/src/gui/partwidget.cpp b/src/gui/partwidget.cpp index 59dd7d4..d3a9e97 100644 --- a/src/gui/partwidget.cpp +++ b/src/gui/partwidget.cpp @@ -1,19 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa + SPDX-FileCopyrightText: 2012-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2020 David Faure + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/partwidget.h" diff --git a/src/gui/partwidget.h b/src/gui/partwidget.h index dde4500..20dbc82 100644 --- a/src/gui/partwidget.h +++ b/src/gui/partwidget.h @@ -1,22 +1,14 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Albert Astals Cid -#if !defined(KPMCORE_PARTWIDGET_H) + SPDX-License-Identifier: GPL-3.0-or-later +*/ +#ifndef KPMCORE_PARTWIDGET_H #define KPMCORE_PARTWIDGET_H #include "util/libpartitionmanagerexport.h" diff --git a/src/gui/partwidgetbase.cpp b/src/gui/partwidgetbase.cpp index 599607b..0bfedbe 100644 --- a/src/gui/partwidgetbase.cpp +++ b/src/gui/partwidgetbase.cpp @@ -1,19 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/partwidgetbase.h" #include "gui/partwidget.h" diff --git a/src/gui/partwidgetbase.h b/src/gui/partwidgetbase.h index 0d83222..64536d4 100644 --- a/src/gui/partwidgetbase.h +++ b/src/gui/partwidgetbase.h @@ -1,22 +1,13 @@ -/************************************************************************* - * 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: 2010 Hugo Pereira Da Costa + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas