poppler/Form.h | 2 +- poppler/Outline.cc | 2 +- poppler/Outline.h | 2 +- qt5/src/poppler-annotation.cc | 2 +- utils/JSInfo.h | 1 + utils/pdftocairo.cc | 2 +- utils/pdftoppm.cc | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-)
New commits: commit d4a7367d994483f05151892ee8f14e138e0731c7 Author: Albert Astals Cid <[email protected]> Date: Wed Feb 26 22:54:41 2020 +0100 Update (C) of last commit diff --git a/poppler/Form.h b/poppler/Form.h index 38f0f51c..77528dda 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -18,7 +18,7 @@ // Copyright 2018 Andre Heinecke <[email protected]> // Copyright 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright 2018 Chinmoy Ranjan Pradhan <[email protected]> -// Copyright 2019 Oliver Sander <[email protected]> +// Copyright 2019, 2020 Oliver Sander <[email protected]> // Copyright 2019 João Netto <[email protected]> // //======================================================================== diff --git a/poppler/Outline.cc b/poppler/Outline.cc index 8a38c1d2..e0388f1f 100644 --- a/poppler/Outline.cc +++ b/poppler/Outline.cc @@ -20,7 +20,7 @@ // Copyright (C) 2017 Adrian Johnson <[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) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[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/Outline.h b/poppler/Outline.h index 1aa66adc..9bdc656d 100644 --- a/poppler/Outline.h +++ b/poppler/Outline.h @@ -15,7 +15,7 @@ // // Copyright (C) 2005 Marco Pesenti Gritti <[email protected]> // Copyright (C) 2016, 2018 Albert Astals Cid <[email protected]> -// Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[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/qt5/src/poppler-annotation.cc b/qt5/src/poppler-annotation.cc index 68b08a58..f44573dc 100644 --- a/qt5/src/poppler-annotation.cc +++ b/qt5/src/poppler-annotation.cc @@ -10,9 +10,9 @@ * Copyright (C) 2018 Dileep Sankhla <[email protected]> * Copyright (C) 2018, 2019 Tobias Deiminger <[email protected]> * Copyright (C) 2018 Carlos Garcia Campos <[email protected]> + * Copyright (C) 2020 Oliver Sander <[email protected]> * Adapting code from * Copyright (C) 2004 by Enrico Ros <[email protected]> - * Copyright (C) 2020 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/utils/JSInfo.h b/utils/JSInfo.h index 646d623d..93c50055 100644 --- a/utils/JSInfo.h +++ b/utils/JSInfo.h @@ -7,6 +7,7 @@ // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2020 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 Oliver Sander <[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/utils/pdftocairo.cc b/utils/pdftocairo.cc index e6e282a5..e522ea8f 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -32,7 +32,7 @@ // Copyright (C) 2016 Jason Crain <[email protected]> // Copyright (C) 2018 Martin Packman <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> -// Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // Copyright (C) 2019 Kris Jurka <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc index 7605276d..a079e680 100644 --- a/utils/pdftoppm.cc +++ b/utils/pdftoppm.cc @@ -29,7 +29,7 @@ // Copyright (C) 2015 William Bader <[email protected]> // Copyright (C) 2018 Martin Packman <[email protected]> // Copyright (C) 2019 Yves-Gaël Chény <[email protected]> -// Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // Copyright (C) 2019 <[email protected]> // Copyright (C) 2019 Kris Jurka <[email protected]> // Copyright (C) 2019 Sébastien Berthier <[email protected]> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
