From bba646e3024cf9f4b2f5a06668d0299c95d37b2e Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Wed, 13 Mar 2013 14:02:29 +0100 Subject: [PATCH] Update copyright notice, add where missing --- examples/animation.qml | 6 +++--- examples/bookstore/booklistproxymodel.cpp | 20 ++++++++++++++++++++ examples/bookstore/booklistproxymodel.h | 20 ++++++++++++++++++++ examples/bookstore/booksofauthormodel.cpp | 6 +++--- examples/bookstore/booksofauthormodel.h | 6 +++--- examples/bookstore/bookstore.cpp | 6 +++--- examples/bookstore/bookstore.h | 6 +++--- examples/bookstore/main.cpp | 6 +++--- examples/bookstore/qtquick/main.qml | 6 +++--- examples/bookstore/widgets/main.qml | 6 +++--- examples/browser.qml | 6 +++--- examples/declarativeview.qml | 20 +++++++++++++++++++- examples/declarativeview_qqtest.qml | 20 ++++++++++++++++++++ examples/dialogs.qml | 6 +++--- examples/editor.qml | 6 +++--- examples/filedialog.qml | 6 +++--- examples/gallery.qml | 6 +++--- examples/layouts.qml | 6 +++--- examples/messagebox.qml | 6 +++--- examples/test.qml | 6 +++--- examples/text-editor/editor.cpp | 6 +++--- examples/text-editor/editor.h | 6 +++--- examples/text-editor/main.cpp | 6 +++--- examples/text-editor/main.qml | 6 +++--- lib/abstractdeclarativeobject.cpp | 6 +++--- lib/abstractdeclarativeobject_p.h | 6 +++--- lib/declarativeaction.cpp | 6 +++--- lib/declarativeaction_p.h | 6 +++--- lib/declarativeactionitem.cpp | 6 +++--- lib/declarativeactionitem_p.h | 6 +++--- lib/declarativeboxlayout.cpp | 6 +++--- lib/declarativeboxlayout_p.h | 6 +++--- lib/declarativebuttongroupextension.cpp | 6 +++--- lib/declarativebuttongroupextension_p.h | 6 +++--- lib/declarativecolordialog.cpp | 6 +++--- lib/declarativecolordialog_p.h | 6 +++--- lib/declarativedeclarativecontext.cpp | 6 +++--- lib/declarativedeclarativecontext_p.h | 6 +++--- lib/declarativedeclarativeviewextension.cpp | 6 +++--- lib/declarativedeclarativeviewextension_p.h | 6 +++--- lib/declarativefiledialog.cpp | 6 +++--- lib/declarativefiledialog_p.h | 6 +++--- lib/declarativefontdialog.cpp | 6 +++--- lib/declarativefontdialog_p.h | 6 +++--- lib/declarativeformlayout.cpp | 6 +++--- lib/declarativeformlayout_p.h | 6 +++--- lib/declarativegridlayout.cpp | 6 +++--- lib/declarativegridlayout_p.h | 6 +++--- lib/declarativehboxlayout.cpp | 6 +++--- lib/declarativehboxlayout_p.h | 6 +++--- lib/declarativeinputdialog.cpp | 6 +++--- lib/declarativeinputdialog_p.h | 6 +++--- lib/declarativeitemviewextension.cpp | 6 +++--- lib/declarativeitemviewextension_p.h | 6 +++--- lib/declarativelayoutextension.cpp | 20 ++++++++++++++++++++ lib/declarativelayoutextension.h | 20 ++++++++++++++++++++ lib/declarativemainwindowextension.cpp | 6 +++--- lib/declarativemainwindowextension_p.h | 6 +++--- lib/declarativemenubarextension.cpp | 6 +++--- lib/declarativemenubarextension_p.h | 6 +++--- lib/declarativemenuextension.cpp | 6 +++--- lib/declarativemenuextension_p.h | 6 +++--- lib/declarativemessagebox.cpp | 6 +++--- lib/declarativemessagebox_p.h | 6 +++--- lib/declarativeobjectextension.cpp | 20 ++++++++++++++++++++ lib/declarativeobjectextension.h | 20 ++++++++++++++++++++ lib/declarativeobjectproxy_p.h | 6 +++--- lib/declarativescrollareaextension.cpp | 6 +++--- lib/declarativescrollareaextension_p.h | 6 +++--- lib/declarativeseparator.cpp | 6 +++--- lib/declarativeseparator_p.h | 6 +++--- lib/declarativestackedlayout.cpp | 6 +++--- lib/declarativestackedlayout_p.h | 6 +++--- lib/declarativestackedwidgetextension.cpp | 6 +++--- lib/declarativestackedwidgetextension_p.h | 6 +++--- lib/declarativestatusbar.cpp | 6 +++--- lib/declarativestatusbar_p.h | 6 +++--- lib/declarativetabwidget.cpp | 6 +++--- lib/declarativetabwidget_p.h | 6 +++--- lib/declarativetexteditextension.cpp | 6 +++--- lib/declarativetexteditextension_p.h | 6 +++--- lib/declarativetoolbarextension.cpp | 6 +++--- lib/declarativetoolbarextension_p.h | 6 +++--- lib/declarativevboxlayout.cpp | 6 +++--- lib/declarativevboxlayout_p.h | 6 +++--- lib/declarativewidgetextension.cpp | 20 ++++++++++++++++++++ lib/declarativewidgetextension.h | 20 ++++++++++++++++++++ lib/declarativewidgetsdocument.cpp | 6 +++--- lib/declarativewidgetsdocument.h | 6 +++--- lib/objectadaptors.cpp | 6 +++--- lib/objectadaptors_p.h | 6 +++--- lib/staticdialogmethodattached.cpp | 6 +++--- lib/staticdialogmethodattached_p.h | 6 +++--- main.cpp | 6 +++--- 94 files changed, 451 insertions(+), 253 deletions(-) diff --git a/examples/animation.qml b/examples/animation.qml index 35d2b0d..5893c7d 100644 --- a/examples/animation.qml +++ b/examples/animation.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/booklistproxymodel.cpp b/examples/bookstore/booklistproxymodel.cpp index 88ea68d..f36b4ef 100644 --- a/examples/bookstore/booklistproxymodel.cpp +++ b/examples/bookstore/booklistproxymodel.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #include "booklistproxymodel.h" #include diff --git a/examples/bookstore/booklistproxymodel.h b/examples/bookstore/booklistproxymodel.h index 8946145..c51f97c 100644 --- a/examples/bookstore/booklistproxymodel.h +++ b/examples/bookstore/booklistproxymodel.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #ifndef BOOKLISTPROXYMODEL_H #define BOOKLISTPROXYMODEL_H diff --git a/examples/bookstore/booksofauthormodel.cpp b/examples/bookstore/booksofauthormodel.cpp index 4796687..54cf336 100644 --- a/examples/bookstore/booksofauthormodel.cpp +++ b/examples/bookstore/booksofauthormodel.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/booksofauthormodel.h b/examples/bookstore/booksofauthormodel.h index 1f84e3b..85d5efc 100644 --- a/examples/bookstore/booksofauthormodel.h +++ b/examples/bookstore/booksofauthormodel.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/bookstore.cpp b/examples/bookstore/bookstore.cpp index c2f5d89..c1ff338 100644 --- a/examples/bookstore/bookstore.cpp +++ b/examples/bookstore/bookstore.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/bookstore.h b/examples/bookstore/bookstore.h index a0a3778..6c25104 100644 --- a/examples/bookstore/bookstore.h +++ b/examples/bookstore/bookstore.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/main.cpp b/examples/bookstore/main.cpp index 63f0673..57a7f94 100644 --- a/examples/bookstore/main.cpp +++ b/examples/bookstore/main.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/qtquick/main.qml b/examples/bookstore/qtquick/main.qml index 745f7f5..a460b15 100644 --- a/examples/bookstore/qtquick/main.qml +++ b/examples/bookstore/qtquick/main.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/bookstore/widgets/main.qml b/examples/bookstore/widgets/main.qml index 5053038..bf8f198 100644 --- a/examples/bookstore/widgets/main.qml +++ b/examples/bookstore/widgets/main.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/browser.qml b/examples/browser.qml index f465fab..2d2b207 100644 --- a/examples/browser.qml +++ b/examples/browser.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/declarativeview.qml b/examples/declarativeview.qml index 17e16f1..2926f07 100644 --- a/examples/declarativeview.qml +++ b/examples/declarativeview.qml @@ -1,4 +1,22 @@ -import QtGui 1.0 +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ Widget { VBoxLayout { diff --git a/examples/declarativeview_qqtest.qml b/examples/declarativeview_qqtest.qml index e2a84dd..8a31a91 100644 --- a/examples/declarativeview_qqtest.qml +++ b/examples/declarativeview_qqtest.qml @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + import QtQuick 1.1 Rectangle { diff --git a/examples/dialogs.qml b/examples/dialogs.qml index ce023ee..91c560d 100644 --- a/examples/dialogs.qml +++ b/examples/dialogs.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/editor.qml b/examples/editor.qml index 7c63f8a..343e1c5 100644 --- a/examples/editor.qml +++ b/examples/editor.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/filedialog.qml b/examples/filedialog.qml index bee8847..56e3b0e 100644 --- a/examples/filedialog.qml +++ b/examples/filedialog.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/gallery.qml b/examples/gallery.qml index aa58d3d..24821e4 100644 --- a/examples/gallery.qml +++ b/examples/gallery.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/layouts.qml b/examples/layouts.qml index e1dffaa..cc2d424 100644 --- a/examples/layouts.qml +++ b/examples/layouts.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/messagebox.qml b/examples/messagebox.qml index 7d46c65..03de81e 100644 --- a/examples/messagebox.qml +++ b/examples/messagebox.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/test.qml b/examples/test.qml index fd1e39a..8627793 100644 --- a/examples/test.qml +++ b/examples/test.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/text-editor/editor.cpp b/examples/text-editor/editor.cpp index 9554966..4ed92f6 100644 --- a/examples/text-editor/editor.cpp +++ b/examples/text-editor/editor.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/text-editor/editor.h b/examples/text-editor/editor.h index 9f786a9..6c5e252 100644 --- a/examples/text-editor/editor.h +++ b/examples/text-editor/editor.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/text-editor/main.cpp b/examples/text-editor/main.cpp index f2f20c6..b57e5a3 100644 --- a/examples/text-editor/main.cpp +++ b/examples/text-editor/main.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/examples/text-editor/main.qml b/examples/text-editor/main.qml index 08a4c36..3c4fd73 100644 --- a/examples/text-editor/main.qml +++ b/examples/text-editor/main.qml @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/abstractdeclarativeobject.cpp b/lib/abstractdeclarativeobject.cpp index 14edb6a..f9b608a 100644 --- a/lib/abstractdeclarativeobject.cpp +++ b/lib/abstractdeclarativeobject.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/abstractdeclarativeobject_p.h b/lib/abstractdeclarativeobject_p.h index b49215f..901c3a8 100644 --- a/lib/abstractdeclarativeobject_p.h +++ b/lib/abstractdeclarativeobject_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeaction.cpp b/lib/declarativeaction.cpp index 1b8185c..f91ce30 100644 --- a/lib/declarativeaction.cpp +++ b/lib/declarativeaction.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeaction_p.h b/lib/declarativeaction_p.h index 4542c09..d74b768 100644 --- a/lib/declarativeaction_p.h +++ b/lib/declarativeaction_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeactionitem.cpp b/lib/declarativeactionitem.cpp index 352ff94..40b6abf 100644 --- a/lib/declarativeactionitem.cpp +++ b/lib/declarativeactionitem.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeactionitem_p.h b/lib/declarativeactionitem_p.h index 830ef3d..eb02871 100644 --- a/lib/declarativeactionitem_p.h +++ b/lib/declarativeactionitem_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeboxlayout.cpp b/lib/declarativeboxlayout.cpp index 7300c44..b585eec 100644 --- a/lib/declarativeboxlayout.cpp +++ b/lib/declarativeboxlayout.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeboxlayout_p.h b/lib/declarativeboxlayout_p.h index 9f14059..4f78931 100644 --- a/lib/declarativeboxlayout_p.h +++ b/lib/declarativeboxlayout_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativebuttongroupextension.cpp b/lib/declarativebuttongroupextension.cpp index 994c83e..ff67244 100644 --- a/lib/declarativebuttongroupextension.cpp +++ b/lib/declarativebuttongroupextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativebuttongroupextension_p.h b/lib/declarativebuttongroupextension_p.h index 98b0254..200ea18 100644 --- a/lib/declarativebuttongroupextension_p.h +++ b/lib/declarativebuttongroupextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativecolordialog.cpp b/lib/declarativecolordialog.cpp index 11927fb..92842c5 100644 --- a/lib/declarativecolordialog.cpp +++ b/lib/declarativecolordialog.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativecolordialog_p.h b/lib/declarativecolordialog_p.h index 904b96c..03ccd5d 100644 --- a/lib/declarativecolordialog_p.h +++ b/lib/declarativecolordialog_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativedeclarativecontext.cpp b/lib/declarativedeclarativecontext.cpp index daedc9a..279b9cd 100644 --- a/lib/declarativedeclarativecontext.cpp +++ b/lib/declarativedeclarativecontext.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativedeclarativecontext_p.h b/lib/declarativedeclarativecontext_p.h index 166f0a9..6f756be 100644 --- a/lib/declarativedeclarativecontext_p.h +++ b/lib/declarativedeclarativecontext_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativedeclarativeviewextension.cpp b/lib/declarativedeclarativeviewextension.cpp index f93c4af..435c7af 100644 --- a/lib/declarativedeclarativeviewextension.cpp +++ b/lib/declarativedeclarativeviewextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativedeclarativeviewextension_p.h b/lib/declarativedeclarativeviewextension_p.h index 1fa91c7..c002dff 100644 --- a/lib/declarativedeclarativeviewextension_p.h +++ b/lib/declarativedeclarativeviewextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativefiledialog.cpp b/lib/declarativefiledialog.cpp index 9696448..ef5ee68 100644 --- a/lib/declarativefiledialog.cpp +++ b/lib/declarativefiledialog.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativefiledialog_p.h b/lib/declarativefiledialog_p.h index 3f632d1..ce5e192 100644 --- a/lib/declarativefiledialog_p.h +++ b/lib/declarativefiledialog_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativefontdialog.cpp b/lib/declarativefontdialog.cpp index c379037..02dd550 100644 --- a/lib/declarativefontdialog.cpp +++ b/lib/declarativefontdialog.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativefontdialog_p.h b/lib/declarativefontdialog_p.h index 599cb30..5250df4 100644 --- a/lib/declarativefontdialog_p.h +++ b/lib/declarativefontdialog_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeformlayout.cpp b/lib/declarativeformlayout.cpp index 45702e6..03684eb 100644 --- a/lib/declarativeformlayout.cpp +++ b/lib/declarativeformlayout.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeformlayout_p.h b/lib/declarativeformlayout_p.h index 776ef73..31b41db 100644 --- a/lib/declarativeformlayout_p.h +++ b/lib/declarativeformlayout_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativegridlayout.cpp b/lib/declarativegridlayout.cpp index cdba55e..34b4634 100644 --- a/lib/declarativegridlayout.cpp +++ b/lib/declarativegridlayout.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativegridlayout_p.h b/lib/declarativegridlayout_p.h index 838ea7b..ab5833b 100644 --- a/lib/declarativegridlayout_p.h +++ b/lib/declarativegridlayout_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativehboxlayout.cpp b/lib/declarativehboxlayout.cpp index 6d58eb1..615947f 100644 --- a/lib/declarativehboxlayout.cpp +++ b/lib/declarativehboxlayout.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativehboxlayout_p.h b/lib/declarativehboxlayout_p.h index 8b3b626..03afa4f 100644 --- a/lib/declarativehboxlayout_p.h +++ b/lib/declarativehboxlayout_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeinputdialog.cpp b/lib/declarativeinputdialog.cpp index 2ae9e58..cfdce81 100644 --- a/lib/declarativeinputdialog.cpp +++ b/lib/declarativeinputdialog.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeinputdialog_p.h b/lib/declarativeinputdialog_p.h index b5851d8..925e4d9 100644 --- a/lib/declarativeinputdialog_p.h +++ b/lib/declarativeinputdialog_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeitemviewextension.cpp b/lib/declarativeitemviewextension.cpp index d6efbb5..cc9b553 100644 --- a/lib/declarativeitemviewextension.cpp +++ b/lib/declarativeitemviewextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeitemviewextension_p.h b/lib/declarativeitemviewextension_p.h index d185241..90c3963 100644 --- a/lib/declarativeitemviewextension_p.h +++ b/lib/declarativeitemviewextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativelayoutextension.cpp b/lib/declarativelayoutextension.cpp index 8b3d70d..a6570be 100644 --- a/lib/declarativelayoutextension.cpp +++ b/lib/declarativelayoutextension.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #include "declarativelayoutextension.h" #include diff --git a/lib/declarativelayoutextension.h b/lib/declarativelayoutextension.h index bcc28d6..2246c63 100644 --- a/lib/declarativelayoutextension.h +++ b/lib/declarativelayoutextension.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #ifndef DECLARATIVELAYOUTEXTENSION_H #define DECLARATIVELAYOUTEXTENSION_H diff --git a/lib/declarativemainwindowextension.cpp b/lib/declarativemainwindowextension.cpp index fdaa7ab..a39a564 100644 --- a/lib/declarativemainwindowextension.cpp +++ b/lib/declarativemainwindowextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemainwindowextension_p.h b/lib/declarativemainwindowextension_p.h index 8748508..dd68886 100644 --- a/lib/declarativemainwindowextension_p.h +++ b/lib/declarativemainwindowextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemenubarextension.cpp b/lib/declarativemenubarextension.cpp index 6de27d8..14a98ff 100644 --- a/lib/declarativemenubarextension.cpp +++ b/lib/declarativemenubarextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemenubarextension_p.h b/lib/declarativemenubarextension_p.h index 859fec6..dc94ef0 100644 --- a/lib/declarativemenubarextension_p.h +++ b/lib/declarativemenubarextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemenuextension.cpp b/lib/declarativemenuextension.cpp index 42d3fe5..8869406 100644 --- a/lib/declarativemenuextension.cpp +++ b/lib/declarativemenuextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemenuextension_p.h b/lib/declarativemenuextension_p.h index 52ebcc4..0c2be3f 100644 --- a/lib/declarativemenuextension_p.h +++ b/lib/declarativemenuextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemessagebox.cpp b/lib/declarativemessagebox.cpp index 30e3aa7..1f542fb 100644 --- a/lib/declarativemessagebox.cpp +++ b/lib/declarativemessagebox.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativemessagebox_p.h b/lib/declarativemessagebox_p.h index 0becb91..bb9ccf4 100644 --- a/lib/declarativemessagebox_p.h +++ b/lib/declarativemessagebox_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeobjectextension.cpp b/lib/declarativeobjectextension.cpp index 92922d1..f6e730f 100644 --- a/lib/declarativeobjectextension.cpp +++ b/lib/declarativeobjectextension.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #include "declarativeobjectextension.h" DeclarativeObjectExtension::DeclarativeObjectExtension(QObject *parent) diff --git a/lib/declarativeobjectextension.h b/lib/declarativeobjectextension.h index d5e2908..326bffa 100644 --- a/lib/declarativeobjectextension.h +++ b/lib/declarativeobjectextension.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #ifndef DECLARATIVEOBJECTEXTENSION_H #define DECLARATIVEOBJECTEXTENSION_H diff --git a/lib/declarativeobjectproxy_p.h b/lib/declarativeobjectproxy_p.h index 62e328a..da9fd2c 100644 --- a/lib/declarativeobjectproxy_p.h +++ b/lib/declarativeobjectproxy_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativescrollareaextension.cpp b/lib/declarativescrollareaextension.cpp index e03af76..b5f586e 100644 --- a/lib/declarativescrollareaextension.cpp +++ b/lib/declarativescrollareaextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativescrollareaextension_p.h b/lib/declarativescrollareaextension_p.h index cc33c1c..f287f7c 100644 --- a/lib/declarativescrollareaextension_p.h +++ b/lib/declarativescrollareaextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeseparator.cpp b/lib/declarativeseparator.cpp index 7d1def8..f63866e 100644 --- a/lib/declarativeseparator.cpp +++ b/lib/declarativeseparator.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativeseparator_p.h b/lib/declarativeseparator_p.h index 1ba9132..6291e55 100644 --- a/lib/declarativeseparator_p.h +++ b/lib/declarativeseparator_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativestackedlayout.cpp b/lib/declarativestackedlayout.cpp index e54ac06..9fc8bc3 100644 --- a/lib/declarativestackedlayout.cpp +++ b/lib/declarativestackedlayout.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativestackedlayout_p.h b/lib/declarativestackedlayout_p.h index fb58800..c05a209 100644 --- a/lib/declarativestackedlayout_p.h +++ b/lib/declarativestackedlayout_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativestackedwidgetextension.cpp b/lib/declarativestackedwidgetextension.cpp index 1a591ba..97b6011 100644 --- a/lib/declarativestackedwidgetextension.cpp +++ b/lib/declarativestackedwidgetextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativestackedwidgetextension_p.h b/lib/declarativestackedwidgetextension_p.h index bfbc214..2c3226c 100644 --- a/lib/declarativestackedwidgetextension_p.h +++ b/lib/declarativestackedwidgetextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativestatusbar.cpp b/lib/declarativestatusbar.cpp index a393a82..7532f51 100644 --- a/lib/declarativestatusbar.cpp +++ b/lib/declarativestatusbar.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativestatusbar_p.h b/lib/declarativestatusbar_p.h index 8507610..2665fe4 100644 --- a/lib/declarativestatusbar_p.h +++ b/lib/declarativestatusbar_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativetabwidget.cpp b/lib/declarativetabwidget.cpp index 69e88a3..86af482 100644 --- a/lib/declarativetabwidget.cpp +++ b/lib/declarativetabwidget.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativetabwidget_p.h b/lib/declarativetabwidget_p.h index 888e0ed..16638d6 100644 --- a/lib/declarativetabwidget_p.h +++ b/lib/declarativetabwidget_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativetexteditextension.cpp b/lib/declarativetexteditextension.cpp index 8f8d130..216bfff 100644 --- a/lib/declarativetexteditextension.cpp +++ b/lib/declarativetexteditextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativetexteditextension_p.h b/lib/declarativetexteditextension_p.h index e970857..3585c04 100644 --- a/lib/declarativetexteditextension_p.h +++ b/lib/declarativetexteditextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativetoolbarextension.cpp b/lib/declarativetoolbarextension.cpp index a7dccc3..5ad734a 100644 --- a/lib/declarativetoolbarextension.cpp +++ b/lib/declarativetoolbarextension.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativetoolbarextension_p.h b/lib/declarativetoolbarextension_p.h index 5362fe1..01e37d0 100644 --- a/lib/declarativetoolbarextension_p.h +++ b/lib/declarativetoolbarextension_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativevboxlayout.cpp b/lib/declarativevboxlayout.cpp index b078b47..50e2d4e 100644 --- a/lib/declarativevboxlayout.cpp +++ b/lib/declarativevboxlayout.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativevboxlayout_p.h b/lib/declarativevboxlayout_p.h index 0bf2d40..7913a1c 100644 --- a/lib/declarativevboxlayout_p.h +++ b/lib/declarativevboxlayout_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativewidgetextension.cpp b/lib/declarativewidgetextension.cpp index c6b7654..bb39dae 100644 --- a/lib/declarativewidgetextension.cpp +++ b/lib/declarativewidgetextension.cpp @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #include "declarativewidgetextension.h" #include "declarativeactionitem_p.h" diff --git a/lib/declarativewidgetextension.h b/lib/declarativewidgetextension.h index 420ff25..967422e 100644 --- a/lib/declarativewidgetextension.h +++ b/lib/declarativewidgetextension.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + #ifndef DECLARATIVEWIDGETEXTENSION_H #define DECLARATIVEWIDGETEXTENSION_H diff --git a/lib/declarativewidgetsdocument.cpp b/lib/declarativewidgetsdocument.cpp index 6c35c01..6368e6b 100644 --- a/lib/declarativewidgetsdocument.cpp +++ b/lib/declarativewidgetsdocument.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/declarativewidgetsdocument.h b/lib/declarativewidgetsdocument.h index 37dc3da..5d39a93 100644 --- a/lib/declarativewidgetsdocument.h +++ b/lib/declarativewidgetsdocument.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/objectadaptors.cpp b/lib/objectadaptors.cpp index 8f6bb12..3e90b20 100644 --- a/lib/objectadaptors.cpp +++ b/lib/objectadaptors.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/objectadaptors_p.h b/lib/objectadaptors_p.h index 249d734..afec3db 100644 --- a/lib/objectadaptors_p.h +++ b/lib/objectadaptors_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/staticdialogmethodattached.cpp b/lib/staticdialogmethodattached.cpp index cbd38d6..34401ce 100644 --- a/lib/staticdialogmethodattached.cpp +++ b/lib/staticdialogmethodattached.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/lib/staticdialogmethodattached_p.h b/lib/staticdialogmethodattached_p.h index 853d957..3d66c54 100644 --- a/lib/staticdialogmethodattached_p.h +++ b/lib/staticdialogmethodattached_p.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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/main.cpp b/main.cpp index 5531d0e..bb0f566 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ /* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com + Copyright (C) 2012-2013 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Kevin Krammer, kevin.krammer@kdab.com + Author: Tobias Koenig, tobias.koenig@kdab.com 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 -- 1.7.2.5