From 11f3f87d393db53a8e455128afb5ccc0f6e02292 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 11 Sep 2014 16:42:19 +0000 Subject: [PATCH] Update copyright notices. --- 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 fafda23..e5a39bb 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-2013, Philipp Spitzer, gregor herrmann, Stefan Strahl + Copyright (C) 2011-2014, 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 da2e75a..c6a61fc 100644 --- a/data/confclerk.pod +++ b/data/confclerk.pod @@ -65,9 +65,9 @@ F<~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite>. =head2 Main code Copyright (C) 2010 Ixonos Plc. - Copyright (C) 2011-2013, Philipp Spitzer - Copyright (C) 2011-2013, gregor herrmann - Copyright (C) 2011-2013, Stefan Strahl + Copyright (C) 2011-2014, Philipp Spitzer + Copyright (C) 2011-2014, gregor herrmann + Copyright (C) 2011-2014, 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 6f8f2f5..a25971c 100644 --- a/src/alarm/alarm.cpp +++ b/src/alarm/alarm.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 25f4e6f..e41008d 100644 --- a/src/alarm/alarm.h +++ b/src/alarm/alarm.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 baa86ef..db63e3a 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 db33795..51225c1 100644 --- a/src/app/application.h +++ b/src/app/application.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 f204bb6..642aefb 100644 --- a/src/app/appsettings.cpp +++ b/src/app/appsettings.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 38149c9..97f2434 100644 --- a/src/app/appsettings.h +++ b/src/app/appsettings.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 d7df6bc..4721306 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 99fee95..9b92d17 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-2013 Philipp Spitzer &amp; gregor herrmann</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-2014 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 b61aa48..13d4add 100644 --- a/src/gui/conferenceeditor.cpp +++ b/src/gui/conferenceeditor.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 6d39b74..a3d1983 100644 --- a/src/gui/conferenceeditor.h +++ b/src/gui/conferenceeditor.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 25ba50f..361cbf0 100644 --- a/src/gui/conflictdialogcontainer.cpp +++ b/src/gui/conflictdialogcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 99f1f3c..35c72e8 100644 --- a/src/gui/conflictdialogcontainer.h +++ b/src/gui/conflictdialogcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 9fcb9c2..d153d3e 100644 --- a/src/gui/conflictsdialog.cpp +++ b/src/gui/conflictsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 ae4a595..4b71fd2 100644 --- a/src/gui/conflictsdialog.h +++ b/src/gui/conflictsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 50e1129..cd7698d 100644 --- a/src/gui/daynavigatorwidget.cpp +++ b/src/gui/daynavigatorwidget.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 eb11acf..577f0be 100644 --- a/src/gui/daynavigatorwidget.h +++ b/src/gui/daynavigatorwidget.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 4a7faac..9607689 100644 --- a/src/gui/dayviewtabcontainer.cpp +++ b/src/gui/dayviewtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 933077e..b0448ce 100644 --- a/src/gui/dayviewtabcontainer.h +++ b/src/gui/dayviewtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 6fa8336..dbac21a 100644 --- a/src/gui/errormessage.cpp +++ b/src/gui/errormessage.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 c3051db..16a30ba 100644 --- a/src/gui/errormessage.h +++ b/src/gui/errormessage.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 6b51733..466cd69 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 7640f35..82eff01 100644 --- a/src/gui/eventdialog.h +++ b/src/gui/eventdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 034af37..8dab56f 100644 --- a/src/gui/favtabcontainer.cpp +++ b/src/gui/favtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 dd264ce..ba0820f 100644 --- a/src/gui/favtabcontainer.h +++ b/src/gui/favtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 567942f..896f160 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 488dede..7f1c764 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 6d23c7b..eb0e769 100644 --- a/src/gui/roomstabcontainer.cpp +++ b/src/gui/roomstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 9cb1790..9920cc4 100644 --- a/src/gui/roomstabcontainer.h +++ b/src/gui/roomstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 4f53c44..75650d7 100644 --- a/src/gui/searchhead.cpp +++ b/src/gui/searchhead.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 5afacbf..c423993 100644 --- a/src/gui/searchhead.h +++ b/src/gui/searchhead.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 7cebadd..b0fcb9c 100644 --- a/src/gui/searchtabcontainer.cpp +++ b/src/gui/searchtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 f6e4809..dfeb836 100644 --- a/src/gui/searchtabcontainer.h +++ b/src/gui/searchtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 7ed770c..d807e39 100644 --- a/src/gui/settingsdialog.cpp +++ b/src/gui/settingsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 0b6d22b..d94c8d7 100644 --- a/src/gui/settingsdialog.h +++ b/src/gui/settingsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 7ceb718..e5d7b57 100644 --- a/src/gui/tabcontainer.cpp +++ b/src/gui/tabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 d8277c0..16cd43b 100644 --- a/src/gui/tabcontainer.h +++ b/src/gui/tabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 45288c6..1ee9e21 100644 --- a/src/gui/trackstabcontainer.cpp +++ b/src/gui/trackstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 09498f2..ee3915a 100644 --- a/src/gui/trackstabcontainer.h +++ b/src/gui/trackstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 d5a5cf2..5a6e166 100644 --- a/src/gui/urlinputdialog.cpp +++ b/src/gui/urlinputdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 199922e..4854dfd 100644 --- a/src/gui/urlinputdialog.h +++ b/src/gui/urlinputdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 7e7558d..46858b3 100644 --- a/src/mvc/conference.cpp +++ b/src/mvc/conference.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 51dee99..f6817cc 100644 --- a/src/mvc/conference.h +++ b/src/mvc/conference.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 f8688c1..ce344c3 100644 --- a/src/mvc/conferencemodel.cpp +++ b/src/mvc/conferencemodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 fe0f242..b7a4d6c 100644 --- a/src/mvc/conferencemodel.h +++ b/src/mvc/conferencemodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 5551be3..054c53e 100644 --- a/src/mvc/delegate.cpp +++ b/src/mvc/delegate.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 e4f2549..6855e24 100644 --- a/src/mvc/delegate.h +++ b/src/mvc/delegate.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 6b89b3b..227c57d 100644 --- a/src/mvc/event.cpp +++ b/src/mvc/event.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 101e8f6..befe506 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 139d330..ebc821d 100644 --- a/src/mvc/eventmodel.cpp +++ b/src/mvc/eventmodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 4d89925..7aa2202 100644 --- a/src/mvc/eventmodel.h +++ b/src/mvc/eventmodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 5a894c4..f823610 100644 --- a/src/mvc/room.cpp +++ b/src/mvc/room.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 613a514..f0820a7 100644 --- a/src/mvc/room.h +++ b/src/mvc/room.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 ae77d19..769ec97 100644 --- a/src/mvc/track.cpp +++ b/src/mvc/track.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 384f4bd..2a1d78b 100644 --- a/src/mvc/track.h +++ b/src/mvc/track.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 74ee119..0731263 100644 --- a/src/mvc/treeview.cpp +++ b/src/mvc/treeview.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 6d27f81..b591679 100644 --- a/src/mvc/treeview.h +++ b/src/mvc/treeview.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 8357b6b..fe5d58d 100644 --- a/src/orm/ormrecord.h +++ b/src/orm/ormrecord.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 80531f8..699c7b6 100644 --- a/src/sql/schedulexmlparser.cpp +++ b/src/sql/schedulexmlparser.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 fd1a1ad..f7401a9 100644 --- a/src/sql/schedulexmlparser.h +++ b/src/sql/schedulexmlparser.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 0c16ab7..a10a97b 100644 --- a/src/sql/sqlengine.cpp +++ b/src/sql/sqlengine.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 7348ec8..17e2587 100644 --- a/src/sql/sqlengine.h +++ b/src/sql/sqlengine.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 ce9b559..52f03ec 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 2f3c8fe..e760d85 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-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 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 656024c..ae1ce44 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-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2014 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * -- 2.39.5