cpp/poppler-document.cpp | 1 + utils/pdfattach.cc | 1 + utils/pdfimages.cc | 1 + utils/pdfinfo.cc | 1 + utils/pdfseparate.cc | 1 + utils/pdfsig.cc | 1 + utils/pdftocairo.cc | 1 + utils/pdftohtml.cc | 1 + utils/pdftoppm.cc | 1 + utils/pdftops.cc | 1 + utils/pdftotext.cc | 1 + utils/pdfunite.cc | 1 + 12 files changed, 12 insertions(+)
New commits: commit f8da50f8e44c3f76fd89d9db57b925052d2c9371 Author: Albert Astals Cid <[email protected]> Date: Sun Nov 17 21:33:02 2019 +0100 Update (C) of previous commits diff --git a/cpp/poppler-document.cpp b/cpp/poppler-document.cpp index 1a797752..7023c0f4 100644 --- a/cpp/poppler-document.cpp +++ b/cpp/poppler-document.cpp @@ -4,6 +4,7 @@ * Copyright (C) 2017, Albert Astals Cid <[email protected]> * Copyright (C) 2018, Adam Reichold <[email protected]> * Copyright (C) 2019, Masamichi Hosoda <[email protected]> + * Copyright (C) 2019, 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/pdfattach.cc b/utils/pdfattach.cc index 39f31026..7aed4b21 100644 --- a/utils/pdfattach.cc +++ b/utils/pdfattach.cc @@ -5,6 +5,7 @@ // This file is licensed under the GPLv2 or later // // Copyright (C) 2019 Albert Astals Cid <[email protected]> +// Copyright (C) 2019 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/pdfimages.cc b/utils/pdfimages.cc index ad65932e..b2685b50 100644 --- a/utils/pdfimages.cc +++ b/utils/pdfimages.cc @@ -21,6 +21,7 @@ // Copyright (C) 2012, 2013, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2013 Suzuki Toshiya <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2019 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/pdfinfo.cc b/utils/pdfinfo.cc index 0120d919..07b093f4 100644 --- a/utils/pdfinfo.cc +++ b/utils/pdfinfo.cc @@ -26,6 +26,7 @@ // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Evangelos Rigas <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> +// Copyright (C) 2019 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/pdfseparate.cc b/utils/pdfseparate.cc index e4d1f49d..e617a5c9 100644 --- a/utils/pdfseparate.cc +++ b/utils/pdfseparate.cc @@ -12,6 +12,7 @@ // Copyright (C) 2017 Léonard Michelet <[email protected]> // Copyright (C) 2017 Adrian Johnson <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2019 Oliver Sander <[email protected]> // //======================================================================== #include "config.h" diff --git a/utils/pdfsig.cc b/utils/pdfsig.cc index 5cb3a554..0e5e57f6 100644 --- a/utils/pdfsig.cc +++ b/utils/pdfsig.cc @@ -12,6 +12,7 @@ // Copyright 2017, 2019 Adrian Johnson <[email protected]> // Copyright 2018 Chinmoy Ranjan Pradhan <[email protected]> // Copyright 2019 Alexey Pavlov <[email protected]> +// Copyright 2019 Oliver Sander <[email protected]> // //======================================================================== diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc index 49ffe86f..7f54e244 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -32,6 +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]> // // 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/pdftohtml.cc b/utils/pdftohtml.cc index 43f9f4af..52ed3e26 100644 --- a/utils/pdftohtml.cc +++ b/utils/pdftohtml.cc @@ -28,6 +28,7 @@ // 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 Thibaut Brard <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2019 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/pdftoppm.cc b/utils/pdftoppm.cc index 2ac1bb06..1696ffdb 100644 --- a/utils/pdftoppm.cc +++ b/utils/pdftoppm.cc @@ -29,6 +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]> // // 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/pdftops.cc b/utils/pdftops.cc index 005c94d6..137f9a83 100644 --- a/utils/pdftops.cc +++ b/utils/pdftops.cc @@ -25,6 +25,7 @@ // Copyright (C) 2013 Suzuki Toshiya <[email protected]> // Copyright (C) 2014, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2019 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/pdftotext.cc b/utils/pdftotext.cc index 1c81cfa9..09b988ff 100644 --- a/utils/pdftotext.cc +++ b/utils/pdftotext.cc @@ -30,6 +30,7 @@ // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Sanchit Anand <[email protected]> // Copyright (C) 2019 Dan Shea <[email protected]> +// Copyright (C) 2019 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/pdfunite.cc b/utils/pdfunite.cc index 75949d78..a8116e37 100644 --- a/utils/pdfunite.cc +++ b/utils/pdfunite.cc @@ -14,6 +14,7 @@ // 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 Marek Kasik <[email protected]> +// Copyright (C) 2019 Oliver Sander <[email protected]> // //======================================================================== _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
