cpp/poppler-document-private.h | 2 +- cpp/poppler-document.cpp | 2 +- cpp/poppler-global.cpp | 2 +- cpp/poppler-private.cpp | 1 + cpp/poppler-private.h | 2 +- poppler/CairoOutputDev.cc | 3 ++- poppler/CairoOutputDev.h | 1 + poppler/Error.cc | 1 + poppler/Error.h | 1 + poppler/GlobalParams.cc | 2 +- poppler/GlobalParams.h | 2 +- qt5/src/poppler-document.cc | 2 +- qt5/src/poppler-private.cc | 2 +- qt5/src/poppler-private.h | 2 +- test/perf-test.cc | 1 + 15 files changed, 16 insertions(+), 10 deletions(-)
New commits: commit 33fa0ebac9e4d247af19ffc5343769684608990d Author: Albert Astals Cid <[email protected]> Date: Sun Jan 5 00:41:52 2020 +0100 Update (C) for previous commits diff --git a/cpp/poppler-document-private.h b/cpp/poppler-document-private.h index 7af13658..d9568741 100644 --- a/cpp/poppler-document-private.h +++ b/cpp/poppler-document-private.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2009-2011, Pino Toscano <[email protected]> * Copyright (C) 2018, Albert Astals Cid <[email protected]> - * Copyright (C) 2018, Adam Reichold <[email protected]> + * Copyright (C) 2018, 2020, Adam Reichold <[email protected]> * * 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-document.cpp b/cpp/poppler-document.cpp index c62fe80b..9c7dc03b 100644 --- a/cpp/poppler-document.cpp +++ b/cpp/poppler-document.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2009-2011, Pino Toscano <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2017, Albert Astals Cid <[email protected]> - * Copyright (C) 2018, Adam Reichold <[email protected]> + * Copyright (C) 2018, 2020, Adam Reichold <[email protected]> * Copyright (C) 2019, Masamichi Hosoda <[email protected]> * Copyright (C) 2019, Oliver Sander <[email protected]> * diff --git a/cpp/poppler-global.cpp b/cpp/poppler-global.cpp index adca42ba..18600cca 100644 --- a/cpp/poppler-global.cpp +++ b/cpp/poppler-global.cpp @@ -6,7 +6,7 @@ * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2018, Albert Astals Cid <[email protected]> * Copyright (C) 2018 Suzuki Toshiya <[email protected]> - * Copyright (C) 2018, Adam Reichold <[email protected]> + * Copyright (C) 2018, 2020, Adam Reichold <[email protected]> * * 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-private.cpp b/cpp/poppler-private.cpp index 4eb360fd..ba27a375 100644 --- a/cpp/poppler-private.cpp +++ b/cpp/poppler-private.cpp @@ -5,6 +5,7 @@ * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2017-2019 Albert Astals Cid <[email protected]> * Copyright (C) 2018 Suzuki Toshiya <[email protected]> + * Copyright (C) 2020 Adam Reichold <[email protected]> * * 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-private.h b/cpp/poppler-private.h index b5f6599e..b9bc9b52 100644 --- a/cpp/poppler-private.h +++ b/cpp/poppler-private.h @@ -4,7 +4,7 @@ * Copyright (C) 2014, Hans-Peter Deifel <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2018, Suzuki Toshiya <[email protected]> - * Copyright (C) 2018, Adam Reichold <[email protected]> + * Copyright (C) 2018, 2020 Adam Reichold <[email protected]> * Copyright (C) 2018 Albert Astals Cid <[email protected]> * Copyright (C) 2018, Zsombor Hollay-Horvath <[email protected]> * diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index 2302f082..34c02667 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -30,8 +30,9 @@ // Copyright (C) 2012, 2015, 2016 Jason Crain <[email protected]> // Copyright (C) 2015 Suzuki Toshiya <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich -// Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018, 2020 Adam Reichold <[email protected]> // Copyright (C) 2019 Marek Kasik <[email protected]> +// Copyright (C) 2020 Michal <[email protected]> // // 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/CairoOutputDev.h b/poppler/CairoOutputDev.h index 537560f6..798443f0 100644 --- a/poppler/CairoOutputDev.h +++ b/poppler/CairoOutputDev.h @@ -25,6 +25,7 @@ // Copyright (C) 2016 Jason Crain <[email protected]> // Copyright (C) 2018, 2019 Albert Astals Cid <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich +// Copyright (C) 2020 Michal <[email protected]> // // 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/Error.cc b/poppler/Error.cc index f161c4d7..32af9ea5 100644 --- a/poppler/Error.cc +++ b/poppler/Error.cc @@ -18,6 +18,7 @@ // Copyright (C) 2007 Krzysztof Kowalczyk <[email protected]> // Copyright (C) 2012 Marek Kasik <[email protected]> // Copyright (C) 2013, 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2020 Adam Reichold <[email protected]> // // 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/Error.h b/poppler/Error.h index 22329c7e..cdedfec3 100644 --- a/poppler/Error.h +++ b/poppler/Error.h @@ -18,6 +18,7 @@ // Copyright (C) 2005 Kristian Høgsberg <[email protected]> // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2014 Fabio D'Urso <[email protected]> +// Copyright (C) 2020 Adam Reichold <[email protected]> // // 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 ae0a1b6f..403dfbfe 100644 --- a/poppler/GlobalParams.cc +++ b/poppler/GlobalParams.cc @@ -38,7 +38,7 @@ // Copyright (C) 2017 Christoph Cullmann <[email protected]> // Copyright (C) 2017 Jean Ghali <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich -// Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018, 2020 Adam Reichold <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h index eac31ade..e0fa2435 100644 --- a/poppler/GlobalParams.h +++ b/poppler/GlobalParams.h @@ -26,7 +26,7 @@ // Copyright (C) 2012, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2012 Thomas Freitag <[email protected]> // Copyright (C) 2013 Jason Crain <[email protected]> -// Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018, 2020 Adam Reichold <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/qt5/src/poppler-document.cc b/qt5/src/poppler-document.cc index 658cba0f..fd525e62 100644 --- a/qt5/src/poppler-document.cc +++ b/qt5/src/poppler-document.cc @@ -7,7 +7,7 @@ * Copyright (C) 2012 Koji Otani <[email protected]> * Copyright (C) 2012, 2013 Thomas Freitag <[email protected]> * Copyright (C) 2012 Fabio D'Urso <[email protected]> - * Copyright (C) 2014, 2018 Adam Reichold <[email protected]> + * Copyright (C) 2014, 2018, 2020 Adam Reichold <[email protected]> * Copyright (C) 2015 William Bader <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2017 Adrian Johnson <[email protected]> diff --git a/qt5/src/poppler-private.cc b/qt5/src/poppler-private.cc index 35ebbda6..81af2bed 100644 --- a/qt5/src/poppler-private.cc +++ b/qt5/src/poppler-private.cc @@ -6,7 +6,7 @@ * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich - * Copyright (C) 2018, 2019 Adam Reichold <[email protected]> + * Copyright (C) 2018-2020 Adam Reichold <[email protected]> * Copyright (C) 2019 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Inspired on code by diff --git a/qt5/src/poppler-private.h b/qt5/src/poppler-private.h index 63158461..0b09d30e 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -12,7 +12,7 @@ * Copyright (C) 2016 Jakub Alba <[email protected]> * Copyright (C) 2017 Christoph Cullmann <[email protected]> * Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich - * Copyright (C) 2018 Adam Reichold <[email protected]> + * Copyright (C) 2018, 2020 Adam Reichold <[email protected]> * Copyright (C) 2019 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Copyright (C) 2019 Jan Grulich <[email protected]> diff --git a/test/perf-test.cc b/test/perf-test.cc index 03f78788..a58b3c16 100644 --- a/test/perf-test.cc +++ b/test/perf-test.cc @@ -2,6 +2,7 @@ Copyright Hib Eris <[email protected]> 2008, 2013 Copyright 2018 Albert Astals Cid <[email protected]> 2018 Copyright 2019 Oliver Sander <[email protected]> + Copyright 2020 Adam Reichold <[email protected]> License: GPLv2 */ /* A tool to stress-test poppler rendering and measure rendering times for _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
