poppler/JSInfo.cc | 1 + poppler/JSInfo.h | 1 + poppler/PDFDoc.cc | 1 + poppler/PDFDoc.h | 1 + 4 files changed, 4 insertions(+)
New commits: commit ae5377cc511d05afb12e325a5e953bfb78b7f9df Author: Albert Astals Cid <[email protected]> Date: Tue Jun 30 21:55:47 2020 +0200 Update (C) diff --git a/poppler/JSInfo.cc b/poppler/JSInfo.cc index 4d3f5919..f6c726ce 100644 --- a/poppler/JSInfo.cc +++ b/poppler/JSInfo.cc @@ -8,6 +8,7 @@ // Copyright (C) 2017, 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]> +// Copyright (C) 2020 Nelson Benítez León <[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/JSInfo.h b/poppler/JSInfo.h index 89e0a3d0..111d9999 100644 --- a/poppler/JSInfo.h +++ b/poppler/JSInfo.h @@ -8,6 +8,7 @@ // 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]> +// Copyright (C) 2020 Nelson Benítez León <[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/PDFDoc.cc b/poppler/PDFDoc.cc index 6ad884cf..6e4b0f49 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -43,6 +43,7 @@ // Copyright (C) 2018 Evangelos Rigas <[email protected]> // Copyright (C) 2018 Philipp Knechtges <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> +// Copyright (C) 2020 Nelson Benítez León <[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/PDFDoc.h b/poppler/PDFDoc.h index ca8bf6b6..80b6d608 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -33,6 +33,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 Evangelos Rigas <[email protected]> // Copyright (C) 2020 Oliver Sander <[email protected]> +// Copyright (C) 2020 Nelson Benítez León <[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
