poppler/PDFDoc.cc | 1 + poppler/PDFDoc.h | 1 + qt5/src/poppler-pdf-converter.cc | 1 + qt6/src/poppler-pdf-converter.cc | 1 + utils/pdfsig.cc | 1 + 5 files changed, 5 insertions(+)
New commits: commit b3f93644de4941bdbd532a7d8f82cd652dfbeadf Author: Albert Astals Cid <[email protected]> Date: Sat Jan 29 00:19:47 2022 +0100 Update (C) diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index ab8e302d..2f526a5c 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -51,6 +51,7 @@ // Copyright (C) 2021 RM <[email protected]> // 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]> // // 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 287e53ff..0c60ed15 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -37,6 +37,7 @@ // 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]> +// Copyright (C) 2022 Felix Jung <[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/qt5/src/poppler-pdf-converter.cc b/qt5/src/poppler-pdf-converter.cc index 71d1c66f..d23a39a9 100644 --- a/qt5/src/poppler-pdf-converter.cc +++ b/qt5/src/poppler-pdf-converter.cc @@ -7,6 +7,7 @@ * Copyright (C) 2021, Zachary Travis <[email protected]> * Copyright (C) 2021, Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. * Copyright (C) 2022, Martin <[email protected]> + * Copyright (C) 2022, Felix Jung <[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/qt6/src/poppler-pdf-converter.cc b/qt6/src/poppler-pdf-converter.cc index 511fd7ff..27c06c6f 100644 --- a/qt6/src/poppler-pdf-converter.cc +++ b/qt6/src/poppler-pdf-converter.cc @@ -7,6 +7,7 @@ * Copyright (C) 2021, Zachary Travis <[email protected]> * Copyright (C) 2021, Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. * Copyright (C) 2022, Martin <[email protected]> + * Copyright (C) 2022, Felix Jung <[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/pdfsig.cc b/utils/pdfsig.cc index a1d70e88..ca70128c 100644 --- a/utils/pdfsig.cc +++ b/utils/pdfsig.cc @@ -16,6 +16,7 @@ // Copyright 2019 Nelson Efrain A. Cruz <[email protected]> // Copyright 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. // Copyright 2021 Theofilos Intzoglou <[email protected]> +// Copyright 2022 Felix Jung <[email protected]> // //========================================================================
