From 9c91e25e96e6e393203cd5b1e97f10eb1465b93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 2 Mar 2016 18:33:40 +0000 Subject: [PATCH] Update copyright. --- src/config/advancedpagewidget.cpp | 1 + src/config/advancedpagewidget.h | 1 + src/config/configureoptionsdialog.cpp | 1 + src/config/configureoptionsdialog.h | 1 + src/config/generalpagewidget.cpp | 1 + src/config/generalpagewidget.h | 1 + src/gui/applyprogressdialog.cpp | 1 + src/gui/applyprogressdialog.h | 1 + src/gui/createpartitiontabledialog.cpp | 1 + src/gui/createpartitiontabledialog.h | 1 + src/gui/createpartitiontablewidget.cpp | 1 + src/gui/devicepropsdialog.cpp | 1 + src/gui/devicepropsdialog.h | 1 + src/gui/editmountoptionsdialog.cpp | 1 + src/gui/editmountoptionsdialog.h | 1 + src/gui/editmountpointdialog.cpp | 1 + src/gui/editmountpointdialog.h | 1 + src/gui/editmountpointdialogwidget.cpp | 1 + src/gui/filesystemsupportdialog.cpp | 1 + src/gui/formattedspinbox.cpp | 1 + src/gui/infopane.cpp | 1 + src/gui/insertdialog.cpp | 1 + src/gui/listdevices.cpp | 1 + src/gui/listoperations.cpp | 1 + src/gui/mainwindow.cpp | 1 + src/gui/mainwindow.h | 1 + src/gui/newdialog.cpp | 1 + src/gui/partitionmanagerwidget.cpp | 1 + src/gui/partpropsdialog.cpp | 1 + src/gui/partpropsdialog.h | 1 + src/gui/parttablewidget.cpp | 1 + src/gui/resizedialog.cpp | 1 + src/gui/scanprogressdialog.cpp | 1 + src/gui/sizedialogbase.cpp | 1 + src/gui/sizedialogbase.h | 1 + src/gui/smartdialog.cpp | 1 + src/gui/smartdialog.h | 1 + src/gui/treelog.cpp | 1 + src/gui/treelog.h | 1 - src/util/guihelpers.cpp | 3 ++- src/util/guihelpers.h | 1 + 41 files changed, 41 insertions(+), 2 deletions(-) diff --git a/src/config/advancedpagewidget.cpp b/src/config/advancedpagewidget.cpp index 1228736..1abf487 100644 --- a/src/config/advancedpagewidget.cpp +++ b/src/config/advancedpagewidget.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/config/advancedpagewidget.h b/src/config/advancedpagewidget.h index 2bc9c85..dedb9b3 100644 --- a/src/config/advancedpagewidget.h +++ b/src/config/advancedpagewidget.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/config/configureoptionsdialog.cpp b/src/config/configureoptionsdialog.cpp index 30d047a..1219d8c 100644 --- a/src/config/configureoptionsdialog.cpp +++ b/src/config/configureoptionsdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/config/configureoptionsdialog.h b/src/config/configureoptionsdialog.h index 8700fa6..d215d85 100644 --- a/src/config/configureoptionsdialog.h +++ b/src/config/configureoptionsdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/config/generalpagewidget.cpp b/src/config/generalpagewidget.cpp index a64b90c..811783c 100644 --- a/src/config/generalpagewidget.cpp +++ b/src/config/generalpagewidget.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/config/generalpagewidget.h b/src/config/generalpagewidget.h index 63e37d0..6911153 100644 --- a/src/config/generalpagewidget.h +++ b/src/config/generalpagewidget.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/applyprogressdialog.cpp b/src/gui/applyprogressdialog.cpp index 2343d6e..b710acd 100644 --- a/src/gui/applyprogressdialog.cpp +++ b/src/gui/applyprogressdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/applyprogressdialog.h b/src/gui/applyprogressdialog.h index 5344f3c..5236a5e 100644 --- a/src/gui/applyprogressdialog.h +++ b/src/gui/applyprogressdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/createpartitiontabledialog.cpp b/src/gui/createpartitiontabledialog.cpp index 3ba3931..5dd540c 100644 --- a/src/gui/createpartitiontabledialog.cpp +++ b/src/gui/createpartitiontabledialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/createpartitiontabledialog.h b/src/gui/createpartitiontabledialog.h index 26b3a6f..583b594 100644 --- a/src/gui/createpartitiontabledialog.h +++ b/src/gui/createpartitiontabledialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/createpartitiontablewidget.cpp b/src/gui/createpartitiontablewidget.cpp index 19f71c7..ceb07fa 100644 --- a/src/gui/createpartitiontablewidget.cpp +++ b/src/gui/createpartitiontablewidget.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/devicepropsdialog.cpp b/src/gui/devicepropsdialog.cpp index 9159abd..5053be7 100644 --- a/src/gui/devicepropsdialog.cpp +++ b/src/gui/devicepropsdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/devicepropsdialog.h b/src/gui/devicepropsdialog.h index 5f21c51..f90fa03 100644 --- a/src/gui/devicepropsdialog.h +++ b/src/gui/devicepropsdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/editmountoptionsdialog.cpp b/src/gui/editmountoptionsdialog.cpp index bc09d23..271ae59 100644 --- a/src/gui/editmountoptionsdialog.cpp +++ b/src/gui/editmountoptionsdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/editmountoptionsdialog.h b/src/gui/editmountoptionsdialog.h index 593b934..2316b2a 100644 --- a/src/gui/editmountoptionsdialog.h +++ b/src/gui/editmountoptionsdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/editmountpointdialog.cpp b/src/gui/editmountpointdialog.cpp index 75f6cfc..7e362da 100644 --- a/src/gui/editmountpointdialog.cpp +++ b/src/gui/editmountpointdialog.cpp @@ -1,6 +1,7 @@ /************************************************************************* * 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 * diff --git a/src/gui/editmountpointdialog.h b/src/gui/editmountpointdialog.h index 8fa74eb..3399dbf 100644 --- a/src/gui/editmountpointdialog.h +++ b/src/gui/editmountpointdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/editmountpointdialogwidget.cpp b/src/gui/editmountpointdialogwidget.cpp index 2061b04..3d44285 100644 --- a/src/gui/editmountpointdialogwidget.cpp +++ b/src/gui/editmountpointdialogwidget.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/filesystemsupportdialog.cpp b/src/gui/filesystemsupportdialog.cpp index 273080e..b436f82 100644 --- a/src/gui/filesystemsupportdialog.cpp +++ b/src/gui/filesystemsupportdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/formattedspinbox.cpp b/src/gui/formattedspinbox.cpp index c0a1fef..529d5cd 100644 --- a/src/gui/formattedspinbox.cpp +++ b/src/gui/formattedspinbox.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/infopane.cpp b/src/gui/infopane.cpp index c2c9bc4..12868bf 100644 --- a/src/gui/infopane.cpp +++ b/src/gui/infopane.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/insertdialog.cpp b/src/gui/insertdialog.cpp index 1eff268..30c3eb8 100644 --- a/src/gui/insertdialog.cpp +++ b/src/gui/insertdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/listdevices.cpp b/src/gui/listdevices.cpp index 302e44c..b088b4f 100644 --- a/src/gui/listdevices.cpp +++ b/src/gui/listdevices.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/listoperations.cpp b/src/gui/listoperations.cpp index 605a7ae..a4caa4d 100644 --- a/src/gui/listoperations.cpp +++ b/src/gui/listoperations.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 70b625f..326b92f 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1,5 +1,6 @@ /************************************************************************* * Copyright (C) 2008, 2009, 2010, 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 * diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h index 0bdd84e..da62931 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/newdialog.cpp b/src/gui/newdialog.cpp index 5caa262..3de4b7f 100644 --- a/src/gui/newdialog.cpp +++ b/src/gui/newdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/partitionmanagerwidget.cpp b/src/gui/partitionmanagerwidget.cpp index 4689975..68d8d92 100644 --- a/src/gui/partitionmanagerwidget.cpp +++ b/src/gui/partitionmanagerwidget.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/partpropsdialog.cpp b/src/gui/partpropsdialog.cpp index 9b4836b..378bd8f 100644 --- a/src/gui/partpropsdialog.cpp +++ b/src/gui/partpropsdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/partpropsdialog.h b/src/gui/partpropsdialog.h index 4fa704d..017cc9a 100644 --- a/src/gui/partpropsdialog.h +++ b/src/gui/partpropsdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/parttablewidget.cpp b/src/gui/parttablewidget.cpp index 7c1f453..739334d 100644 --- a/src/gui/parttablewidget.cpp +++ b/src/gui/parttablewidget.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/resizedialog.cpp b/src/gui/resizedialog.cpp index 408ebae..0453561 100644 --- a/src/gui/resizedialog.cpp +++ b/src/gui/resizedialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/scanprogressdialog.cpp b/src/gui/scanprogressdialog.cpp index 651f82d..49d4fc7 100644 --- a/src/gui/scanprogressdialog.cpp +++ b/src/gui/scanprogressdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/sizedialogbase.cpp b/src/gui/sizedialogbase.cpp index ed81e3a..56e476e 100644 --- a/src/gui/sizedialogbase.cpp +++ b/src/gui/sizedialogbase.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/sizedialogbase.h b/src/gui/sizedialogbase.h index 7496f52..84170ca 100644 --- a/src/gui/sizedialogbase.h +++ b/src/gui/sizedialogbase.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/smartdialog.cpp b/src/gui/smartdialog.cpp index 5496b9e..cfeacf1 100644 --- a/src/gui/smartdialog.cpp +++ b/src/gui/smartdialog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/smartdialog.h b/src/gui/smartdialog.h index 05b5b1a..2e51a84 100644 --- a/src/gui/smartdialog.h +++ b/src/gui/smartdialog.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/treelog.cpp b/src/gui/treelog.cpp index 5956c91..fa89d92 100644 --- a/src/gui/treelog.cpp +++ b/src/gui/treelog.cpp @@ -1,5 +1,6 @@ /************************************************************************* * 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 * diff --git a/src/gui/treelog.h b/src/gui/treelog.h index a7aa925..8a8c731 100644 --- a/src/gui/treelog.h +++ b/src/gui/treelog.h @@ -69,4 +69,3 @@ private: }; #endif - diff --git a/src/util/guihelpers.cpp b/src/util/guihelpers.cpp index 8a178c2..1974a5c 100644 --- a/src/util/guihelpers.cpp +++ b/src/util/guihelpers.cpp @@ -1,5 +1,6 @@ /************************************************************************* - * Copyright (C) 2008, 2009, 2010 by Volker Lanz * + * 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 * diff --git a/src/util/guihelpers.h b/src/util/guihelpers.h index fc1bf02..cc2b7a6 100644 --- a/src/util/guihelpers.h +++ b/src/util/guihelpers.h @@ -1,5 +1,6 @@ /************************************************************************* * 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 *