From ffb6be7248e21271461f320cb451effe90f74817 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Fri, 30 Jul 2021 00:15:57 +0200 Subject: [PATCH] Bump copyright years. --- README | 2 +- data/confclerk.pod | 6 +++--- src/alarm/alarm.cpp | 2 +- src/alarm/alarm.h | 2 +- src/app/application.cpp | 2 +- src/app/application.h | 2 +- src/app/appsettings.cpp | 2 +- src/app/appsettings.h | 2 +- src/app/main.cpp | 2 +- src/gui/about.ui | 2 +- src/gui/conferenceeditor.cpp | 2 +- src/gui/conferenceeditor.h | 2 +- src/gui/conflictdialogcontainer.cpp | 2 +- src/gui/conflictdialogcontainer.h | 2 +- src/gui/conflictsdialog.cpp | 2 +- src/gui/conflictsdialog.h | 2 +- src/gui/daynavigatorwidget.cpp | 2 +- src/gui/daynavigatorwidget.h | 2 +- src/gui/dayviewtabcontainer.cpp | 2 +- src/gui/dayviewtabcontainer.h | 2 +- src/gui/errormessage.cpp | 2 +- src/gui/errormessage.h | 2 +- src/gui/eventdialog.cpp | 2 +- src/gui/eventdialog.h | 2 +- src/gui/favtabcontainer.cpp | 2 +- src/gui/favtabcontainer.h | 2 +- src/gui/mainwindow.cpp | 2 +- src/gui/mainwindow.h | 2 +- src/gui/roomstabcontainer.cpp | 2 +- src/gui/roomstabcontainer.h | 2 +- src/gui/searchhead.cpp | 2 +- src/gui/searchhead.h | 2 +- src/gui/searchtabcontainer.cpp | 2 +- src/gui/searchtabcontainer.h | 2 +- src/gui/settingsdialog.cpp | 2 +- src/gui/settingsdialog.h | 2 +- src/gui/tabcontainer.cpp | 2 +- src/gui/tabcontainer.h | 2 +- src/gui/trackstabcontainer.cpp | 2 +- src/gui/trackstabcontainer.h | 2 +- src/gui/urlinputdialog.cpp | 2 +- src/gui/urlinputdialog.h | 2 +- src/mvc/conference.cpp | 2 +- src/mvc/conference.h | 2 +- src/mvc/conferencemodel.cpp | 2 +- src/mvc/conferencemodel.h | 2 +- src/mvc/delegate.cpp | 2 +- src/mvc/delegate.h | 2 +- src/mvc/event.cpp | 2 +- src/mvc/event.h | 2 +- src/mvc/eventmodel.cpp | 2 +- src/mvc/eventmodel.h | 2 +- src/mvc/room.cpp | 2 +- src/mvc/room.h | 2 +- src/mvc/track.cpp | 2 +- src/mvc/track.h | 2 +- src/mvc/treeview.cpp | 2 +- src/mvc/treeview.h | 2 +- src/orm/ormrecord.h | 2 +- src/sql/schedulexmlparser.cpp | 2 +- src/sql/schedulexmlparser.h | 2 +- src/sql/sqlengine.cpp | 2 +- src/sql/sqlengine.h | 2 +- src/test/main.cpp | 2 +- src/test/mvc/eventtest.cpp | 2 +- src/test/mvc/eventtest.h | 2 +- 66 files changed, 68 insertions(+), 68 deletions(-) diff --git a/README b/README index d436a0d..76b1a73 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ See the file ./INSTALL for building and installation instructions, and Copyright and License: Copyright (C) 2010 Ixonos Plc. - Copyright (C) 2011-2017, Philipp Spitzer, gregor herrmann, Stefan Strahl + Copyright (C) 2011-2021, Philipp Spitzer, gregor herrmann, Stefan Strahl 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 diff --git a/data/confclerk.pod b/data/confclerk.pod index 9ce4801..1234684 100644 --- a/data/confclerk.pod +++ b/data/confclerk.pod @@ -66,9 +66,9 @@ F<~/.local/share/Toastfreeware/ConfClerk/ConfClerk.sqlite> (Qt5). =head2 Main code Copyright (C) 2010 Ixonos Plc. - Copyright (C) 2011-2017, Philipp Spitzer - Copyright (C) 2011-2017, gregor herrmann - Copyright (C) 2011-2017, Stefan Strahl + Copyright (C) 2011-2021, Philipp Spitzer + Copyright (C) 2011-2021, gregor herrmann + Copyright (C) 2011-2021, Stefan Strahl 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 diff --git a/src/alarm/alarm.cpp b/src/alarm/alarm.cpp index 69c38a7..7da11b5 100644 --- a/src/alarm/alarm.cpp +++ b/src/alarm/alarm.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/alarm/alarm.h b/src/alarm/alarm.h index 6620d74..93388d1 100644 --- a/src/alarm/alarm.h +++ b/src/alarm/alarm.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/app/application.cpp b/src/app/application.cpp index 386b681..3a125a1 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/app/application.h b/src/app/application.h index e01dfc5..b237866 100644 --- a/src/app/application.h +++ b/src/app/application.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/app/appsettings.cpp b/src/app/appsettings.cpp index f92c17e..f21e17b 100644 --- a/src/app/appsettings.cpp +++ b/src/app/appsettings.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/app/appsettings.h b/src/app/appsettings.h index f116f18..439d896 100644 --- a/src/app/appsettings.h +++ b/src/app/appsettings.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/app/main.cpp b/src/app/main.cpp index 3c6f24a..45250a5 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/about.ui b/src/gui/about.ui index 6222597..e2f6b35 100644 --- a/src/gui/about.ui +++ b/src/gui/about.ui @@ -137,7 +137,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:x-large; font-weight:600;">Copyright and license</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ConfClerk 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 2, or (at your option) any later version.</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ConfClerk 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.</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2010 Ixonos Plc.<br />Copyright (C) 2011-2017 Philipp Spitzer &amp; gregor herrmann &amp; Stefan Strahl</p></body></html> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright (C) 2010 Ixonos Plc.<br />Copyright (C) 2011-2021 Philipp Spitzer &amp; gregor herrmann &amp; Stefan Strahl</p></body></html> Qt::RichText diff --git a/src/gui/conferenceeditor.cpp b/src/gui/conferenceeditor.cpp index b1e9ffc..927a2f8 100644 --- a/src/gui/conferenceeditor.cpp +++ b/src/gui/conferenceeditor.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/conferenceeditor.h b/src/gui/conferenceeditor.h index 394bfc5..903454a 100644 --- a/src/gui/conferenceeditor.h +++ b/src/gui/conferenceeditor.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/conflictdialogcontainer.cpp b/src/gui/conflictdialogcontainer.cpp index 474690c..b1b88ea 100644 --- a/src/gui/conflictdialogcontainer.cpp +++ b/src/gui/conflictdialogcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/conflictdialogcontainer.h b/src/gui/conflictdialogcontainer.h index bb621cf..9adbbfe 100644 --- a/src/gui/conflictdialogcontainer.h +++ b/src/gui/conflictdialogcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/conflictsdialog.cpp b/src/gui/conflictsdialog.cpp index e149a87..d467c9a 100644 --- a/src/gui/conflictsdialog.cpp +++ b/src/gui/conflictsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/conflictsdialog.h b/src/gui/conflictsdialog.h index 1725ef9..33a4979 100644 --- a/src/gui/conflictsdialog.h +++ b/src/gui/conflictsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/daynavigatorwidget.cpp b/src/gui/daynavigatorwidget.cpp index 82b3443..918d907 100644 --- a/src/gui/daynavigatorwidget.cpp +++ b/src/gui/daynavigatorwidget.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/daynavigatorwidget.h b/src/gui/daynavigatorwidget.h index 8fb9de9..c893605 100644 --- a/src/gui/daynavigatorwidget.h +++ b/src/gui/daynavigatorwidget.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/dayviewtabcontainer.cpp b/src/gui/dayviewtabcontainer.cpp index 6a190d9..8b06716 100644 --- a/src/gui/dayviewtabcontainer.cpp +++ b/src/gui/dayviewtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/dayviewtabcontainer.h b/src/gui/dayviewtabcontainer.h index 4221585..46fba70 100644 --- a/src/gui/dayviewtabcontainer.h +++ b/src/gui/dayviewtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/errormessage.cpp b/src/gui/errormessage.cpp index 26cebd3..40df3a7 100644 --- a/src/gui/errormessage.cpp +++ b/src/gui/errormessage.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/errormessage.h b/src/gui/errormessage.h index a565747..060c736 100644 --- a/src/gui/errormessage.h +++ b/src/gui/errormessage.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/eventdialog.cpp b/src/gui/eventdialog.cpp index 6f3014e..38d42dd 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/eventdialog.h b/src/gui/eventdialog.h index 6d0e275..5d16da4 100644 --- a/src/gui/eventdialog.h +++ b/src/gui/eventdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/favtabcontainer.cpp b/src/gui/favtabcontainer.cpp index bad98d1..0bad008 100644 --- a/src/gui/favtabcontainer.cpp +++ b/src/gui/favtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/favtabcontainer.h b/src/gui/favtabcontainer.h index 5b9315b..dbe0e35 100644 --- a/src/gui/favtabcontainer.h +++ b/src/gui/favtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 550e3fd..83b1a64 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h index 91b3c11..4a7f2a7 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/roomstabcontainer.cpp b/src/gui/roomstabcontainer.cpp index a5428f6..df11adc 100644 --- a/src/gui/roomstabcontainer.cpp +++ b/src/gui/roomstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/roomstabcontainer.h b/src/gui/roomstabcontainer.h index b17992d..93b5f57 100644 --- a/src/gui/roomstabcontainer.h +++ b/src/gui/roomstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/searchhead.cpp b/src/gui/searchhead.cpp index 51f8c29..8bec0c6 100644 --- a/src/gui/searchhead.cpp +++ b/src/gui/searchhead.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/searchhead.h b/src/gui/searchhead.h index 39303f0..9df49e2 100644 --- a/src/gui/searchhead.h +++ b/src/gui/searchhead.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/searchtabcontainer.cpp b/src/gui/searchtabcontainer.cpp index 3c3d7bd..443fbbc 100644 --- a/src/gui/searchtabcontainer.cpp +++ b/src/gui/searchtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/searchtabcontainer.h b/src/gui/searchtabcontainer.h index 101c66b..dede9d8 100644 --- a/src/gui/searchtabcontainer.h +++ b/src/gui/searchtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/settingsdialog.cpp b/src/gui/settingsdialog.cpp index 0262d91..29dc739 100644 --- a/src/gui/settingsdialog.cpp +++ b/src/gui/settingsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h index 368b3ca..14bc912 100644 --- a/src/gui/settingsdialog.h +++ b/src/gui/settingsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/tabcontainer.cpp b/src/gui/tabcontainer.cpp index 56338b4..84aa4a6 100644 --- a/src/gui/tabcontainer.cpp +++ b/src/gui/tabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/tabcontainer.h b/src/gui/tabcontainer.h index 92372c4..12d21a9 100644 --- a/src/gui/tabcontainer.h +++ b/src/gui/tabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/trackstabcontainer.cpp b/src/gui/trackstabcontainer.cpp index 2361737..399c7a3 100644 --- a/src/gui/trackstabcontainer.cpp +++ b/src/gui/trackstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/trackstabcontainer.h b/src/gui/trackstabcontainer.h index 930411c..cdc0054 100644 --- a/src/gui/trackstabcontainer.h +++ b/src/gui/trackstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/urlinputdialog.cpp b/src/gui/urlinputdialog.cpp index 61e62dc..2bc15f5 100644 --- a/src/gui/urlinputdialog.cpp +++ b/src/gui/urlinputdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/gui/urlinputdialog.h b/src/gui/urlinputdialog.h index 9b4b988..c132ae9 100644 --- a/src/gui/urlinputdialog.h +++ b/src/gui/urlinputdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/conference.cpp b/src/mvc/conference.cpp index 2fd7af0..7f95a50 100644 --- a/src/mvc/conference.cpp +++ b/src/mvc/conference.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/conference.h b/src/mvc/conference.h index 8f8abff..c2e8657 100644 --- a/src/mvc/conference.h +++ b/src/mvc/conference.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/conferencemodel.cpp b/src/mvc/conferencemodel.cpp index 604d98f..a830aca 100644 --- a/src/mvc/conferencemodel.cpp +++ b/src/mvc/conferencemodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/conferencemodel.h b/src/mvc/conferencemodel.h index 34cfa35..4ff9ecd 100644 --- a/src/mvc/conferencemodel.h +++ b/src/mvc/conferencemodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/delegate.cpp b/src/mvc/delegate.cpp index 33b59c8..aa25627 100644 --- a/src/mvc/delegate.cpp +++ b/src/mvc/delegate.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/delegate.h b/src/mvc/delegate.h index d76455f..6ec93e2 100644 --- a/src/mvc/delegate.h +++ b/src/mvc/delegate.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/event.cpp b/src/mvc/event.cpp index 615bb09..719b4d9 100644 --- a/src/mvc/event.cpp +++ b/src/mvc/event.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/event.h b/src/mvc/event.h index 0c973d0..0834124 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/eventmodel.cpp b/src/mvc/eventmodel.cpp index ac131a4..8f978d9 100644 --- a/src/mvc/eventmodel.cpp +++ b/src/mvc/eventmodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/eventmodel.h b/src/mvc/eventmodel.h index e0be269..04f2e00 100644 --- a/src/mvc/eventmodel.h +++ b/src/mvc/eventmodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/room.cpp b/src/mvc/room.cpp index 61cff3b..f4e5218 100644 --- a/src/mvc/room.cpp +++ b/src/mvc/room.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/room.h b/src/mvc/room.h index 87278bf..4804a75 100644 --- a/src/mvc/room.h +++ b/src/mvc/room.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/track.cpp b/src/mvc/track.cpp index 139b199..f828cdd 100644 --- a/src/mvc/track.cpp +++ b/src/mvc/track.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/track.h b/src/mvc/track.h index 14c3028..dd61ccd 100644 --- a/src/mvc/track.h +++ b/src/mvc/track.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/treeview.cpp b/src/mvc/treeview.cpp index 3535eb3..ea3ffa7 100644 --- a/src/mvc/treeview.cpp +++ b/src/mvc/treeview.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/mvc/treeview.h b/src/mvc/treeview.h index 6f4f463..da3e6a6 100644 --- a/src/mvc/treeview.h +++ b/src/mvc/treeview.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/orm/ormrecord.h b/src/orm/ormrecord.h index fbdfb69..47888f8 100644 --- a/src/orm/ormrecord.h +++ b/src/orm/ormrecord.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/sql/schedulexmlparser.cpp b/src/sql/schedulexmlparser.cpp index c17ba92..8cddd3d 100644 --- a/src/sql/schedulexmlparser.cpp +++ b/src/sql/schedulexmlparser.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/sql/schedulexmlparser.h b/src/sql/schedulexmlparser.h index 5ff3368..ae15a70 100644 --- a/src/sql/schedulexmlparser.h +++ b/src/sql/schedulexmlparser.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/sql/sqlengine.cpp b/src/sql/sqlengine.cpp index edb70f8..9a5bdb1 100644 --- a/src/sql/sqlengine.cpp +++ b/src/sql/sqlengine.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/sql/sqlengine.h b/src/sql/sqlengine.h index a428e74..0a964bf 100644 --- a/src/sql/sqlengine.h +++ b/src/sql/sqlengine.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/test/main.cpp b/src/test/main.cpp index f6bcd6f..a115e12 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/test/mvc/eventtest.cpp b/src/test/mvc/eventtest.cpp index 412b5bb..a6b238a 100644 --- a/src/test/mvc/eventtest.cpp +++ b/src/test/mvc/eventtest.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * diff --git a/src/test/mvc/eventtest.h b/src/test/mvc/eventtest.h index 0da531f..881525d 100644 --- a/src/test/mvc/eventtest.h +++ b/src/test/mvc/eventtest.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * -- 2.39.5