From 83481c684518420be3c2d2c604ba85b2e72be9e4 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Fri, 19 Apr 2013 17:19:57 +0000 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 20b7e9b..73d8840 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-2012, Philipp Spitzer, gregor herrmann, Stefan Strahl + Copyright (C) 2011-2013, 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 4704905..a1a2d55 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-2012, Philipp Spitzer - Copyright (C) 2011-2012, gregor herrmann - Copyright (C) 2011-2012, Stefan Strahl + Copyright (C) 2011-2013, Philipp Spitzer + Copyright (C) 2011-2013, gregor herrmann + Copyright (C) 2011-2013, 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 4805a8a..4f55a7c 100644 --- a/src/alarm/alarm.cpp +++ b/src/alarm/alarm.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 e0d45cd..25f4e6f 100644 --- a/src/alarm/alarm.h +++ b/src/alarm/alarm.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 b903498..baa86ef 100644 --- a/src/app/application.cpp +++ b/src/app/application.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 84f9df2..db33795 100644 --- a/src/app/application.h +++ b/src/app/application.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 3d369ba..f204bb6 100644 --- a/src/app/appsettings.cpp +++ b/src/app/appsettings.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 892e142..38149c9 100644 --- a/src/app/appsettings.h +++ b/src/app/appsettings.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 277cd6b..17aca5b 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 ee39ef4..99fee95 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-2012 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-2013 Philipp Spitzer &amp; gregor herrmann</p></body></html> Qt::RichText diff --git a/src/gui/conferenceeditor.cpp b/src/gui/conferenceeditor.cpp index bfc736a..b61aa48 100644 --- a/src/gui/conferenceeditor.cpp +++ b/src/gui/conferenceeditor.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 9b602b4..6d39b74 100644 --- a/src/gui/conferenceeditor.h +++ b/src/gui/conferenceeditor.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 f0f3ed5..25ba50f 100644 --- a/src/gui/conflictdialogcontainer.cpp +++ b/src/gui/conflictdialogcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 b7dad73..99f1f3c 100644 --- a/src/gui/conflictdialogcontainer.h +++ b/src/gui/conflictdialogcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 187e2a3..9fcb9c2 100644 --- a/src/gui/conflictsdialog.cpp +++ b/src/gui/conflictsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 fa79c67..ae4a595 100644 --- a/src/gui/conflictsdialog.h +++ b/src/gui/conflictsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 3e6a033..50e1129 100644 --- a/src/gui/daynavigatorwidget.cpp +++ b/src/gui/daynavigatorwidget.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 889e0db..eb11acf 100644 --- a/src/gui/daynavigatorwidget.h +++ b/src/gui/daynavigatorwidget.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 5688053..4a7faac 100644 --- a/src/gui/dayviewtabcontainer.cpp +++ b/src/gui/dayviewtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 d88d79a..933077e 100644 --- a/src/gui/dayviewtabcontainer.h +++ b/src/gui/dayviewtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 1c28913..6fa8336 100644 --- a/src/gui/errormessage.cpp +++ b/src/gui/errormessage.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 731aa1b..c3051db 100644 --- a/src/gui/errormessage.h +++ b/src/gui/errormessage.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 a41d794..a61f484 100644 --- a/src/gui/eventdialog.cpp +++ b/src/gui/eventdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 54cda47..7640f35 100644 --- a/src/gui/eventdialog.h +++ b/src/gui/eventdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 1d13e40..034af37 100644 --- a/src/gui/favtabcontainer.cpp +++ b/src/gui/favtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 1622027..dd264ce 100644 --- a/src/gui/favtabcontainer.h +++ b/src/gui/favtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 c01b4f4..487fd5f 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 613116c..ccc3506 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 9a53cfe..6d23c7b 100644 --- a/src/gui/roomstabcontainer.cpp +++ b/src/gui/roomstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 6e05d2e..9cb1790 100644 --- a/src/gui/roomstabcontainer.h +++ b/src/gui/roomstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 6864c05..4f53c44 100644 --- a/src/gui/searchhead.cpp +++ b/src/gui/searchhead.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 2f284dd..5afacbf 100644 --- a/src/gui/searchhead.h +++ b/src/gui/searchhead.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 2a34d75..7cebadd 100644 --- a/src/gui/searchtabcontainer.cpp +++ b/src/gui/searchtabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 c835f56..f6e4809 100644 --- a/src/gui/searchtabcontainer.h +++ b/src/gui/searchtabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 9fd6dd9..7ed770c 100644 --- a/src/gui/settingsdialog.cpp +++ b/src/gui/settingsdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 59dcf0c..0b6d22b 100644 --- a/src/gui/settingsdialog.h +++ b/src/gui/settingsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 a0e5090..7ceb718 100644 --- a/src/gui/tabcontainer.cpp +++ b/src/gui/tabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 35b6fdd..d8277c0 100644 --- a/src/gui/tabcontainer.h +++ b/src/gui/tabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 52d3cab..45288c6 100644 --- a/src/gui/trackstabcontainer.cpp +++ b/src/gui/trackstabcontainer.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 abaab09..09498f2 100644 --- a/src/gui/trackstabcontainer.h +++ b/src/gui/trackstabcontainer.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 b7cc5fc..d5a5cf2 100644 --- a/src/gui/urlinputdialog.cpp +++ b/src/gui/urlinputdialog.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 14e71f2..199922e 100644 --- a/src/gui/urlinputdialog.h +++ b/src/gui/urlinputdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 3ae8914..7e7558d 100644 --- a/src/mvc/conference.cpp +++ b/src/mvc/conference.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 4c7984a..2da6c24 100644 --- a/src/mvc/conference.h +++ b/src/mvc/conference.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 94f6f4b..f8688c1 100644 --- a/src/mvc/conferencemodel.cpp +++ b/src/mvc/conferencemodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 6737ce6..fe0f242 100644 --- a/src/mvc/conferencemodel.h +++ b/src/mvc/conferencemodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 93df5b4..5551be3 100644 --- a/src/mvc/delegate.cpp +++ b/src/mvc/delegate.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 0859b56..e4f2549 100644 --- a/src/mvc/delegate.h +++ b/src/mvc/delegate.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 77f8f8d..3e49764 100644 --- a/src/mvc/event.cpp +++ b/src/mvc/event.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 360772d..101e8f6 100644 --- a/src/mvc/event.h +++ b/src/mvc/event.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 a8fa7e7..8ffb1b4 100644 --- a/src/mvc/eventmodel.cpp +++ b/src/mvc/eventmodel.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 039b877..4d89925 100644 --- a/src/mvc/eventmodel.h +++ b/src/mvc/eventmodel.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 1b2c203..5a894c4 100644 --- a/src/mvc/room.cpp +++ b/src/mvc/room.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 94e168f..613a514 100644 --- a/src/mvc/room.h +++ b/src/mvc/room.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 bb0bf39..ae77d19 100644 --- a/src/mvc/track.cpp +++ b/src/mvc/track.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 aeb3521..384f4bd 100644 --- a/src/mvc/track.h +++ b/src/mvc/track.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 79e0f61..2fd849f 100644 --- a/src/mvc/treeview.cpp +++ b/src/mvc/treeview.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 fde2728..6d27f81 100644 --- a/src/mvc/treeview.h +++ b/src/mvc/treeview.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 e5e6cfa..8357b6b 100644 --- a/src/orm/ormrecord.h +++ b/src/orm/ormrecord.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 8a6df50..80531f8 100644 --- a/src/sql/schedulexmlparser.cpp +++ b/src/sql/schedulexmlparser.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 b219ec2..fd1a1ad 100644 --- a/src/sql/schedulexmlparser.h +++ b/src/sql/schedulexmlparser.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 1061384..88ebc1f 100644 --- a/src/sql/sqlengine.cpp +++ b/src/sql/sqlengine.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 8dc9116..7348ec8 100644 --- a/src/sql/sqlengine.h +++ b/src/sql/sqlengine.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 05be3b3..ce9b559 100644 --- a/src/test/main.cpp +++ b/src/test/main.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 109816e..2f3c8fe 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-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 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 098df80..656024c 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-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2013 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * -- 2.39.5