poppler/Form.cc | 3 ++- poppler/Form.h | 2 +- poppler/PDFDoc.cc | 2 +- poppler/SignatureHandler.cc | 2 ++ poppler/SignatureHandler.h | 1 + poppler/SignatureInfo.cc | 1 + poppler/SignatureInfo.h | 1 + qt5/src/poppler-form.cc | 3 ++- qt6/src/poppler-form.cc | 3 ++- utils/pdfsig.cc | 3 ++- 10 files changed, 15 insertions(+), 6 deletions(-)
New commits: commit 89bf50a84ebbca98916384d7dd3614225f02d2cb Author: Albert Astals Cid <[email protected]> Date: Wed Mar 8 01:15:33 2023 +0100 Update (C) diff --git a/poppler/Form.cc b/poppler/Form.cc index 08b2c1a3..eadf3979 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -5,7 +5,7 @@ // This file is licensed under the GPLv2 or later // // Copyright 2006-2008 Julien Rebetez <[email protected]> -// Copyright 2007-2012, 2015-2022 Albert Astals Cid <[email protected]> +// Copyright 2007-2012, 2015-2023 Albert Astals Cid <[email protected]> // Copyright 2007-2008, 2011 Carlos Garcia Campos <[email protected]> // Copyright 2007, 2013, 2016, 2019, 2022 Adrian Johnson <[email protected]> // Copyright 2007 Iñigo Martínez <[email protected]> @@ -35,6 +35,7 @@ // Copyright 2021 Even Rouault <[email protected]> // Copyright 2022 Alexander Sulfrian <[email protected]> // Copyright 2022 Erich E. Hoover <[email protected]> +// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> // //======================================================================== diff --git a/poppler/Form.h b/poppler/Form.h index 1ba8f3ad..3ac83d7f 100644 --- a/poppler/Form.h +++ b/poppler/Form.h @@ -6,7 +6,7 @@ // // Copyright 2006 Julien Rebetez <[email protected]> // Copyright 2007, 2008, 2011 Carlos Garcia Campos <[email protected]> -// Copyright 2007-2010, 2012, 2015-2022 Albert Astals Cid <[email protected]> +// Copyright 2007-2010, 2012, 2015-2023 Albert Astals Cid <[email protected]> // Copyright 2010 Mark Riedesel <[email protected]> // Copyright 2011 Pino Toscano <[email protected]> // Copyright 2012 Fabio D'Urso <[email protected]> diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index a67f359d..7ed4311c 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2005, 2006, 2008 Brad Hards <[email protected]> -// Copyright (C) 2005, 2007-2009, 2011-2022 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2007-2009, 2011-2023 Albert Astals Cid <[email protected]> // Copyright (C) 2008 Julien Rebetez <[email protected]> // Copyright (C) 2008, 2010 Pino Toscano <[email protected]> // Copyright (C) 2008, 2010, 2011 Carlos Garcia Campos <[email protected]> diff --git a/poppler/SignatureHandler.cc b/poppler/SignatureHandler.cc index b87afa6b..b6587c27 100644 --- a/poppler/SignatureHandler.cc +++ b/poppler/SignatureHandler.cc @@ -18,6 +18,8 @@ // Copyright 2021 Marek Kasik <[email protected]> // Copyright 2022 Erich E. Hoover <[email protected]> // Copyright 2023 Tobias Deiminger <[email protected]> +// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> +// Copyright 2023 Ingo Klöcker <[email protected]> // //======================================================================== diff --git a/poppler/SignatureHandler.h b/poppler/SignatureHandler.h index 074652b4..43b591dd 100644 --- a/poppler/SignatureHandler.h +++ b/poppler/SignatureHandler.h @@ -14,6 +14,7 @@ // 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]> // Copyright 2021 Marek Kasik <[email protected]> +// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> // //======================================================================== diff --git a/poppler/SignatureInfo.cc b/poppler/SignatureInfo.cc index 7450c115..fc8fe323 100644 --- a/poppler/SignatureInfo.cc +++ b/poppler/SignatureInfo.cc @@ -13,6 +13,7 @@ // Copyright 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. // Copyright 2021 André Guerreiro <[email protected]> // Copyright 2021 Marek Kasik <[email protected]> +// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> // //======================================================================== diff --git a/poppler/SignatureInfo.h b/poppler/SignatureInfo.h index 0a3b5b4d..85311db4 100644 --- a/poppler/SignatureInfo.h +++ b/poppler/SignatureInfo.h @@ -13,6 +13,7 @@ // Copyright 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. // Copyright 2021 André Guerreiro <[email protected]> // Copyright 2021 Marek Kasik <[email protected]> +// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> // //======================================================================== diff --git a/qt5/src/poppler-form.cc b/qt5/src/poppler-form.cc index 2de1d6e0..235b79ae 100644 --- a/qt5/src/poppler-form.cc +++ b/qt5/src/poppler-form.cc @@ -1,6 +1,6 @@ /* poppler-form.h: qt interface to poppler * Copyright (C) 2007-2008, 2011, Pino Toscano <[email protected]> - * Copyright (C) 2008, 2011, 2012, 2015-2022 Albert Astals Cid <[email protected]> + * Copyright (C) 2008, 2011, 2012, 2015-2023 Albert Astals Cid <[email protected]> * Copyright (C) 2011 Carlos Garcia Campos <[email protected]> * Copyright (C) 2012, Adam Reichold <[email protected]> * Copyright (C) 2016, Hanno Meyer-Thurow <[email protected]> @@ -16,6 +16,7 @@ * Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. * Copyright (C) 2021 Theofilos Intzoglou <[email protected]> * Copyright (C) 2022 Alexander Sulfrian <[email protected]> + * Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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 8ae6e6fb..876e0588 100644 --- a/qt6/src/poppler-form.cc +++ b/qt6/src/poppler-form.cc @@ -1,6 +1,6 @@ /* poppler-form.h: qt interface to poppler * Copyright (C) 2007-2008, 2011, Pino Toscano <[email protected]> - * Copyright (C) 2008, 2011, 2012, 2015-2022 Albert Astals Cid <[email protected]> + * Copyright (C) 2008, 2011, 2012, 2015-2023 Albert Astals Cid <[email protected]> * Copyright (C) 2011 Carlos Garcia Campos <[email protected]> * Copyright (C) 2012, Adam Reichold <[email protected]> * Copyright (C) 2016, Hanno Meyer-Thurow <[email protected]> @@ -16,6 +16,7 @@ * Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. * Copyright (C) 2021 Theofilos Intzoglou <[email protected]> * Copyright (C) 2022 Alexander Sulfrian <[email protected]> + * Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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 efca6bbc..9722c6a1 100644 --- a/utils/pdfsig.cc +++ b/utils/pdfsig.cc @@ -6,7 +6,7 @@ // // Copyright 2015 André Guerreiro <[email protected]> // Copyright 2015 André Esser <[email protected]> -// Copyright 2015, 2017-2022 Albert Astals Cid <[email protected]> +// Copyright 2015, 2017-2023 Albert Astals Cid <[email protected]> // Copyright 2016 Markus Kilås <[email protected]> // Copyright 2017, 2019 Hans-Ulrich Jüttner <[email protected]> // Copyright 2017, 2019 Adrian Johnson <[email protected]> @@ -18,6 +18,7 @@ // Copyright 2021 Theofilos Intzoglou <[email protected]> // Copyright 2022 Felix Jung <[email protected]> // Copyright 2022 Erich E. Hoover <[email protected]> +// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> // //========================================================================
