qt5/demos/toc.cpp | 1 + qt5/src/poppler-outline-private.h | 2 ++ qt5/src/poppler-outline.cc | 2 ++ qt5/src/poppler-qt5.h | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-)
New commits: commit c8e6e73a28f6d66e6babedf9cc8da4f10b9e5ffe Author: Albert Astals Cid <[email protected]> Date: Wed Jan 9 20:07:10 2019 +0100 Update (C) of previous commits diff --git a/qt5/demos/toc.cpp b/qt5/demos/toc.cpp index 50d4d68d..db47c676 100644 --- a/qt5/demos/toc.cpp +++ b/qt5/demos/toc.cpp @@ -1,5 +1,6 @@ /* * Copyright (C) 2008, Pino Toscano <[email protected]> + * 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 diff --git a/qt5/src/poppler-outline-private.h b/qt5/src/poppler-outline-private.h index 6c00c162..01b7b83d 100644 --- a/qt5/src/poppler-outline-private.h +++ b/qt5/src/poppler-outline-private.h @@ -1,5 +1,7 @@ /* poppler-outline-private.h: qt interface to poppler * + * 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 * the Free Software Foundation; either version 2, or (at your option) diff --git a/qt5/src/poppler-outline.cc b/qt5/src/poppler-outline.cc index b420a3ef..c0fbefaf 100644 --- a/qt5/src/poppler-outline.cc +++ b/qt5/src/poppler-outline.cc @@ -1,5 +1,7 @@ /* poppler-outline.cc: qt interface to poppler * + * 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 * the Free Software Foundation; either version 2, or (at your option) diff --git a/qt5/src/poppler-qt5.h b/qt5/src/poppler-qt5.h index 38dd05fc..c03fec15 100644 --- a/qt5/src/poppler-qt5.h +++ b/qt5/src/poppler-qt5.h @@ -12,7 +12,7 @@ * Copyright (C) 2012, Guillermo A. Amaral B. <[email protected]> * Copyright (C) 2012, Fabio D'Urso <[email protected]> * Copyright (C) 2012, Tobias Koenig <[email protected]> - * Copyright (C) 2012, 2014, 2015, 2019 Adam Reichold <[email protected]> + * Copyright (C) 2012, 2014, 2015, 2018, 2019 Adam Reichold <[email protected]> * Copyright (C) 2012, 2013 Thomas Freitag <[email protected]> * Copyright (C) 2013 Anthony Granger <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
