poppler/FlateEncoder.cc | 1 + poppler/Form.cc | 1 + qt5/src/poppler-qiodeviceoutstream-private.h | 1 + qt5/src/poppler-qiodeviceoutstream.cc | 1 + qt6/src/poppler-qiodeviceoutstream-private.h | 1 + qt6/src/poppler-qiodeviceoutstream.cc | 1 + 6 files changed, 6 insertions(+)
New commits: commit bcabe82f358548e0a705743ff338212a5b05e13a Author: Albert Astals Cid <[email protected]> Date: Wed Nov 24 23:34:17 2021 +0100 Update (C) diff --git a/poppler/FlateEncoder.cc b/poppler/FlateEncoder.cc index fa8d574b..478b4b4e 100644 --- a/poppler/FlateEncoder.cc +++ b/poppler/FlateEncoder.cc @@ -4,6 +4,7 @@ // // Copyright (C) 2016, William Bader <[email protected]> // Copyright (C) 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2021 Even Rouault <[email protected]> // // This file is under the GPLv2 or later license // diff --git a/poppler/Form.cc b/poppler/Form.cc index c7b44fee..87a635c1 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -32,6 +32,7 @@ // 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]> +// Copyright 2021 Even Rouault <[email protected]> // //======================================================================== diff --git a/qt5/src/poppler-qiodeviceoutstream-private.h b/qt5/src/poppler-qiodeviceoutstream-private.h index bc8dd02a..78172cd7 100644 --- a/qt5/src/poppler-qiodeviceoutstream-private.h +++ b/qt5/src/poppler-qiodeviceoutstream-private.h @@ -2,6 +2,7 @@ * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2021, Albert Astals Cid <[email protected]> + * Copyright (C) 2021, Even Rouault <[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-qiodeviceoutstream.cc b/qt5/src/poppler-qiodeviceoutstream.cc index 4c7e8eff..38ac7695 100644 --- a/qt5/src/poppler-qiodeviceoutstream.cc +++ b/qt5/src/poppler-qiodeviceoutstream.cc @@ -2,6 +2,7 @@ * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2020, 2021 Albert Astals Cid <[email protected]> + * Copyright (C) 2021, Even Rouault <[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-qiodeviceoutstream-private.h b/qt6/src/poppler-qiodeviceoutstream-private.h index 4f7b0f85..77ca7d3b 100644 --- a/qt6/src/poppler-qiodeviceoutstream-private.h +++ b/qt6/src/poppler-qiodeviceoutstream-private.h @@ -2,6 +2,7 @@ * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2021 Albert Astals Cid <[email protected]> + * Copyright (C) 2021, Even Rouault <[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-qiodeviceoutstream.cc b/qt6/src/poppler-qiodeviceoutstream.cc index 75d36128..0a967165 100644 --- a/qt6/src/poppler-qiodeviceoutstream.cc +++ b/qt6/src/poppler-qiodeviceoutstream.cc @@ -2,6 +2,7 @@ * Copyright (C) 2008, Pino Toscano <[email protected]> * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2020, 2021 Albert Astals Cid <[email protected]> + * Copyright (C) 2021, Even Rouault <[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
