cpp/poppler-font-private.h | 1 + cpp/poppler-font.cpp | 1 + cpp/poppler-font.h | 1 + cpp/poppler-page-private.h | 3 ++- cpp/poppler-page.cpp | 6 +++--- cpp/poppler-page.h | 3 ++- cpp/poppler-private.h | 4 ++-- cpp/tests/poppler-dump.cpp | 2 +- poppler/TextOutputDev.cc | 2 +- poppler/TextOutputDev.h | 1 + 10 files changed, 15 insertions(+), 9 deletions(-)
New commits: commit 846437d9a9e4dcca2d4e8dad6d395b47477c1707 Author: Albert Astals Cid <[email protected]> Date: Tue May 19 23:34:20 2020 +0200 Update (C) diff --git a/cpp/poppler-font-private.h b/cpp/poppler-font-private.h index aa26e2f9..666a3cb1 100644 --- a/cpp/poppler-font-private.h +++ b/cpp/poppler-font-private.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2009, Pino Toscano <[email protected]> * Copyright (C) 2015, Tamas Szekeres <[email protected]> + * Copyright (C) 2020, Suzuki Toshiya <[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-font.cpp b/cpp/poppler-font.cpp index e8a4076f..72df3506 100644 --- a/cpp/poppler-font.cpp +++ b/cpp/poppler-font.cpp @@ -3,6 +3,7 @@ * Copyright (C) 2015, Tamas Szekeres <[email protected]> * Copyright (C) 2018, Adam Reichold <[email protected]> * Copyright (C) 2019, Oliver Sander <[email protected]> + * Copyright (C) 2020, Suzuki Toshiya <[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-font.h b/cpp/poppler-font.h index 27667e78..d8cbf8ec 100644 --- a/cpp/poppler-font.h +++ b/cpp/poppler-font.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2009, Pino Toscano <[email protected]> + * Copyright (C) 2020, Suzuki Toshiya <[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-private.h b/cpp/poppler-page-private.h index 442f8bb1..ff8acbad 100644 --- a/cpp/poppler-page-private.h +++ b/cpp/poppler-page-private.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2009, Pino Toscano <[email protected]> - * Copyright (C) 2018, Albert Astals Cid <[email protected]> + * Copyright (C) 2018, 2020, Albert Astals Cid <[email protected]> + * Copyright (C) 2020, Suzuki Toshiya <[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.cpp b/cpp/poppler-page.cpp index 01b0409d..8e005ee8 100644 --- a/cpp/poppler-page.cpp +++ b/cpp/poppler-page.cpp @@ -1,9 +1,9 @@ /* * Copyright (C) 2009-2010, Pino Toscano <[email protected]> - * Copyright (C) 2017-2019, Albert Astals Cid <[email protected]> + * Copyright (C) 2017-2020, Albert Astals Cid <[email protected]> * Copyright (C) 2017, Jason Alan Palmer <[email protected]> - * Copyright (C) 2018, Suzuki Toshiya <[email protected]> - * Copyright (C) 2018, Adam Reichold <[email protected]> + * Copyright (C) 2018, 2020, Suzuki Toshiya <[email protected]> + * Copyright (C) 2018, 2020, 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]> diff --git a/cpp/poppler-page.h b/cpp/poppler-page.h index dd6ebf2c..77deaae4 100644 --- a/cpp/poppler-page.h +++ b/cpp/poppler-page.h @@ -1,10 +1,11 @@ /* * Copyright (C) 2009-2010, Pino Toscano <[email protected]> - * Copyright (C) 2018, Suzuki Toshiya <[email protected]> + * Copyright (C) 2018, 2020, Suzuki Toshiya <[email protected]> * Copyright (C) 2018-2020, 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]> + * Copyright (C) 2020, 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/cpp/poppler-private.h b/cpp/poppler-private.h index 4ec159a8..848102e3 100644 --- a/cpp/poppler-private.h +++ b/cpp/poppler-private.h @@ -3,9 +3,9 @@ * Copyright (C) 2013 Adrian Johnson <[email protected]> * Copyright (C) 2014, Hans-Peter Deifel <[email protected]> * Copyright (C) 2016 Jakub Alba <[email protected]> - * Copyright (C) 2018, Suzuki Toshiya <[email protected]> + * Copyright (C) 2018, 2020, Suzuki Toshiya <[email protected]> * Copyright (C) 2018, 2020 Adam Reichold <[email protected]> - * Copyright (C) 2018 Albert Astals Cid <[email protected]> + * Copyright (C) 2018, 2020 Albert Astals Cid <[email protected]> * Copyright (C) 2018, Zsombor Hollay-Horvath <[email protected]> * * This program is free software; you can redistribute it and/or modify diff --git a/cpp/tests/poppler-dump.cpp b/cpp/tests/poppler-dump.cpp index ef391d78..c8be7544 100644 --- a/cpp/tests/poppler-dump.cpp +++ b/cpp/tests/poppler-dump.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2009-2010, Pino Toscano <[email protected]> * Copyright (C) 2017-2019, Albert Astals Cid <[email protected]> * Copyright (C) 2017, Jason Alan Palmer <[email protected]> - * Copyright (C) 2018, Suzuki Toshiya <[email protected]> + * Copyright (C) 2018, 2020, Suzuki Toshiya <[email protected]> * Copyright (C) 2019, Masamichi Hosoda <[email protected]> * Copyright (C) 2020, Jiri Jakes <[email protected]> * diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index 993a37da..7562c7b9 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -27,7 +27,7 @@ // Copyright (C) 2009 Kovid Goyal <[email protected]> // Copyright (C) 2010 Brian Ewins <[email protected]> // Copyright (C) 2010 Marek Kasik <[email protected]> -// Copyright (C) 2010 Suzuki Toshiya <[email protected]> +// Copyright (C) 2010, 2020 Suzuki Toshiya <[email protected]> // Copyright (C) 2011 Sam Liao <[email protected]> // Copyright (C) 2012 Horst Prote <[email protected]> // Copyright (C) 2012, 2013-2018 Jason Crain <[email protected]> diff --git a/poppler/TextOutputDev.h b/poppler/TextOutputDev.h index 62c95b0f..40db3002 100644 --- a/poppler/TextOutputDev.h +++ b/poppler/TextOutputDev.h @@ -26,6 +26,7 @@ // Copyright (C) 2018 Nelson Benítez León <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // Copyright (C) 2019 Dan Shea <[email protected]> +// Copyright (C) 2020 Suzuki Toshiya <[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
