poppler/PDFDoc.cc | 1 + poppler/PDFDoc.h | 1 + 2 files changed, 2 insertions(+)
New commits: commit 3cc01af0655b5cf9afc967e57abd9000b2dc4e3c Author: Albert Astals Cid <[email protected]> Date: Fri Nov 26 00:14:52 2021 +0100 Update (C) diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index f977cbba..0b694b25 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -50,6 +50,7 @@ // Copyright (C) 2021 Mahmoud Khalil <[email protected]> // Copyright (C) 2021 RM <[email protected]> // Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. +// Copyright (C) 2021 Marek Kasik <[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 53eeb7fe..b0de8549 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -36,6 +36,7 @@ // Copyright (C) 2020 Nelson Benítez León <[email protected]> // Copyright (C) 2021 Mahmoud Khalil <[email protected]> // Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. +// Copyright (C) 2021 Marek Kasik <[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
