cpp/poppler-page.cpp | 1 + cpp/poppler-page.h | 1 + cpp/tests/poppler-dump.cpp | 1 + 3 files changed, 3 insertions(+)
New commits: commit 98d6644607b976e0e5f2342629432f0074aeb453 Author: Albert Astals Cid <[email protected]> Date: Tue Mar 31 23:49:41 2020 +0200 Add (C) from last commit diff --git a/cpp/poppler-page.cpp b/cpp/poppler-page.cpp index d9533cfe..7150cd78 100644 --- a/cpp/poppler-page.cpp +++ b/cpp/poppler-page.cpp @@ -6,6 +6,7 @@ * Copyright (C) 2018, Adam Reichold <[email protected]> * Copyright (C) 2018, Zsombor Hollay-Horvath <[email protected]> * Copyright (C) 2018, Aleksey Nikolaev <[email protected]> + * Copyright (C) 2020, Jiri Jakes <[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/cpp/poppler-page.h b/cpp/poppler-page.h index 28cfaa95..22529d51 100644 --- a/cpp/poppler-page.h +++ b/cpp/poppler-page.h @@ -4,6 +4,7 @@ * Copyright (C) 2018, 2019, Albert Astals Cid <[email protected]> * Copyright (C) 2018, Zsombor Hollay-Horvath <[email protected]> * Copyright (C) 2018, Aleksey Nikolaev <[email protected]> + * Copyright (C) 2020, Jiri Jakes <[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/cpp/tests/poppler-dump.cpp b/cpp/tests/poppler-dump.cpp index 470327ef..6196b675 100644 --- a/cpp/tests/poppler-dump.cpp +++ b/cpp/tests/poppler-dump.cpp @@ -4,6 +4,7 @@ * Copyright (C) 2017, Jason Alan Palmer <[email protected]> * Copyright (C) 2018, Suzuki Toshiya <[email protected]> * Copyright (C) 2019, Masamichi Hosoda <[email protected]> + * Copyright (C) 2020, Jiri Jakes <[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
