poppler/OptionalContent.h | 1 + poppler/StructTreeRoot.cc | 1 + poppler/StructTreeRoot.h | 1 + qt5/src/poppler-link.cc | 1 + qt5/src/poppler-optcontent.cc | 1 + 5 files changed, 5 insertions(+)
New commits: commit 3105b61e0912df397dd712632d8ea16269ff4d94 Author: Albert Astals Cid <[email protected]> Date: Wed Sep 19 23:17:07 2018 +0200 Update (C) diff --git a/poppler/OptionalContent.h b/poppler/OptionalContent.h index b62b0ee6..6e9c52a6 100644 --- a/poppler/OptionalContent.h +++ b/poppler/OptionalContent.h @@ -5,6 +5,7 @@ // Copyright 2007 Brad Hards <[email protected]> // Copyright 2008 Carlos Garcia Campos <[email protected]> // Copyright 2013, 2018 Albert Astals Cid <[email protected]> +// Copyright 2018 Adam Reichold <[email protected]> // // Released under the GPL (version 2, or later, at your option) // diff --git a/poppler/StructTreeRoot.cc b/poppler/StructTreeRoot.cc index 4491f901..954b76a7 100644 --- a/poppler/StructTreeRoot.cc +++ b/poppler/StructTreeRoot.cc @@ -9,6 +9,7 @@ // Copyright 2017 Jan-Erik S <[email protected]> // Copyright 2017, 2018 Albert Astals Cid <[email protected]> // Copyright 2017, 2018 Adrian Johnson <[email protected]> +// Copyright 2018, Adam Reichold <[email protected]> // //======================================================================== diff --git a/poppler/StructTreeRoot.h b/poppler/StructTreeRoot.h index e71b2ff7..90848649 100644 --- a/poppler/StructTreeRoot.h +++ b/poppler/StructTreeRoot.h @@ -7,6 +7,7 @@ // Copyright 2013, 2014 Igalia S.L. // Copyright 2018 Albert Astals Cid <[email protected]> // Copyright 2018 Adrian Johnson <[email protected]> +// Copyright 2018 Adam Reichold <[email protected]> // //======================================================================== diff --git a/qt5/src/poppler-link.cc b/qt5/src/poppler-link.cc index b85ee493..0ea2c461 100644 --- a/qt5/src/poppler-link.cc +++ b/qt5/src/poppler-link.cc @@ -5,6 +5,7 @@ * Copyright (C) 2012, Tobias Koenig <[email protected]> * Copyright (C) 2012, Guillermo A. Amaral B. <[email protected]> * Copyright (C) 2018 Intevation GmbH <[email protected]> + * Copyright (C) 2018 Adam Reichold <[email protected]> * Adapting code from * Copyright (C) 2004 by Enrico Ros <[email protected]> * diff --git a/qt5/src/poppler-optcontent.cc b/qt5/src/poppler-optcontent.cc index f5fc6d7e..9d8bf7cb 100644 --- a/qt5/src/poppler-optcontent.cc +++ b/qt5/src/poppler-optcontent.cc @@ -6,6 +6,7 @@ * Copyright (C) 2015-2018, Albert Astals Cid <[email protected]> * Copyright (C) 2017, Hubert Figuière <[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]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
