poppler/Parser.cc | 1 + poppler/XRef.h | 1 + 2 files changed, 2 insertions(+)
New commits: commit 2cd0ded91ad25a655ddd0c3ff14bc8c25c4eb410 Author: Albert Astals Cid <[email protected]> Date: Sat Nov 3 01:43:30 2018 +0100 Update (C) diff --git a/poppler/Parser.cc b/poppler/Parser.cc index 8f48efbe..733cdbb0 100644 --- a/poppler/Parser.cc +++ b/poppler/Parser.cc @@ -21,6 +21,7 @@ // Copyright (C) 2013 Thomas Freitag <[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 Adam Reichold <[email protected]> +// Copyright (C) 2018 Marek Kasik <[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 2eb2f9fd..dc6659a9 100644 --- a/poppler/XRef.h +++ b/poppler/XRef.h @@ -24,6 +24,7 @@ // Copyright (C) 2013, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2016 Jakub Alba <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018 Marek Kasik <[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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
