From fb5d8000b8f5169d57f84b911f5475b9003fa1ae Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 21 Mar 2019 23:48:45 +0100 Subject: Update (C) from last commit --- cpp/poppler-font.cpp | 1 + cpp/poppler-toc-private.h | 1 + cpp/poppler-toc.cpp | 1 + poppler/Annot.cc | 2 +- poppler/FontInfo.cc | 1 + poppler/FontInfo.h | 1 + poppler/Form.cc | 1 + poppler/Form.h | 1 + poppler/Gfx.h | 1 + poppler/GfxState.cc | 2 +- poppler/GfxState.h | 2 +- poppler/GfxState_helpers.h | 1 + poppler/GlobalParams.cc | 1 + poppler/GlobalParams.h | 1 + poppler/GlobalParamsWin.cc | 1 + poppler/JBIG2Stream.cc | 1 + poppler/JBIG2Stream.h | 1 + poppler/Link.cc | 1 + poppler/Link.h | 1 + poppler/OptionalContent.cc | 1 + poppler/OptionalContent.h | 1 + poppler/Outline.cc | 1 + poppler/Outline.h | 1 + poppler/PDFDocFactory.cc | 1 + poppler/PDFDocFactory.h | 1 + poppler/PSOutputDev.cc | 1 + poppler/PSOutputDev.h | 1 + poppler/PageLabelInfo.h | 1 + poppler/PageLabelInfo_p.h | 1 + poppler/TextOutputDev.cc | 1 + poppler/TextOutputDev.h | 1 + poppler/UnicodeMap.cc | 1 + poppler/UnicodeMapFuncs.h | 1 + qt5/src/poppler-annotation-helper.h | 2 +- qt5/src/poppler-document.cc | 1 + qt5/src/poppler-fontinfo.cc | 1 + qt5/src/poppler-optcontent.cc | 1 + qt5/src/poppler-outline.cc | 1 + qt5/src/poppler-page-transition-private.h | 1 + qt5/src/poppler-page.cc | 2 +- qt5/src/poppler-private.cc | 1 + qt5/src/poppler-private.h | 1 + splash/Splash.cc | 1 + splash/SplashBitmap.cc | 1 + splash/SplashBitmap.h | 1 + test/perf-test.cc | 1 + utils/HtmlOutputDev.cc | 1 + utils/HtmlOutputDev.h | 1 + utils/Win32Console.h | 1 + utils/pdfdetach.cc | 1 + utils/pdffonts.cc | 1 + utils/printencodings.cc | 1 + 52 files changed, 52 insertions(+), 5 deletions(-) diff --git a/cpp/poppler-font.cpp b/cpp/poppler-font.cpp index c8cacb80..df795eb9 100644 --- a/cpp/poppler-font.cpp +++ b/cpp/poppler-font.cpp @@ -2,6 +2,7 @@ * Copyright (C) 2009, Pino Toscano * Copyright (C) 2015, Tamas Szekeres * Copyright (C) 2018, Adam Reichold + * Copyright (C) 2019, Oliver Sander * * 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/cpp/poppler-toc-private.h b/cpp/poppler-toc-private.h index 8788992c..01c4963d 100644 --- a/cpp/poppler-toc-private.h +++ b/cpp/poppler-toc-private.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2009, Pino Toscano * Copyright (C) 2018, Albert Astals Cid + * Copyright (C) 2019, Oliver Sander * * 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/cpp/poppler-toc.cpp b/cpp/poppler-toc.cpp index 8d0edb81..4839f890 100644 --- a/cpp/poppler-toc.cpp +++ b/cpp/poppler-toc.cpp @@ -1,6 +1,7 @@ /* * Copyright (C) 2009-2010, Pino Toscano * Copyright (C) 2018, Albert Astals Cid + * Copyright (C) 2019, Oliver Sander * * 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/poppler/Annot.cc b/poppler/Annot.cc index e6788acc..00fc7be2 100644 --- a/poppler/Annot.cc +++ b/poppler/Annot.cc @@ -41,7 +41,7 @@ // Copyright (C) 2018 Adam Reichold // Copyright (C) 2018 Dileep Sankhla // Copyright (C) 2018 Tobias Deiminger -// Copyright (C) 2018 Oliver Sander +// Copyright (C) 2018, 2019 Oliver Sander // Copyright (C) 2019 Umang Malik // // To see a description of the changes please see the Changelog file that diff --git a/poppler/FontInfo.cc b/poppler/FontInfo.cc index 6ed7517f..2b5c7e53 100644 --- a/poppler/FontInfo.cc +++ b/poppler/FontInfo.cc @@ -14,6 +14,7 @@ // Copyright (C) 2012 Fabio D'Urso // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/FontInfo.h b/poppler/FontInfo.h index 3a705686..6394c4ac 100644 --- a/poppler/FontInfo.h +++ b/poppler/FontInfo.h @@ -8,6 +8,7 @@ // Copyright (C) 2009 Pino Toscano // Copyright (C) 2012 Adrian Johnson // Copyright (C) 2013 Thomas Freitag +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Form.cc b/poppler/Form.cc index 691a0d57..4ae176d9 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -24,6 +24,7 @@ // Copyright 2018 Chinmoy Ranjan Pradhan // Copyright 2018 Adam Reichold // Copyright 2018 Nelson Benítez León +// Copyright 2019 Oliver Sander // //======================================================================== diff --git a/poppler/Form.h b/poppler/Form.h index 948dfd6a..9cc82fc8 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -18,6 +18,7 @@ // Copyright 2018 Andre Heinecke // Copyright 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright 2018 Chinmoy Ranjan Pradhan +// Copyright 2019 Oliver Sander // //======================================================================== diff --git a/poppler/Gfx.h b/poppler/Gfx.h index e480ea52..19462e8d 100644 --- a/poppler/Gfx.h +++ b/poppler/Gfx.h @@ -24,6 +24,7 @@ // Copyright (C) 2013 Fabio D'Urso // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc index f492b335..3161e207 100644 --- a/poppler/GfxState.cc +++ b/poppler/GfxState.cc @@ -29,7 +29,7 @@ // Copyright (C) 2013 Fabio D'Urso // Copyright (C) 2015 Adrian Johnson // Copyright (C) 2016 Marek Kasik -// Copyright (C) 2017 Oliver Sander +// Copyright (C) 2017, 2019 Oliver Sander // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Volker Krause // Copyright (C) 2018, 2019 Adam Reichold diff --git a/poppler/GfxState.h b/poppler/GfxState.h index ed06e9fb..3256857e 100644 --- a/poppler/GfxState.h +++ b/poppler/GfxState.h @@ -23,7 +23,7 @@ // Copyright (C) 2011-2014, 2016 Thomas Freitag // Copyright (C) 2013 Lu Wang // Copyright (C) 2015, 2017 Adrian Johnson -// Copyright (C) 2017 Oliver Sander +// Copyright (C) 2017, 2019 Oliver Sander // Copyright (C) 2018 Adam Reichold // // To see a description of the changes please see the Changelog file that diff --git a/poppler/GfxState_helpers.h b/poppler/GfxState_helpers.h index 6e434a65..a527cfeb 100644 --- a/poppler/GfxState_helpers.h +++ b/poppler/GfxState_helpers.h @@ -14,6 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2009, 2011, 2018, 2019 Albert Astals Cid +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc index 0f17bf5e..c76ab1f5 100644 --- a/poppler/GlobalParams.cc +++ b/poppler/GlobalParams.cc @@ -40,6 +40,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold // Copyright (C) 2019 Christian Persch +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h index b20bd4ee..25ad68d9 100644 --- a/poppler/GlobalParams.h +++ b/poppler/GlobalParams.h @@ -27,6 +27,7 @@ // Copyright (C) 2012 Thomas Freitag // Copyright (C) 2013 Jason Crain // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/GlobalParamsWin.cc b/poppler/GlobalParamsWin.cc index 6680d2f9..e4fa6731 100644 --- a/poppler/GlobalParamsWin.cc +++ b/poppler/GlobalParamsWin.cc @@ -12,6 +12,7 @@ // Copyright (C) 2017, 2018 Albert Astals Cid // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2019 Christian Persch + // Copyright (C) 2019 Oliver Sander TODO: instead of a fixed mapping defined in displayFontTab, it could scan the whole fonts directory, parse TTF files and build font diff --git a/poppler/JBIG2Stream.cc b/poppler/JBIG2Stream.cc index 1bb4751c..2da0afef 100644 --- a/poppler/JBIG2Stream.cc +++ b/poppler/JBIG2Stream.cc @@ -25,6 +25,7 @@ // Copyright (C) 2015 Suzuki Toshiya // Copyright (C) 2018 Adam Reichold // Copyright (C) 2019 LE GARREC Vincent +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/JBIG2Stream.h b/poppler/JBIG2Stream.h index 630bdc70..9222e8f6 100644 --- a/poppler/JBIG2Stream.h +++ b/poppler/JBIG2Stream.h @@ -16,6 +16,7 @@ // Copyright (C) 2009 David Benjamin // Copyright (C) 2013 Adrian Johnson // Copyright (C) 2015 Suzuki Toshiya +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Link.cc b/poppler/Link.cc index e1ab66eb..bd9e6a6c 100644 --- a/poppler/Link.cc +++ b/poppler/Link.cc @@ -23,6 +23,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Intevation GmbH // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Link.h b/poppler/Link.h index 6d99a57d..801b75cc 100644 --- a/poppler/Link.h +++ b/poppler/Link.h @@ -20,6 +20,7 @@ // Copyright (C) 2018, 2019 Albert Astals Cid // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Intevation GmbH +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/OptionalContent.cc b/poppler/OptionalContent.cc index 7dfde6a1..178119a8 100644 --- a/poppler/OptionalContent.cc +++ b/poppler/OptionalContent.cc @@ -8,6 +8,7 @@ // Copyright 2008, 2010, 2011, 2017-2019 Albert Astals Cid // Copyright 2008 Mark Kaplan // Copyright 2018 Adam Reichold +// Copyright 2019 Oliver Sander // // Released under the GPL (version 2, or later, at your option) // diff --git a/poppler/OptionalContent.h b/poppler/OptionalContent.h index e9e15e05..29f50ab6 100644 --- a/poppler/OptionalContent.h +++ b/poppler/OptionalContent.h @@ -6,6 +6,7 @@ // Copyright 2008 Carlos Garcia Campos // Copyright 2013, 2018, 2019 Albert Astals Cid // Copyright 2018 Adam Reichold +// Copyright 2019 Oliver Sander // // Released under the GPL (version 2, or later, at your option) // diff --git a/poppler/Outline.cc b/poppler/Outline.cc index a05c7537..757b25ed 100644 --- a/poppler/Outline.cc +++ b/poppler/Outline.cc @@ -20,6 +20,7 @@ // Copyright (C) 2017 Adrian Johnson // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Outline.h b/poppler/Outline.h index 984bc949..04f2a7b2 100644 --- a/poppler/Outline.h +++ b/poppler/Outline.h @@ -15,6 +15,7 @@ // // Copyright (C) 2005 Marco Pesenti Gritti // Copyright (C) 2016, 2018 Albert Astals Cid +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/PDFDocFactory.cc b/poppler/PDFDocFactory.cc index bda6d28b..4d480194 100644 --- a/poppler/PDFDocFactory.cc +++ b/poppler/PDFDocFactory.cc @@ -8,6 +8,7 @@ // Copyright 2010 Albert Astals Cid // Copyright 2017 Adrian Johnson // Copyright 2018 Adam Reichold +// Copyright 2019 Oliver Sander // //======================================================================== diff --git a/poppler/PDFDocFactory.h b/poppler/PDFDocFactory.h index b029b319..c3d1afbe 100644 --- a/poppler/PDFDocFactory.h +++ b/poppler/PDFDocFactory.h @@ -6,6 +6,7 @@ // // Copyright 2010 Hib Eris // Copyright 2010, 2018 Albert Astals Cid +// Copyright 2019 Oliver Sander // //======================================================================== diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 5de0e40e..944de682 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -35,6 +35,7 @@ // Copyright (C) 2018 Adam Reichold // Copyright (C) 2018 Philipp Knechtges // Copyright (C) 2019 Christian Persch +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h index c6670209..ecdf19f7 100644 --- a/poppler/PSOutputDev.h +++ b/poppler/PSOutputDev.h @@ -27,6 +27,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Adam Reichold // Copyright (C) 2018 Philipp Knechtges +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/PageLabelInfo.h b/poppler/PageLabelInfo.h index 19c87d5a..557bc444 100644 --- a/poppler/PageLabelInfo.h +++ b/poppler/PageLabelInfo.h @@ -5,6 +5,7 @@ // Copyright (C) 2005-2006 Kristian Høgsberg // Copyright (C) 2005, 2018, 2019 Albert Astals Cid // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/PageLabelInfo_p.h b/poppler/PageLabelInfo_p.h index bb4026e2..a5d83fe8 100644 --- a/poppler/PageLabelInfo_p.h +++ b/poppler/PageLabelInfo_p.h @@ -7,6 +7,7 @@ // Copyright (C) 2011 Simon Kellner // Copyright (C) 2012 Fabio D'Urso // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index 35fc0b47..a03e7a71 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -41,6 +41,7 @@ // Copyright (C) 2018 Adam Reichold // Copyright (C) 2018 Nelson Benítez León // Copyright (C) 2019 Christian Persch +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h index 6e158b81..3ff1754a 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -24,6 +24,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Sanchit Anand // Copyright (C) 2018 Nelson Benítez León +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/UnicodeMap.cc b/poppler/UnicodeMap.cc index 6066cc86..8f271d5a 100644 --- a/poppler/UnicodeMap.cc +++ b/poppler/UnicodeMap.cc @@ -18,6 +18,7 @@ // Copyright (C) 2017 Adrian Johnson // Copyright (C) 2017 Jean Ghali // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/UnicodeMapFuncs.h b/poppler/UnicodeMapFuncs.h index f528793f..8f35293a 100644 --- a/poppler/UnicodeMapFuncs.h +++ b/poppler/UnicodeMapFuncs.h @@ -16,6 +16,7 @@ // Copyright (C) 2008 Koji Otani // Copyright (C) 2017 Adrian Johnson // Copyright (C) 2018, 2019 Albert Astals Cid +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/qt5/src/poppler-annotation-helper.h b/qt5/src/poppler-annotation-helper.h index 7e57a030..45611fd9 100644 --- a/qt5/src/poppler-annotation-helper.h +++ b/qt5/src/poppler-annotation-helper.h @@ -4,7 +4,7 @@ * Copyright (C) 2012, Fabio D'Urso * Copyright (C) 2018, Dileep Sankhla * Copyright (C) 2018, Carlos Garcia Campos - * Copyright (C) 2018, Oliver Sander + * Copyright (C) 2018, 2019, Oliver Sander * Adapting code from * Copyright (C) 2004 by Enrico Ros * diff --git a/qt5/src/poppler-document.cc b/qt5/src/poppler-document.cc index 6298e7f1..81db4eaf 100644 --- a/qt5/src/poppler-document.cc +++ b/qt5/src/poppler-document.cc @@ -13,6 +13,7 @@ * Copyright (C) 2017 Adrian Johnson * Copyright (C) 2017 Suzuki Toshiya * Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich + * Copyright (C) 2019 Oliver Sander * * 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/qt5/src/poppler-fontinfo.cc b/qt5/src/poppler-fontinfo.cc index ae826ab4..b563461e 100644 --- a/qt5/src/poppler-fontinfo.cc +++ b/qt5/src/poppler-fontinfo.cc @@ -5,6 +5,7 @@ * Copyright (C) 2005-2008, 2015, Albert Astals Cid * Copyright (C) 2008, 2009, Pino Toscano * Copyright (C) 2018, Adam Reichold + * Copyright (C) 2019, Oliver Sander * * 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/qt5/src/poppler-optcontent.cc b/qt5/src/poppler-optcontent.cc index e3422b7c..ebae31f3 100644 --- a/qt5/src/poppler-optcontent.cc +++ b/qt5/src/poppler-optcontent.cc @@ -7,6 +7,7 @@ * Copyright (C) 2017, Hubert Figuière * Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich * Copyright (C) 2018 Adam Reichold + * Copyright (C) 2019 Oliver Sander * * 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/qt5/src/poppler-outline.cc b/qt5/src/poppler-outline.cc index 6816348b..ad83139c 100644 --- a/qt5/src/poppler-outline.cc +++ b/qt5/src/poppler-outline.cc @@ -1,6 +1,7 @@ /* poppler-outline.cc: qt interface to poppler * * Copyright (C) 2018 Adam Reichold + * Copyright (C) 2019 Oliver Sander * * 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/qt5/src/poppler-page-transition-private.h b/qt5/src/poppler-page-transition-private.h index ee198942..44d445a3 100644 --- a/qt5/src/poppler-page-transition-private.h +++ b/qt5/src/poppler-page-transition-private.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2005, 2019, Albert Astals Cid + * Copyright (C) 2019 Oliver Sander * * 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/qt5/src/poppler-page.cc b/qt5/src/poppler-page.cc index 6c66640a..c6e3d526 100644 --- a/qt5/src/poppler-page.cc +++ b/qt5/src/poppler-page.cc @@ -17,7 +17,7 @@ * Copyright (C) 2015 William Bader * Copyright (C) 2016 Arseniy Lartsev * Copyright (C) 2016, Hanno Meyer-Thurow - * Copyright (C) 2017, 2018, Oliver Sander + * Copyright (C) 2017-2019, Oliver Sander * Copyright (C) 2017 Adrian Johnson * Copyright (C) 2017, 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich * Copyright (C) 2018 Intevation GmbH diff --git a/qt5/src/poppler-private.cc b/qt5/src/poppler-private.cc index 941c603c..5f673973 100644 --- a/qt5/src/poppler-private.cc +++ b/qt5/src/poppler-private.cc @@ -7,6 +7,7 @@ * Copyright (C) 2016 Jakub Alba * Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich * Copyright (C) 2018 Adam Reichold + * Copyright (C) 2019 Oliver Sander * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid * Copyright (C) 2004 by Enrico Ros diff --git a/qt5/src/poppler-private.h b/qt5/src/poppler-private.h index 659900d8..87956349 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -13,6 +13,7 @@ * Copyright (C) 2017 Christoph Cullmann * Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich * Copyright (C) 2018 Adam Reichold + * Copyright (C) 2019 Oliver Sander * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid * Copyright (C) 2004 by Enrico Ros diff --git a/splash/Splash.cc b/splash/Splash.cc index 2ab79637..0a06f9c8 100644 --- a/splash/Splash.cc +++ b/splash/Splash.cc @@ -21,6 +21,7 @@ // Copyright (C) 2012 Matthias Kramm // Copyright (C) 2018, 2019 Stefan Brüns // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/splash/SplashBitmap.cc b/splash/SplashBitmap.cc index 37e936c9..0b56ca32 100644 --- a/splash/SplashBitmap.cc +++ b/splash/SplashBitmap.cc @@ -25,6 +25,7 @@ // Copyright (C) 2016 Kenji Uno // Copyright (C) 2018 Martin Packman // Copyright (C) 2019 Christian Persch +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/splash/SplashBitmap.h b/splash/SplashBitmap.h index fb066841..4ffe45af 100644 --- a/splash/SplashBitmap.h +++ b/splash/SplashBitmap.h @@ -23,6 +23,7 @@ // Copyright (C) 2015 Adam Reichold // Copyright (C) 2016 Kenji Uno // Copyright (C) 2018 Martin Packman +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/test/perf-test.cc b/test/perf-test.cc index 109d3f62..a727144e 100644 --- a/test/perf-test.cc +++ b/test/perf-test.cc @@ -1,6 +1,7 @@ /* Copyright Krzysztof Kowalczyk 2006-2007 Copyright Hib Eris 2008, 2013 Copyright 2018 Albert Astals Cid 2018 + Copyright 2019 Oliver Sander License: GPLv2 */ /* A tool to stress-test poppler rendering and measure rendering times for diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index 1c7416b7..8d9728f4 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -43,6 +43,7 @@ // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018 Thibaut Brard // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h index c9fe69cc..cd81581c 100644 --- a/utils/HtmlOutputDev.h +++ b/utils/HtmlOutputDev.h @@ -25,6 +25,7 @@ // Copyright (C) 2012 Fabio D'Urso // Copyright (C) 2013 Thomas Freitag // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, . Work sponsored by the LiMux project of the city of Munich +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/Win32Console.h b/utils/Win32Console.h index 4ea62501..d2de126f 100644 --- a/utils/Win32Console.h +++ b/utils/Win32Console.h @@ -6,6 +6,7 @@ // // Copyright (C) 2017 Adrian Johnson // Copyright (C) 2019 Albert Astals Cid +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/pdfdetach.cc b/utils/pdfdetach.cc index 0648478d..52b5f946 100644 --- a/utils/pdfdetach.cc +++ b/utils/pdfdetach.cc @@ -18,6 +18,7 @@ // Copyright (C) 2014, 2017 Adrian Johnson // Copyright (C) 2018 Albert Astals Cid // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/pdffonts.cc b/utils/pdffonts.cc index 97ee7ab6..0746bc21 100644 --- a/utils/pdffonts.cc +++ b/utils/pdffonts.cc @@ -19,6 +19,7 @@ // Copyright (C) 2012, 2017 Adrian Johnson // Copyright (C) 2013 Suzuki Toshiya // Copyright (C) 2018 Adam Reichold +// Copyright (C) 2019 Oliver Sander // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/printencodings.cc b/utils/printencodings.cc index 92355cb5..85c365ec 100644 --- a/utils/printencodings.cc +++ b/utils/printencodings.cc @@ -2,6 +2,7 @@ * Copyright (C) 2008, Albert Astals Cid * Copyright (C) 2017, Adrian Johnson * Copyright (C) 2018, Adam Reichold + * Copyright (C) 2019, Oliver Sander * * 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 -- cgit v1.2.3