poppler/CairoFontEngine.cc | 1 + poppler/PDFDoc.cc | 1 + 2 files changed, 2 insertions(+)
New commits: commit b443f529a1a35b9d5028cb95c6dcc0111e1acec1 Author: Albert Astals Cid <[email protected]> Date: Fri Jul 29 00:25:33 2022 +0200 Update (C) diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc index a7cce588..0f6191e6 100644 --- a/poppler/CairoFontEngine.cc +++ b/poppler/CairoFontEngine.cc @@ -32,6 +32,7 @@ // Copyright (C) 2019 Christian Persch <[email protected]> // Copyright (C) 2020 Michal <[email protected]> // Copyright (C) 2021, 2022 Oliver Sander <[email protected]> +// Copyright (C) 2022 Marcel Fabian Krüger <[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 80866602..d9162de8 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -52,6 +52,7 @@ // Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. // Copyright (C) 2021-2022 Marek Kasik <[email protected]> // Copyright (C) 2022 Felix Jung <[email protected]> +// Copyright (C) 2022 crt <[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
