poppler/PDFDoc.cc | 2 +- poppler/PSOutputDev.cc | 1 + poppler/PSOutputDev.h | 1 + poppler/XRef.cc | 1 + poppler/XRef.h | 1 + 5 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit d9d1550a3e337e041cf2801dfcb0366fcb5b16d0 Author: Albert Astals Cid <[email protected]> Date: Wed Jun 28 00:47:14 2023 +0200 Update (C) diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc index bcdbc5fc..74faf5f7 100644 --- a/poppler/PDFDoc.cc +++ b/poppler/PDFDoc.cc @@ -54,7 +54,7 @@ // Copyright (C) 2022 Felix Jung <[email protected]> // Copyright (C) 2022 crt <[email protected]> // Copyright (C) 2022 Erich E. Hoover <[email protected]> -// Copyright 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[email protected]> +// Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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/PSOutputDev.cc b/poppler/PSOutputDev.cc index 11832b23..e6e1b8f8 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -38,6 +38,7 @@ // Copyright (C) 2019, 2021-2023 Oliver Sander <[email protected]> // Copyright (C) 2020, 2021 Philipp Knechtges <[email protected]> // Copyright (C) 2021 Hubert Figuiere <[email protected]> +// Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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/PSOutputDev.h b/poppler/PSOutputDev.h index a09f3567..f27fadbc 100644 --- a/poppler/PSOutputDev.h +++ b/poppler/PSOutputDev.h @@ -30,6 +30,7 @@ // Copyright (C) 2019, 2023 Oliver Sander <[email protected]> // Copyright (C) 2021 Hubert Figuiere <[email protected]> // Copyright (C) 2021 Christian Persch <[email protected]> +// Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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/XRef.cc b/poppler/XRef.cc index 9e6266ae..89f7390f 100644 --- a/poppler/XRef.cc +++ b/poppler/XRef.cc @@ -32,6 +32,7 @@ // Copyright (C) 2010 William Bader <[email protected]> // Copyright (C) 2021 Mahmoud Khalil <[email protected]> // Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. +// Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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/XRef.h b/poppler/XRef.h index 5c9877d0..7f8a58d8 100644 --- a/poppler/XRef.h +++ b/poppler/XRef.h @@ -27,6 +27,7 @@ // Copyright (C) 2018 Marek Kasik <[email protected]> // Copyright (C) 2021 Mahmoud Khalil <[email protected]> // Copyright (C) 2021 Georgiy Sgibnev <[email protected]>. Work sponsored by lab50.net. +// Copyright (C) 2023 g10 Code GmbH, Author: Sune Stolborg Vuorela <[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
