poppler/Form.cc | 1 + poppler/Form.h | 1 + poppler/SignatureHandler.cc | 1 + poppler/SignatureHandler.h | 1 + qt5/src/poppler-form.cc | 1 + qt5/src/poppler-form.h | 1 + qt6/src/poppler-form.cc | 1 + qt6/src/poppler-form.h | 1 + utils/pdfsig.cc | 1 + 9 files changed, 9 insertions(+)
New commits: commit f08341bf5b776165923d8110e287b1b8eda26c9c Author: Albert Astals Cid <[email protected]> Date: Mon Sep 27 19:43:09 2021 +0200 Update (C) diff --git a/poppler/Form.cc b/poppler/Form.cc index 354c9f8e..8b0159a6 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -31,6 +31,7 @@ // Copyright 2020 Thorsten Behrens <[email protected]> // Copyright 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden // Copyright 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. +// Copyright 2021 Theofilos Intzoglou <[email protected]> // //======================================================================== diff --git a/poppler/Form.h b/poppler/Form.h index 6489b0dd..9c51bcfd 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -25,6 +25,7 @@ // Copyright 2020 Thorsten Behrens <[email protected]> // Copyright 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden // Copyright 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. +// Copyright 2021 Theofilos Intzoglou <[email protected]> // //======================================================================== diff --git a/poppler/SignatureHandler.cc b/poppler/SignatureHandler.cc index f3af96ce..ac40547f 100644 --- a/poppler/SignatureHandler.cc +++ b/poppler/SignatureHandler.cc @@ -14,6 +14,7 @@ // Copyright 2018 Oliver Sander <[email protected]> // Copyright 2020 Thorsten Behrens <[email protected]> // Copyright 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden +// Copyright 2021 Theofilos Intzoglou <[email protected]> // //======================================================================== diff --git a/poppler/SignatureHandler.h b/poppler/SignatureHandler.h index c18a897f..b4a8b60b 100644 --- a/poppler/SignatureHandler.h +++ b/poppler/SignatureHandler.h @@ -12,6 +12,7 @@ // Copyright 2018 Oliver Sander <[email protected]> // Copyright 2020 Thorsten Behrens <[email protected]> // Copyright 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden +// Copyright 2021 Theofilos Intzoglou <[email protected]> // //======================================================================== diff --git a/qt5/src/poppler-form.cc b/qt5/src/poppler-form.cc index 1d2ef539..43ce0546 100644 --- a/qt5/src/poppler-form.cc +++ b/qt5/src/poppler-form.cc @@ -14,6 +14,7 @@ * Copyright (C) 2020 Thorsten Behrens <[email protected]> * Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden * Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. + * Copyright (C) 2021 Theofilos Intzoglou <[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/qt5/src/poppler-form.h b/qt5/src/poppler-form.h index a07f689c..b7197f0f 100644 --- a/qt5/src/poppler-form.h +++ b/qt5/src/poppler-form.h @@ -12,6 +12,7 @@ * Copyright (C) 2019, Adrian Johnson <[email protected]> * Copyright (C) 2020, Thorsten Behrens <[email protected]> * Copyright (C) 2020, Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden + * Copyright (C) 2021, Theofilos Intzoglou <[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-form.cc b/qt6/src/poppler-form.cc index eb651528..1ed73fb8 100644 --- a/qt6/src/poppler-form.cc +++ b/qt6/src/poppler-form.cc @@ -14,6 +14,7 @@ * Copyright (C) 2020 Thorsten Behrens <[email protected]> * Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden * Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. + * Copyright (C) 2021 Theofilos Intzoglou <[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-form.h b/qt6/src/poppler-form.h index 441c31e9..c77b0879 100644 --- a/qt6/src/poppler-form.h +++ b/qt6/src/poppler-form.h @@ -12,6 +12,7 @@ * Copyright (C) 2019, Adrian Johnson <[email protected]> * Copyright (C) 2020, Thorsten Behrens <[email protected]> * Copyright (C) 2020, Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by Technische Universität Dresden + * Copyright (C) 2021, Theofilos Intzoglou <[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 d59c5ff0..2f370d26 100644 --- a/utils/pdfsig.cc +++ b/utils/pdfsig.cc @@ -15,6 +15,7 @@ // 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. +// Copyright 2021 Theofilos Intzoglou <[email protected]> // //========================================================================
