poppler/TextOutputDev.cc | 1 + poppler/TextOutputDev.h | 1 + utils/pdftotext.cc | 1 + 3 files changed, 3 insertions(+)
New commits: commit 98a5a25d88fd919e6267fbb7bd9ef0669889f16a Author: Dan Shea <[email protected]> Date: Mon Aug 5 19:59:54 2019 +0200 Update (C) of previous commit diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index f2569fbd..4021813c 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -42,6 +42,7 @@ // Copyright (C) 2018, 2019 Nelson Benítez León <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019 Dan Shea <[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/TextOutputDev.h b/poppler/TextOutputDev.h index 7a29c8a0..bb20b857 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -25,6 +25,7 @@ // Copyright (C) 2018 Sanchit Anand <[email protected]> // Copyright (C) 2018 Nelson Benítez León <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019 Dan Shea <[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 88154ac3..ccf91f01 100644 --- a/utils/pdftotext.cc +++ b/utils/pdftotext.cc @@ -29,6 +29,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) 2018 Sanchit Anand <[email protected]> +// Copyright (C) 2019 Dan Shea <[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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
