Move sponsoring note outside of SPDX-FileCopyrightText statement

remotes/origin/work/irc-switch
Alexander Lohnau 5 years ago
parent 3c5cfc8abc
commit 24c75071be
  1. 5
      autotests/documenttest.cpp
  2. 5
      autotests/parttest.cpp
  3. 5
      core/document.h
  4. 5
      core/documentcommands.cpp
  5. 5
      core/documentcommands_p.h
  6. 5
      core/generator.cpp
  7. 5
      core/generator.h
  8. 5
      core/generator_p.h
  9. 5
      core/observer.h
  10. 5
      core/page.cpp
  11. 5
      core/page.h
  12. 5
      core/page_p.h
  13. 5
      generators/kimgio/generator_kimgio.cpp
  14. 5
      generators/kimgio/generator_kimgio.h
  15. 5
      generators/poppler/annots.cpp
  16. 5
      generators/poppler/annots.h
  17. 5
      generators/poppler/generator_pdf.cpp
  18. 5
      generators/poppler/generator_pdf.h
  19. 5
      part/annotationmodel.cpp
  20. 5
      part/annotwindow.cpp
  21. 5
      part/annotwindow.h
  22. 5
      part/formwidgets.cpp
  23. 5
      part/formwidgets.h
  24. 5
      part/pageview.cpp
  25. 5
      part/pageview.h
  26. 5
      part/pageviewmouseannotation.cpp
  27. 5
      part/pageviewmouseannotation.h
  28. 5
      part/pageviewutils.cpp
  29. 5
      part/pageviewutils.h
  30. 5
      part/part.cpp
  31. 5
      part/part.h
  32. 5
      shell/shell.cpp

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2013 Fabio D 'Urso <fabiodurso@hotmail.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2013 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2004-2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2004-2008 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2013 Jon Mease <jon.mease@gmail.com>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2013 Jon Mease <jon.mease@gmail.com>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2005 Piotr Szymanski <niedakh@gmail.com>
SPDX-FileCopyrightText: 2008 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -2,9 +2,8 @@
SPDX-FileCopyrightText: 2004-5 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2005 Piotr Szymanski <niedakh@gmail.com>
SPDX-FileCopyrightText: 2008 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2007 Tobias Koenig <tokoe@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2005 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2004 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2004 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2004 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2007 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -2,9 +2,8 @@
SPDX-FileCopyrightText: 2005 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2006-2007 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2006-2007 Tobias Koenig <tokoe@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2005 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2008 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2012 Guillermo A. Amaral B. <gamaral@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2012 Fabio D 'Urso <fabiodurso@hotmail.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -2,9 +2,8 @@
SPDX-FileCopyrightText: 2004-2008 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2004 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2012 Guillermo A. Amaral B. <gamaral@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-FileCopyrightText: 2019 Oliver Sander <oliver.sander@tu-dresden.de>
SPDX-License-Identifier: GPL-2.0-or-later

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2004-2008 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2004 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2006 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2006 Chu Xiaodong <xiaodongchu@gmail.com>
SPDX-FileCopyrightText: 2006 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2006 Chu Xiaodong <xiaodongchu@gmail.com>
SPDX-FileCopyrightText: 2006 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2007 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-FileCopyrightText: 2018 Intevation GmbH <intevation@intevation.de>
SPDX-License-Identifier: GPL-2.0-or-later

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2007 Pino Toscano <pino@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2004-2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2004-2006 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
With portions of code from kpdf/kpdf_pagewidget.cc by:
SPDX-FileCopyrightText: 2002 Wilco Greven <greven@kde.org>

@ -1,9 +1,8 @@
/*
SPDX-FileCopyrightText: 2004 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2004 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
With portions of code from kpdf/kpdf_pagewidget.h by:
SPDX-FileCopyrightText: 2002 Wilco Greven <greven@kde.org>

@ -2,9 +2,8 @@
SPDX-FileCopyrightText: 2017 Tobias Deiminger <haxtibal@t-online.de>
SPDX-FileCopyrightText: 2004-2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2004-2006 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
With portions of code from kpdf/kpdf_pagewidget.cc by:
SPDX-FileCopyrightText: 2002 Wilco Greven <greven@kde.org>

@ -2,9 +2,8 @@
SPDX-FileCopyrightText: 2017 Tobias Deiminger <haxtibal@t-online.de>
SPDX-FileCopyrightText: 2004-2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2004-2006 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
With portions of code from kpdf/kpdf_pagewidget.cc by:
SPDX-FileCopyrightText: 2002 Wilco Greven <greven@kde.org>

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2004-2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,8 +1,7 @@
/*
SPDX-FileCopyrightText: 2004-2005 Enrico Ros <eros.kde@email.it>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -14,9 +14,8 @@
SPDX-FileCopyrightText: 2004 Waldo Bastian <bastian@kde.org>
SPDX-FileCopyrightText: 2004-2008 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2004 Antti Markus <antti.markus@starman.ee>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -6,9 +6,8 @@
SPDX-FileCopyrightText: 2003 Laurent Montel <montel@kde.org>
SPDX-FileCopyrightText: 2004 Dominique Devriese <devriese@kde.org>
SPDX-FileCopyrightText: 2004-2007 Albert Astals Cid <aacid@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -10,9 +10,8 @@
SPDX-FileCopyrightText: 2003 Malcolm Hunter <malcolm.hunter@gmx.co.uk>
SPDX-FileCopyrightText: 2004 Dominique Devriese <devriese@kde.org>
SPDX-FileCopyrightText: 2004 Dirk Mueller <mueller@kde.org>
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group
company, info@kdab.com. Work sponsored by the
LiMux project of the city of Munich
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
Work sponsored by the LiMux project of the city of Munich
SPDX-License-Identifier: GPL-2.0-or-later
*/

Loading…
Cancel
Save