poppler/FontInfo.cc | 2 +- poppler/FontInfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 64d538895f0631e32e3494de6d9aad1aaf51b55a Author: Albert Astals Cid <[email protected]> Date: Mon Feb 21 23:02:04 2022 +0100 Update (C) of last commit diff --git a/poppler/FontInfo.cc b/poppler/FontInfo.cc index 038255c0..d4cbc83b 100644 --- a/poppler/FontInfo.cc +++ b/poppler/FontInfo.cc @@ -14,7 +14,7 @@ // Copyright (C) 2012 Fabio D'Urso <[email protected]> // Copyright (C) 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright (C) 2018, 2019 Adam Reichold <[email protected]> -// Copyright (C) 2019, 2021 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2021, 2022 Oliver Sander <[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/FontInfo.h b/poppler/FontInfo.h index 0c920769..d13ae978 100644 --- a/poppler/FontInfo.h +++ b/poppler/FontInfo.h @@ -8,7 +8,7 @@ // Copyright (C) 2009 Pino Toscano <[email protected]> // Copyright (C) 2012 Adrian Johnson <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> -// Copyright (C) 2019, 2021 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2021, 2022 Oliver Sander <[email protected]> // Copyright (C) 2019 Adam Reichold <[email protected]> // // To see a description of the changes please see the Changelog file that
