goo/GooString.cc | 1 + poppler/StructElement.cc | 1 + poppler/StructElement.h | 1 + 3 files changed, 3 insertions(+)
New commits: commit a186b43382a8c4e8a4443f9d7048a103499ba264 Author: Albert Astals Cid <[email protected]> Date: Mon Oct 29 23:35:30 2018 +0100 Update (C) diff --git a/goo/GooString.cc b/goo/GooString.cc index 7e502435..1c8d08c2 100644 --- a/goo/GooString.cc +++ b/goo/GooString.cc @@ -27,6 +27,7 @@ // Copyright (C) 2015 William Bader <[email protected]> // Copyright (C) 2016 Jakub Alba <[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]> // // 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/StructElement.cc b/poppler/StructElement.cc index a2d93380..03115f3c 100644 --- a/poppler/StructElement.cc +++ b/poppler/StructElement.cc @@ -10,6 +10,7 @@ // Copyright 2015 Dmytro Morgun <[email protected]> // Copyright 2018 Adrian Johnson <[email protected]> // Copyright 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich +// Copyright 2018 Adam Reichold <[email protected]> // //======================================================================== diff --git a/poppler/StructElement.h b/poppler/StructElement.h index 8a04f14a..d6063ce0 100644 --- a/poppler/StructElement.h +++ b/poppler/StructElement.h @@ -7,6 +7,7 @@ // Copyright 2013, 2014 Igalia S.L. // Copyright 2014 Luigi Scarso <[email protected]> // Copyright 2014, 2018 Albert Astals Cid <[email protected]> +// Copyright 2018 Adam Reichold <[email protected]> // //======================================================================== _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
