diff options
author | Albert Astals Cid <aacid@kde.org> | 2024-12-20 12:32:40 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2024-12-20 12:32:40 +0100 |
commit | a3fd179de9002c26da5cac62ca728894808e6513 (patch) | |
tree | c41bf9b68b24069818211edb107d64f9c1af73d0 | |
parent | 99c9fe76ed537939be665c183cfd31a3e7925a74 (diff) |
Update (C)
-rw-r--r-- | poppler/NameToCharCode.cc | 1 | ||||
-rw-r--r-- | poppler/NameToCharCode.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/poppler/NameToCharCode.cc b/poppler/NameToCharCode.cc index 78aa6bee..a811f924 100644 --- a/poppler/NameToCharCode.cc +++ b/poppler/NameToCharCode.cc @@ -14,6 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2019 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2024 g10 Code GmbH, Author: Sune Stolborg Vuorela <sune@vuorela.dk> // // 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/NameToCharCode.h b/poppler/NameToCharCode.h index 3b74e354..7b4b6d83 100644 --- a/poppler/NameToCharCode.h +++ b/poppler/NameToCharCode.h @@ -14,6 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2018, 2019 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2024 g10 Code GmbH, Author: Sune Stolborg Vuorela <sune@vuorela.dk> // // 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 |