From 080dc7d603d45ba0662aa731418993ddd45b5fe8 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Wed, 24 Apr 2024 21:27:32 +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 4ca7dc6..060ac5f 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-2021, Philipp Spitzer, gregor herrmann, Stefan Strahl + Copyright (C) 2011-2024, 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 1234684..8751f9f 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-2021, Philipp Spitzer - Copyright (C) 2011-2021, gregor herrmann - Copyright (C) 2011-2021, Stefan Strahl + Copyright (C) 2011-2024, Philipp Spitzer + Copyright (C) 2011-2024, gregor herrmann + Copyright (C) 2011-2024, 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 7da11b5..cf13de1 100644 --- a/src/alarm/alarm.cpp +++ b/src/alarm/alarm.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 93388d1..270850d 100644 --- a/src/alarm/alarm.h +++ b/src/alarm/alarm.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 3a125a1..8bf23a8 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 2f4e1c2..0d5b1c7 100644 --- a/src/app/application.h +++ b/src/app/application.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 f21e17b..8a17ba7 100644 --- a/src/app/appsettings.cpp +++ b/src/app/appsettings.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 439d896..c4852ca 100644 --- a/src/app/appsettings.h +++ b/src/app/appsettings.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 45250a5..e67abfb 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 e2f6b35..bbc521d 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-2021 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-2024 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 927a2f8..d93deee 100644 --- a/src/gui/conferenceeditor.cpp +++ b/src/gui/conferenceeditor.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 903454a..0ba4047 100644 --- a/src/gui/conferenceeditor.h +++ b/src/gui/conferenceeditor.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 b1b88ea..ba55d97 100644 --- a/src/gui/conflictdialogcontainer.cpp +++ b/src/gui/conflictdialogcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 9adbbfe..f71655c 100644 --- a/src/gui/conflictdialogcontainer.h +++ b/src/gui/conflictdialogcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 d467c9a..433e60c 100644 --- a/src/gui/conflictsdialog.cpp +++ b/src/gui/conflictsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 33a4979..07f9003 100644 --- a/src/gui/conflictsdialog.h +++ b/src/gui/conflictsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 dda40a6..1b61efd 100644 --- a/src/gui/daynavigatorwidget.cpp +++ b/src/gui/daynavigatorwidget.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 9277962..d82dc02 100644 --- a/src/gui/daynavigatorwidget.h +++ b/src/gui/daynavigatorwidget.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 5427fd8..8daaaf3 100644 --- a/src/gui/dayviewtabcontainer.cpp +++ b/src/gui/dayviewtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 46fba70..e9297a3 100644 --- a/src/gui/dayviewtabcontainer.h +++ b/src/gui/dayviewtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 40df3a7..e10a3af 100644 --- a/src/gui/errormessage.cpp +++ b/src/gui/errormessage.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 060c736..c791508 100644 --- a/src/gui/errormessage.h +++ b/src/gui/errormessage.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 38d42dd..20a4da4 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 5d16da4..1e4393e 100644 --- a/src/gui/eventdialog.h +++ b/src/gui/eventdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 0bad008..b83de73 100644 --- a/src/gui/favtabcontainer.cpp +++ b/src/gui/favtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 dbe0e35..e3bc9b8 100644 --- a/src/gui/favtabcontainer.h +++ b/src/gui/favtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 6d74823..867f60a 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 4a7f2a7..7a26983 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 df11adc..57804c5 100644 --- a/src/gui/roomstabcontainer.cpp +++ b/src/gui/roomstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 93b5f57..6cbcc9f 100644 --- a/src/gui/roomstabcontainer.h +++ b/src/gui/roomstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 8bec0c6..1bd02fd 100644 --- a/src/gui/searchhead.cpp +++ b/src/gui/searchhead.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 9df49e2..de8ac18 100644 --- a/src/gui/searchhead.h +++ b/src/gui/searchhead.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 443fbbc..5551b0c 100644 --- a/src/gui/searchtabcontainer.cpp +++ b/src/gui/searchtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 dede9d8..4a73c7f 100644 --- a/src/gui/searchtabcontainer.h +++ b/src/gui/searchtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 29dc739..d43c5ee 100644 --- a/src/gui/settingsdialog.cpp +++ b/src/gui/settingsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 14bc912..401e920 100644 --- a/src/gui/settingsdialog.h +++ b/src/gui/settingsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 84aa4a6..0fec8b1 100644 --- a/src/gui/tabcontainer.cpp +++ b/src/gui/tabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 12d21a9..17c7858 100644 --- a/src/gui/tabcontainer.h +++ b/src/gui/tabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 399c7a3..6a17c71 100644 --- a/src/gui/trackstabcontainer.cpp +++ b/src/gui/trackstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 cdc0054..715b090 100644 --- a/src/gui/trackstabcontainer.h +++ b/src/gui/trackstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 2bc15f5..f01afd5 100644 --- a/src/gui/urlinputdialog.cpp +++ b/src/gui/urlinputdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 c132ae9..adf1c59 100644 --- a/src/gui/urlinputdialog.h +++ b/src/gui/urlinputdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 7f95a50..e57692a 100644 --- a/src/mvc/conference.cpp +++ b/src/mvc/conference.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 c2e8657..51b2bd9 100644 --- a/src/mvc/conference.h +++ b/src/mvc/conference.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 a830aca..1976252 100644 --- a/src/mvc/conferencemodel.cpp +++ b/src/mvc/conferencemodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 4ff9ecd..1e8f77d 100644 --- a/src/mvc/conferencemodel.h +++ b/src/mvc/conferencemodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 889f87b..8a487c0 100644 --- a/src/mvc/delegate.cpp +++ b/src/mvc/delegate.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 6ec93e2..83c591d 100644 --- a/src/mvc/delegate.h +++ b/src/mvc/delegate.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 719b4d9..acebaae 100644 --- a/src/mvc/event.cpp +++ b/src/mvc/event.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 0834124..8cfd3c3 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 c92a76d..a140efd 100644 --- a/src/mvc/eventmodel.cpp +++ b/src/mvc/eventmodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 04f2e00..1439edb 100644 --- a/src/mvc/eventmodel.h +++ b/src/mvc/eventmodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 f4e5218..ffb77d7 100644 --- a/src/mvc/room.cpp +++ b/src/mvc/room.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 4804a75..c65539f 100644 --- a/src/mvc/room.h +++ b/src/mvc/room.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 f828cdd..f7893e8 100644 --- a/src/mvc/track.cpp +++ b/src/mvc/track.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 dd61ccd..a2a5ba2 100644 --- a/src/mvc/track.h +++ b/src/mvc/track.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 ea3ffa7..dfce255 100644 --- a/src/mvc/treeview.cpp +++ b/src/mvc/treeview.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 da3e6a6..aabfc31 100644 --- a/src/mvc/treeview.h +++ b/src/mvc/treeview.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 47888f8..32a4d5e 100644 --- a/src/orm/ormrecord.h +++ b/src/orm/ormrecord.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 f758727..4731731 100644 --- a/src/sql/schedulexmlparser.cpp +++ b/src/sql/schedulexmlparser.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 ffb340d..5c7c1cf 100644 --- a/src/sql/schedulexmlparser.h +++ b/src/sql/schedulexmlparser.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 2d8672c..42e5221 100644 --- a/src/sql/sqlengine.cpp +++ b/src/sql/sqlengine.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 097a9a6..36666f9 100644 --- a/src/sql/sqlengine.h +++ b/src/sql/sqlengine.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 a115e12..519716d 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 a6b238a..c85e69c 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-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 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 881525d..ed76fbd 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-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2024 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * -- 2.39.5