qt6/demos/documentobserver.cpp | 1 + qt6/demos/pageview.cpp | 1 + qt6/demos/thumbnails.cpp | 1 + qt6/demos/viewer.cpp | 2 +- qt6/demos/viewer.h | 1 + qt6/src/poppler-annotation-private.h | 1 + qt6/src/poppler-annotation.h | 1 + qt6/src/poppler-document.cc | 2 +- qt6/src/poppler-link-private.h | 2 +- qt6/src/poppler-page-private.h | 1 + qt6/src/poppler-page.cc | 3 +-- qt6/src/poppler-private.h | 2 +- 12 files changed, 12 insertions(+), 6 deletions(-)
New commits: commit ad785d73c400a7681511b13ccd5d6de4b6cfa360 Author: Albert Astals Cid <[email protected]> Date: Thu May 20 22:40:00 2021 +0200 Update (C) diff --git a/qt6/demos/documentobserver.cpp b/qt6/demos/documentobserver.cpp index 31551fa1..9cf6b048 100644 --- a/qt6/demos/documentobserver.cpp +++ b/qt6/demos/documentobserver.cpp @@ -1,5 +1,6 @@ /* * Copyright (C) 2008, Pino Toscano <[email protected]> + * Copyright (C) 2021, Oliver Sander <[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/qt6/demos/pageview.cpp b/qt6/demos/pageview.cpp index edc6f353..07ef46ab 100644 --- a/qt6/demos/pageview.cpp +++ b/qt6/demos/pageview.cpp @@ -2,6 +2,7 @@ * Copyright (C) 2008-2009, Pino Toscano <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> * Copyright (C) 2017, 2020, Albert Astals Cid <[email protected]> + * Copyright (C) 2021, Oliver Sander <[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/qt6/demos/thumbnails.cpp b/qt6/demos/thumbnails.cpp index 060bf5e5..065fd711 100644 --- a/qt6/demos/thumbnails.cpp +++ b/qt6/demos/thumbnails.cpp @@ -2,6 +2,7 @@ * Copyright (C) 2009, Shawn Rutledge <[email protected]> * Copyright (C) 2009, Pino Toscano <[email protected]> * Copyright (C) 2020, Albert Astals Cid <[email protected]> + * Copyright (C) 2021, Oliver Sander <[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/qt6/demos/viewer.cpp b/qt6/demos/viewer.cpp index 394d8f7a..da88df1c 100644 --- a/qt6/demos/viewer.cpp +++ b/qt6/demos/viewer.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2008, 2019, 2020, Albert Astals Cid <[email protected]> * Copyright (C) 2009, Shawn Rutledge <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> - * Copyright (C) 2020, Oliver Sander <[email protected]> + * Copyright (C) 2020, 2021, Oliver Sander <[email protected]> * Copyright (C) 2021, Mahmoud Khalil <[email protected]> * * This program is free software; you can redistribute it and/or modify diff --git a/qt6/demos/viewer.h b/qt6/demos/viewer.h index 5c3bedb5..a3492f31 100644 --- a/qt6/demos/viewer.h +++ b/qt6/demos/viewer.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2021, Mahmoud Khalil <[email protected]> + * Copyright (C) 2021, Oliver Sander <[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/qt6/src/poppler-annotation-private.h b/qt6/src/poppler-annotation-private.h index 9e2c1e7e..692eddcc 100644 --- a/qt6/src/poppler-annotation-private.h +++ b/qt6/src/poppler-annotation-private.h @@ -4,6 +4,7 @@ * Copyright (C) 2012, 2013 Fabio D'Urso <[email protected]> * Copyright (C) 2012, 2014, 2018-2020, Albert Astals Cid <[email protected]> * Copyright (C) 2020, Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden + * Copyright (C) 2021, Oliver Sander <[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/qt6/src/poppler-annotation.h b/qt6/src/poppler-annotation.h index 1e82314e..6497ce27 100644 --- a/qt6/src/poppler-annotation.h +++ b/qt6/src/poppler-annotation.h @@ -10,6 +10,7 @@ * Copyright (C) 2018, Dileep Sankhla <[email protected]> * Copyright (C) 2020, Katarina Behrens <[email protected]> * Copyright (C) 2020, Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden + * Copyright (C) 2021, Oliver Sander <[email protected]> * Adapting code from * Copyright (C) 2004 by Enrico Ros <[email protected]> * diff --git a/qt6/src/poppler-document.cc b/qt6/src/poppler-document.cc index ec8b290c..5f760b0e 100644 --- a/qt6/src/poppler-document.cc +++ b/qt6/src/poppler-document.cc @@ -13,7 +13,7 @@ * Copyright (C) 2017 Adrian Johnson <[email protected]> * Copyright (C) 2017 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) 2019, 2020 Oliver Sander <[email protected]> + * Copyright (C) 2019-2021 Oliver Sander <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> * Copyright (C) 2020 Philipp Knechtges <[email protected]> * Copyright (C) 2020 Katarina Behrens <[email protected]> diff --git a/qt6/src/poppler-link-private.h b/qt6/src/poppler-link-private.h index 3776c593..4921a633 100644 --- a/qt6/src/poppler-link-private.h +++ b/qt6/src/poppler-link-private.h @@ -1,7 +1,7 @@ /* poppler-link-private.h: qt interface to poppler * Copyright (C) 2016, 2018, 2020 Albert Astals Cid <[email protected]> * Copyright (C) 2018 Intevation GmbH <[email protected]> - * Copyright (C) 2020 Oliver Sander <[email protected]> + * Copyright (C) 2020, 2021 Oliver Sander <[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/qt6/src/poppler-page-private.h b/qt6/src/poppler-page-private.h index 5058ec61..34ba27bd 100644 --- a/qt6/src/poppler-page-private.h +++ b/qt6/src/poppler-page-private.h @@ -4,6 +4,7 @@ * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2015 Adam Reichold <[email protected]> * Copyright (C) 2018, 2021 Nelson Benítez León <[email protected]> + * Copyright (C) 2021, Oliver Sander <[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/qt6/src/poppler-page.cc b/qt6/src/poppler-page.cc index a0f18908..23ef1ad9 100644 --- a/qt6/src/poppler-page.cc +++ b/qt6/src/poppler-page.cc @@ -17,13 +17,12 @@ * Copyright (C) 2015 William Bader <[email protected]> * Copyright (C) 2016 Arseniy Lartsev <[email protected]> * Copyright (C) 2016, Hanno Meyer-Thurow <[email protected]> - * Copyright (C) 2017-2020, Oliver Sander <[email protected]> + * Copyright (C) 2017-2021, Oliver Sander <[email protected]> * Copyright (C) 2017 Adrian Johnson <[email protected]> * Copyright (C) 2017, 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 Intevation GmbH <[email protected]> * Copyright (C) 2018, Tobias Deiminger <[email protected]> * Copyright (C) 2018, 2021 Nelson Benítez León <[email protected]> - * Copyright (C) 2020, 2021 Oliver Sander <[email protected]> * Copyright (C) 2020 Philipp Knechtges <[email protected]> * * This program is free software; you can redistribute it and/or modify diff --git a/qt6/src/poppler-private.h b/qt6/src/poppler-private.h index 3129c6b6..3b8e066f 100644 --- a/qt6/src/poppler-private.h +++ b/qt6/src/poppler-private.h @@ -13,7 +13,7 @@ * 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, 2020 Adam Reichold <[email protected]> - * Copyright (C) 2019, 2020 Oliver Sander <[email protected]> + * Copyright (C) 2019-2021 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Copyright (C) 2019 Jan Grulich <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
