diff --git a/src/config/advancedpagewidget.cpp b/src/config/advancedpagewidget.cpp index 57ccbf8..b6d7fc3 100644 --- a/src/config/advancedpagewidget.cpp +++ b/src/config/advancedpagewidget.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "config/advancedpagewidget.h" diff --git a/src/config/advancedpagewidget.h b/src/config/advancedpagewidget.h index 1dfe490..711a176 100644 --- a/src/config/advancedpagewidget.h +++ b/src/config/advancedpagewidget.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(ADVANCEDPAGEWIDGET_H) diff --git a/src/config/configureoptionsdialog.cpp b/src/config/configureoptionsdialog.cpp index fa98d72..c8cf51c 100644 --- a/src/config/configureoptionsdialog.cpp +++ b/src/config/configureoptionsdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "config/configureoptionsdialog.h" #include "config/generalpagewidget.h" diff --git a/src/config/configureoptionsdialog.h b/src/config/configureoptionsdialog.h index 718445d..52f5842 100644 --- a/src/config/configureoptionsdialog.h +++ b/src/config/configureoptionsdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(CONFIGUREOPTIONSDIALOG_H) diff --git a/src/config/filesystemcolorspagewidget.cpp b/src/config/filesystemcolorspagewidget.cpp index f9b5800..c59221f 100644 --- a/src/config/filesystemcolorspagewidget.cpp +++ b/src/config/filesystemcolorspagewidget.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * 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-License-Identifier: GPL-3.0-or-later +*/ #include "config/filesystemcolorspagewidget.h" diff --git a/src/config/filesystemcolorspagewidget.h b/src/config/filesystemcolorspagewidget.h index 2db752e..80ba551 100644 --- a/src/config/filesystemcolorspagewidget.h +++ b/src/config/filesystemcolorspagewidget.h @@ -1,19 +1,9 @@ -/************************************************************************* - * 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-License-Identifier: GPL-3.0-or-later +*/ + #if !defined(FILESYSTEMCOLORSPAGEWIDGET_H) diff --git a/src/config/generalpagewidget.cpp b/src/config/generalpagewidget.cpp index c596313..d1beb2c 100644 --- a/src/config/generalpagewidget.cpp +++ b/src/config/generalpagewidget.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "config/generalpagewidget.h" diff --git a/src/config/generalpagewidget.h b/src/config/generalpagewidget.h index 89c59af..812e10a 100644 --- a/src/config/generalpagewidget.h +++ b/src/config/generalpagewidget.h @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ + #if !defined(GENERALPAGEWIDGET_H) diff --git a/src/gui/applyprogressdetailswidget.cpp b/src/gui/applyprogressdetailswidget.cpp index c83d5aa..6c20314 100644 --- a/src/gui/applyprogressdetailswidget.cpp +++ b/src/gui/applyprogressdetailswidget.cpp @@ -1,18 +1,7 @@ -/************************************************************************* - * 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: 2010 Volker Lanz + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/applyprogressdetailswidget.h" diff --git a/src/gui/applyprogressdetailswidget.h b/src/gui/applyprogressdetailswidget.h index 68b34b2..2b20851 100644 --- a/src/gui/applyprogressdetailswidget.h +++ b/src/gui/applyprogressdetailswidget.h @@ -1,19 +1,8 @@ -/************************************************************************* - * 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: 2010 Volker Lanz + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(APPLYPROGRESSDETAILSWIDGET_H) diff --git a/src/gui/applyprogressdialog.cpp b/src/gui/applyprogressdialog.cpp index 75bca24..e825852 100644 --- a/src/gui/applyprogressdialog.cpp +++ b/src/gui/applyprogressdialog.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-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/applyprogressdialog.h" diff --git a/src/gui/applyprogressdialog.h b/src/gui/applyprogressdialog.h index df4b1d6..570bcbc 100644 --- a/src/gui/applyprogressdialog.h +++ b/src/gui/applyprogressdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2012 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef APPLYPROGRESSDIALOG_H #define APPLYPROGRESSDIALOG_H diff --git a/src/gui/applyprogressdialogwidget.cpp b/src/gui/applyprogressdialogwidget.cpp index 4a834b9..dfef594 100644 --- a/src/gui/applyprogressdialogwidget.cpp +++ b/src/gui/applyprogressdialogwidget.cpp @@ -1,19 +1,9 @@ -/************************************************************************* - * 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: 2010 Volker Lanz + SPDX-FileCopyrightText: 2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/applyprogressdialogwidget.h" diff --git a/src/gui/applyprogressdialogwidget.h b/src/gui/applyprogressdialogwidget.h index 170ecb6..88cb504 100644 --- a/src/gui/applyprogressdialogwidget.h +++ b/src/gui/applyprogressdialogwidget.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: 2010 Volker Lanz + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(APPLYPROGRESSDIALOGWIDGET_H) diff --git a/src/gui/createpartitiontabledialog.cpp b/src/gui/createpartitiontabledialog.cpp index e5be1bd..a345c54 100644 --- a/src/gui/createpartitiontabledialog.cpp +++ b/src/gui/createpartitiontabledialog.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/createpartitiontabledialog.h" #include "gui/createpartitiontablewidget.h" diff --git a/src/gui/createpartitiontabledialog.h b/src/gui/createpartitiontabledialog.h index 508ae88..2eecfed 100644 --- a/src/gui/createpartitiontabledialog.h +++ b/src/gui/createpartitiontabledialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(CREATEPARTITIONTABLEDIALOG_H) diff --git a/src/gui/createpartitiontablewidget.cpp b/src/gui/createpartitiontablewidget.cpp index ceb07fa..a2c38ad 100644 --- a/src/gui/createpartitiontablewidget.cpp +++ b/src/gui/createpartitiontablewidget.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/createpartitiontablewidget.h" diff --git a/src/gui/createpartitiontablewidget.h b/src/gui/createpartitiontablewidget.h index f637c30..9d8e168 100644 --- a/src/gui/createpartitiontablewidget.h +++ b/src/gui/createpartitiontablewidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * 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: 2014-2016 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(CREATEPARTITIONTABLEWIDGET_H) diff --git a/src/gui/createvolumegroupdialog.cpp b/src/gui/createvolumegroupdialog.cpp index 602e9c0..8801213 100644 --- a/src/gui/createvolumegroupdialog.cpp +++ b/src/gui/createvolumegroupdialog.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/createvolumegroupdialog.h" #include "gui/volumegroupwidget.h" diff --git a/src/gui/createvolumegroupdialog.h b/src/gui/createvolumegroupdialog.h index 4dcf2dc..8710e59 100644 --- a/src/gui/createvolumegroupdialog.h +++ b/src/gui/createvolumegroupdialog.h @@ -1,19 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2017 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ + #ifndef CREATEVOLUMEGROUPDIALOG_H #define CREATEVOLUMEGROUPDIALOG_H diff --git a/src/gui/devicepropsdialog.cpp b/src/gui/devicepropsdialog.cpp index 8f42dea..c950a77 100644 --- a/src/gui/devicepropsdialog.cpp +++ b/src/gui/devicepropsdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/devicepropsdialog.h" #include "gui/devicepropswidget.h" diff --git a/src/gui/devicepropsdialog.h b/src/gui/devicepropsdialog.h index 36c7304..2621ace 100644 --- a/src/gui/devicepropsdialog.h +++ b/src/gui/devicepropsdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(DEVICEPROPSDIALOG_H) diff --git a/src/gui/devicepropswidget.cpp b/src/gui/devicepropswidget.cpp index 8df0d93..25f1f0c 100644 --- a/src/gui/devicepropswidget.cpp +++ b/src/gui/devicepropswidget.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * 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-License-Identifier: GPL-3.0-or-later +*/ #include "gui/devicepropswidget.h" diff --git a/src/gui/devicepropswidget.h b/src/gui/devicepropswidget.h index e29baa8..f39ae0b 100644 --- a/src/gui/devicepropswidget.h +++ b/src/gui/devicepropswidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * 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: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(DEVICEPROPSWIDGET_H) diff --git a/src/gui/editmountoptionsdialog.cpp b/src/gui/editmountoptionsdialog.cpp index eecc137..5cf3a43 100644 --- a/src/gui/editmountoptionsdialog.cpp +++ b/src/gui/editmountoptionsdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2009, 2010 by Volker Lanz * - * Copyright (C) 2017 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-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/editmountoptionsdialog.h" #include "gui/editmountoptionsdialogwidget.h" diff --git a/src/gui/editmountoptionsdialog.h b/src/gui/editmountoptionsdialog.h index 65b1217..deaa9d4 100644 --- a/src/gui/editmountoptionsdialog.h +++ b/src/gui/editmountoptionsdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 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: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(EDITMOUNTOPTIONSDIALOG_H) diff --git a/src/gui/editmountoptionsdialogwidget.cpp b/src/gui/editmountoptionsdialogwidget.cpp index 4047078..4eda4e8 100644 --- a/src/gui/editmountoptionsdialogwidget.cpp +++ b/src/gui/editmountoptionsdialogwidget.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * Copyright (C) 2009, 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-License-Identifier: GPL-3.0-or-later +*/ #include "gui/editmountoptionsdialogwidget.h" diff --git a/src/gui/editmountoptionsdialogwidget.h b/src/gui/editmountoptionsdialogwidget.h index d3b3b08..01d2f0c 100644 --- a/src/gui/editmountoptionsdialogwidget.h +++ b/src/gui/editmountoptionsdialogwidget.h @@ -1,19 +1,8 @@ -/************************************************************************* - * Copyright (C) 2009, 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-License-Identifier: GPL-3.0-or-later +*/ #if !defined(EDITMOUNTOPTIONSDIALOGWIDGET_H) diff --git a/src/gui/editmountpointdialog.cpp b/src/gui/editmountpointdialog.cpp index da2f50d..8c7df5d 100644 --- a/src/gui/editmountpointdialog.cpp +++ b/src/gui/editmountpointdialog.cpp @@ -1,21 +1,11 @@ -/************************************************************************* - * Copyright (C) 2009, 2010 by Volker Lanz * - * Copyright (C) 2015 by Teo Mrnjavac * - * 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-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/editmountpointdialog.h" #include "gui/editmountpointdialogwidget.h" diff --git a/src/gui/editmountpointdialog.h b/src/gui/editmountpointdialog.h index e1905ad..614e703 100644 --- a/src/gui/editmountpointdialog.h +++ b/src/gui/editmountpointdialog.h @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 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: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(EDITMOUNTPOINTDIALOG_H) diff --git a/src/gui/editmountpointdialogwidget.cpp b/src/gui/editmountpointdialogwidget.cpp index d02364d..9b5dd9b 100644 --- a/src/gui/editmountpointdialogwidget.cpp +++ b/src/gui/editmountpointdialogwidget.cpp @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2009, 2010 by Volker Lanz * - * Copyright (C) 2016, 2017 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-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/editmountpointdialogwidget.h" #include "gui/editmountoptionsdialog.h" diff --git a/src/gui/editmountpointdialogwidget.h b/src/gui/editmountpointdialogwidget.h index e248b21..0a0ad34 100644 --- a/src/gui/editmountpointdialogwidget.h +++ b/src/gui/editmountpointdialogwidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2009, 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: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(EDITMOUNTPOINTDIALOGWIDGET_H) diff --git a/src/gui/filesystemsupportdialog.cpp b/src/gui/filesystemsupportdialog.cpp index eeabe1e..d381774 100644 --- a/src/gui/filesystemsupportdialog.cpp +++ b/src/gui/filesystemsupportdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/filesystemsupportdialog.h" #include "gui/filesystemsupportdialogwidget.h" diff --git a/src/gui/filesystemsupportdialog.h b/src/gui/filesystemsupportdialog.h index e93601f..f162175 100644 --- a/src/gui/filesystemsupportdialog.h +++ b/src/gui/filesystemsupportdialog.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2015-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(FILESYSTEMSUPPORTDIALOG_H) diff --git a/src/gui/filesystemsupportdialogwidget.cpp b/src/gui/filesystemsupportdialogwidget.cpp index e9243a5..69d597c 100644 --- a/src/gui/filesystemsupportdialogwidget.cpp +++ b/src/gui/filesystemsupportdialogwidget.cpp @@ -1,19 +1,8 @@ -/************************************************************************* - * 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: 2010 Volker Lanz + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/filesystemsupportdialogwidget.h" diff --git a/src/gui/filesystemsupportdialogwidget.h b/src/gui/filesystemsupportdialogwidget.h index 23739f2..3a3c3a0 100644 --- a/src/gui/filesystemsupportdialogwidget.h +++ b/src/gui/filesystemsupportdialogwidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(FILESYSTEMSUPPORTDIALOGWIDGET_H) diff --git a/src/gui/formattedspinbox.cpp b/src/gui/formattedspinbox.cpp index 529d5cd..b0ac62b 100644 --- a/src/gui/formattedspinbox.cpp +++ b/src/gui/formattedspinbox.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/formattedspinbox.h" diff --git a/src/gui/formattedspinbox.h b/src/gui/formattedspinbox.h index 2c34dea..e2761ce 100644 --- a/src/gui/formattedspinbox.h +++ b/src/gui/formattedspinbox.h @@ -1,19 +1,8 @@ -/************************************************************************* - * 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-License-Identifier: GPL-3.0-or-later +*/ #if !defined(FORMATTEDSPINBOX_H) diff --git a/src/gui/infopane.cpp b/src/gui/infopane.cpp index 71160c3..d4a46dc 100644 --- a/src/gui/infopane.cpp +++ b/src/gui/infopane.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/infopane.h" diff --git a/src/gui/infopane.h b/src/gui/infopane.h index b582755..4b59a4b 100644 --- a/src/gui/infopane.h +++ b/src/gui/infopane.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: 2010-2011 Volker Lanz + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(INFOPANE_H) diff --git a/src/gui/insertdialog.cpp b/src/gui/insertdialog.cpp index 3cd3da4..f6fb70a 100644 --- a/src/gui/insertdialog.cpp +++ b/src/gui/insertdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2016 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/insertdialog.h" #include "gui/sizedialogwidget.h" diff --git a/src/gui/insertdialog.h b/src/gui/insertdialog.h index 89697f9..1616add 100644 --- a/src/gui/insertdialog.h +++ b/src/gui/insertdialog.h @@ -1,19 +1,9 @@ -/************************************************************************* - * 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: 2014-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(INSERTDIALOG_H) diff --git a/src/gui/listdevices.cpp b/src/gui/listdevices.cpp index 600868d..b850f8c 100644 --- a/src/gui/listdevices.cpp +++ b/src/gui/listdevices.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008-2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2009-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/listdevices.h" diff --git a/src/gui/listdevices.h b/src/gui/listdevices.h index 7b444fc..89d68ac 100644 --- a/src/gui/listdevices.h +++ b/src/gui/listdevices.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008-2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2009-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(LISTDEVICES_H) diff --git a/src/gui/listoperations.cpp b/src/gui/listoperations.cpp index bea6dca..4b91a4a 100644 --- a/src/gui/listoperations.cpp +++ b/src/gui/listoperations.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2009-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/listoperations.h" diff --git a/src/gui/listoperations.h b/src/gui/listoperations.h index 5c0a1fe..4e33c76 100644 --- a/src/gui/listoperations.h +++ b/src/gui/listoperations.h @@ -1,19 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 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: 2009-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ + #if !defined(LISTOPERATIONS_H) diff --git a/src/gui/listphysicalvolumes.cpp b/src/gui/listphysicalvolumes.cpp index 8b4d8bb..c049566 100644 --- a/src/gui/listphysicalvolumes.cpp +++ b/src/gui/listphysicalvolumes.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/listphysicalvolumes.h" diff --git a/src/gui/listphysicalvolumes.h b/src/gui/listphysicalvolumes.h index 18c4f79..95f334e 100644 --- a/src/gui/listphysicalvolumes.h +++ b/src/gui/listphysicalvolumes.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(LISTPHYSICALVOLUMES_H) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index a721271..a5c2127 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1,21 +1,14 @@ -/************************************************************************* - * Copyright (C) 2008, 2009, 2010, 2012 by Volker Lanz * - * Copyright (C) 2015 by Teo Mrnjavac * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2012 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2018 René J.V. Bertin + SPDX-FileCopyrightText: 2018 Huzaifa Faruqui + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/mainwindow.h" #include "gui/infopane.h" diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h index 9fc5f19..fcaa63f 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,20 +1,11 @@ -/************************************************************************* - * 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: 2014-2019 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(MAINWINDOW_H) diff --git a/src/gui/newdialog.cpp b/src/gui/newdialog.cpp index f1686e3..e1205a9 100644 --- a/src/gui/newdialog.cpp +++ b/src/gui/newdialog.cpp @@ -1,21 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * Copyright (C) 2016 by Teo Mrnjavac * - * * - * 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: 2013-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2015 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/newdialog.h" #include "gui/sizedialogwidget.h" diff --git a/src/gui/newdialog.h b/src/gui/newdialog.h index dadd311..2c2298d 100644 --- a/src/gui/newdialog.h +++ b/src/gui/newdialog.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2012 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(NEWDIALOG_H) diff --git a/src/gui/partitionmanagerwidget.cpp b/src/gui/partitionmanagerwidget.cpp index d23b046..7f4cca2 100644 --- a/src/gui/partitionmanagerwidget.cpp +++ b/src/gui/partitionmanagerwidget.cpp @@ -1,21 +1,12 @@ -/************************************************************************* - * Copyright (C) 2008-2010 by Volker Lanz * - * Copyright (C) 2015 by Teo Mrnjavac * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2012 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/partitionmanagerwidget.h" #include "gui/partpropsdialog.h" diff --git a/src/gui/partitionmanagerwidget.h b/src/gui/partitionmanagerwidget.h index 2a59ab1..c1abc3f 100644 --- a/src/gui/partitionmanagerwidget.h +++ b/src/gui/partitionmanagerwidget.h @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008-2010 by Volker Lanz * - * Copyright (C) 2015 by Teo Mrnjavac * - * * - * 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: 2009-2011 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2015-2016 Teo Mrnjavac + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(PARTITIONMANAGERWIDGET_H) diff --git a/src/gui/partpropsdialog.cpp b/src/gui/partpropsdialog.cpp index e586fe1..9a59598 100644 --- a/src/gui/partpropsdialog.cpp +++ b/src/gui/partpropsdialog.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2014 Yuri Chornoivan + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/partpropsdialog.h" #include "gui/partpropswidget.h" diff --git a/src/gui/partpropsdialog.h b/src/gui/partpropsdialog.h index 6c178f6..e17092d 100644 --- a/src/gui/partpropsdialog.h +++ b/src/gui/partpropsdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(PARTPROPSDIALOG_H) diff --git a/src/gui/partpropswidget.h b/src/gui/partpropswidget.h index e450a35..32ca7fb 100644 --- a/src/gui/partpropswidget.h +++ b/src/gui/partpropswidget.h @@ -1,19 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 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-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Abhijeet Sharma + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(PARTPROPSWIDGET_H) diff --git a/src/gui/parttablewidget.cpp b/src/gui/parttablewidget.cpp index 83dcc92..0b1e90f 100644 --- a/src/gui/parttablewidget.cpp +++ b/src/gui/parttablewidget.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/parttablewidget.h" #include "util/guihelpers.h" diff --git a/src/gui/parttablewidget.h b/src/gui/parttablewidget.h index 5f5481c..280da00 100644 --- a/src/gui/parttablewidget.h +++ b/src/gui/parttablewidget.h @@ -1,19 +1,11 @@ -/************************************************************************* - * 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-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(PARTTABLEWIDGET_H) diff --git a/src/gui/resizedialog.cpp b/src/gui/resizedialog.cpp index 3921e11..bedc562 100644 --- a/src/gui/resizedialog.cpp +++ b/src/gui/resizedialog.cpp @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/resizedialog.h" #include "gui/sizedialogwidget.h" diff --git a/src/gui/resizedialog.h b/src/gui/resizedialog.h index d538dcf..8d26c67 100644 --- a/src/gui/resizedialog.h +++ b/src/gui/resizedialog.h @@ -1,19 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2010, 2012 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-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(RESIZEDIALOG_H) diff --git a/src/gui/resizevolumegroupdialog.cpp b/src/gui/resizevolumegroupdialog.cpp index 965554c..50c8e7a 100644 --- a/src/gui/resizevolumegroupdialog.cpp +++ b/src/gui/resizevolumegroupdialog.cpp @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Caio Jordão Carvalho + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/resizevolumegroupdialog.h" #include "gui/volumegroupwidget.h" diff --git a/src/gui/resizevolumegroupdialog.h b/src/gui/resizevolumegroupdialog.h index 986ffc8..2255c77 100644 --- a/src/gui/resizevolumegroupdialog.h +++ b/src/gui/resizevolumegroupdialog.h @@ -1,19 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef RESIZEVOLUMEGROUPDIALOG_H #define RESIZEVOLUMEGROUPDIALOG_H diff --git a/src/gui/scanprogressdialog.cpp b/src/gui/scanprogressdialog.cpp index b14049e..3cd1fb4 100644 --- a/src/gui/scanprogressdialog.cpp +++ b/src/gui/scanprogressdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/scanprogressdialog.h" diff --git a/src/gui/scanprogressdialog.h b/src/gui/scanprogressdialog.h index b158ffa..a6d53ca 100644 --- a/src/gui/scanprogressdialog.h +++ b/src/gui/scanprogressdialog.h @@ -1,19 +1,10 @@ -/************************************************************************* - * 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: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef SCANPROGRESSDIALOG_H #define SCANPROGRESSDIALOG_H diff --git a/src/gui/sizedetailswidget.cpp b/src/gui/sizedetailswidget.cpp index 71d7670..ba22718 100644 --- a/src/gui/sizedetailswidget.cpp +++ b/src/gui/sizedetailswidget.cpp @@ -1,19 +1,9 @@ -/************************************************************************* - * 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: 2014 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/sizedetailswidget.h" diff --git a/src/gui/sizedetailswidget.h b/src/gui/sizedetailswidget.h index c3af339..a0d4c70 100644 --- a/src/gui/sizedetailswidget.h +++ b/src/gui/sizedetailswidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * 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: 2014 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(SIZEDETAILSWIDGET_H) diff --git a/src/gui/sizedialogbase.cpp b/src/gui/sizedialogbase.cpp index 7116756..25a75e5 100644 --- a/src/gui/sizedialogbase.cpp +++ b/src/gui/sizedialogbase.cpp @@ -1,21 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * Copyright (C) 2016 by Teo Mrnjavac * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016 Teo Mrnjavac + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/sizedialogbase.h" #include "gui/sizedetailswidget.h" diff --git a/src/gui/sizedialogbase.h b/src/gui/sizedialogbase.h index 83d86d8..2d49e08 100644 --- a/src/gui/sizedialogbase.h +++ b/src/gui/sizedialogbase.h @@ -1,20 +1,11 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2008 Laurent Montel + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ + #if !defined(SIZEDIALOGBASE_H) #define SIZEDIALOGBASE_H diff --git a/src/gui/sizedialogwidget.cpp b/src/gui/sizedialogwidget.cpp index 816b4de..f14d621 100644 --- a/src/gui/sizedialogwidget.cpp +++ b/src/gui/sizedialogwidget.cpp @@ -1,18 +1,7 @@ -/************************************************************************* - * 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-License-Identifier: GPL-3.0-or-later +*/ #include "gui/sizedialogwidget.h" diff --git a/src/gui/sizedialogwidget.h b/src/gui/sizedialogwidget.h index 94f0c55..007108d 100644 --- a/src/gui/sizedialogwidget.h +++ b/src/gui/sizedialogwidget.h @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2010 by Volker Lanz * - * Copyright (C) 2016 by Teo Mrnjavac * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2016 Teo Mrnjavac + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(SIZEDIALOGWIDGET_H) diff --git a/src/gui/smartdialog.cpp b/src/gui/smartdialog.cpp index d4a48e0..2100f15 100644 --- a/src/gui/smartdialog.cpp +++ b/src/gui/smartdialog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/smartdialog.h" #include "gui/smartdialogwidget.h" diff --git a/src/gui/smartdialog.h b/src/gui/smartdialog.h index f6416a2..e8854e5 100644 --- a/src/gui/smartdialog.h +++ b/src/gui/smartdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(SMARTDIALOG_H) diff --git a/src/gui/smartdialogwidget.cpp b/src/gui/smartdialogwidget.cpp index 5ee3f53..3f73772 100644 --- a/src/gui/smartdialogwidget.cpp +++ b/src/gui/smartdialogwidget.cpp @@ -1,19 +1,9 @@ -/************************************************************************* - * 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: 2014-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/smartdialogwidget.h" diff --git a/src/gui/smartdialogwidget.h b/src/gui/smartdialogwidget.h index 2f0e2b8..87dbc49 100644 --- a/src/gui/smartdialogwidget.h +++ b/src/gui/smartdialogwidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * 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: 2014-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(SMARTDIALOGWIDGET_H) diff --git a/src/gui/treelog.cpp b/src/gui/treelog.cpp index e0e593b..c7cfc5c 100644 --- a/src/gui/treelog.cpp +++ b/src/gui/treelog.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2009-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/treelog.h" #include "gui/partitionmanagerwidget.h" diff --git a/src/gui/treelog.h b/src/gui/treelog.h index 4f7db0e..bc03f59 100644 --- a/src/gui/treelog.h +++ b/src/gui/treelog.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008, 2009 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: 2009-2010 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(TREELOG_H) diff --git a/src/gui/volumegroupdialog.cpp b/src/gui/volumegroupdialog.cpp index 681851f..aafc75f 100644 --- a/src/gui/volumegroupdialog.cpp +++ b/src/gui/volumegroupdialog.cpp @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2018 Andrius Štikonas + SPDX-FileCopyrightText: 2018 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/volumegroupdialog.h" #include "gui/volumegroupwidget.h" diff --git a/src/gui/volumegroupdialog.h b/src/gui/volumegroupdialog.h index b5ff3eb..0262678 100644 --- a/src/gui/volumegroupdialog.h +++ b/src/gui/volumegroupdialog.h @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(VOLUMEGROUPDIALOG_H) diff --git a/src/gui/volumegroupwidget.cpp b/src/gui/volumegroupwidget.cpp index d0d7dde..38dc558 100644 --- a/src/gui/volumegroupwidget.cpp +++ b/src/gui/volumegroupwidget.cpp @@ -1,18 +1,7 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/volumegroupwidget.h" diff --git a/src/gui/volumegroupwidget.h b/src/gui/volumegroupwidget.h index 7166793..4614e78 100644 --- a/src/gui/volumegroupwidget.h +++ b/src/gui/volumegroupwidget.h @@ -1,19 +1,10 @@ -/************************************************************************* - * Copyright (C) 2016 by Chantara Tith * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2016 Chantara Tith + SPDX-FileCopyrightText: 2016-2017 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Yuri Chornoivan + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #if !defined(VOLUMEGROUPWIDGET_H) diff --git a/src/main.cpp b/src/main.cpp index 81449bf..52c5d3f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,20 +1,10 @@ -/************************************************************************* - * Copyright (C) 2008,2011 by Volker Lanz * - * Copyright (C) 2014-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,2011 Volker Lanz + SPDX-FileCopyrightText: 2014-2020 Andrius Štikonas + SPDX-FileCopyrightText: 2019 Caio Jordão Carvalho + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "gui/mainwindow.h" diff --git a/src/util/guihelpers.cpp b/src/util/guihelpers.cpp index 49a537a..066ff84 100644 --- a/src/util/guihelpers.cpp +++ b/src/util/guihelpers.cpp @@ -1,20 +1,9 @@ -/************************************************************************* - * Copyright (C) 2008-2010 by Volker Lanz * - * Copyright (C) 2016 by Andrius Štikonas * - * * - * This program is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public License as * - * published by the Free Software Foundation; either version 3 of * - * the License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program. If not, see .* - *************************************************************************/ +/* + SPDX-FileCopyrightText: 2008-2010 Volker Lanz + SPDX-FileCopyrightText: 2015-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #include "util/guihelpers.h" #include "config.h" diff --git a/src/util/guihelpers.h b/src/util/guihelpers.h index 5313045..790da54 100644 --- a/src/util/guihelpers.h +++ b/src/util/guihelpers.h @@ -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 Volker Lanz + SPDX-FileCopyrightText: 2015-2018 Andrius Štikonas + + SPDX-License-Identifier: GPL-3.0-or-later +*/ #ifndef GUIHELPERS_H #define GUIHELPERS_H