poppler/PDFDoc.cc | 1 + poppler/PDFDoc.h | 1 + qt5/src/poppler-private.h | 1 + qt6/src/poppler-private.h | 1 + utils/pdfsig.cc | 1 + 5 files changed, 5 insertions(+)
New commits: commit a646ed9b0a544b87d4998a7209b340970db6a53d Author: Albert Astals Cid <[email protected]> Date: Thu Sep 16 12:07:47 2021 +0200 Update (C) diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index 7316552b..ec59ccad 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -49,6 +49,7 @@ // Copyright (C) 2021 Oliver Sander <[email protected]> // 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. // // 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 abf0ec55..b4c7cd21 100644 --- a/poppler/PDFDoc.h +++ b/poppler/PDFDoc.h @@ -35,6 +35,7 @@ // Copyright (C) 2020, 2021 Oliver Sander <[email protected]> // 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. // // 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-private.h b/qt5/src/poppler-private.h index 248f01c4..42dff4fc 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -20,6 +20,7 @@ * Copyright (C) 2020 Philipp Knechtges <[email protected]> * Copyright (C) 2021 Mahmoud Khalil <[email protected]> * Copyright (C) 2021 Hubert Figuiere <[email protected]> + * Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> * Copyright (C) 2004 by Enrico Ros <[email protected]> diff --git a/qt6/src/poppler-private.h b/qt6/src/poppler-private.h index 3dc5bc82..66ecf431 100644 --- a/qt6/src/poppler-private.h +++ b/qt6/src/poppler-private.h @@ -20,6 +20,7 @@ * Copyright (C) 2020 Philipp Knechtges <[email protected]> * Copyright (C) 2021 Mahmoud Khalil <[email protected]> * Copyright (C) 2021 Hubert Figuiere <[email protected]> + * Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> * Copyright (C) 2004 by Enrico Ros <[email protected]> diff --git a/utils/pdfsig.cc b/utils/pdfsig.cc index f4d63813..d0fb4722 100644 --- a/utils/pdfsig.cc +++ b/utils/pdfsig.cc @@ -14,6 +14,7 @@ // Copyright 2019 Alexey Pavlov <[email protected]> // Copyright 2019 Oliver Sander <[email protected]> // Copyright 2019 Nelson Efrain A. Cruz <[email protected]> +// Copyright 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. // //========================================================================
