poppler/Form.cc | 2 +- poppler/Gfx.cc | 2 +- poppler/GlobalParamsWin.cc | 2 +- poppler/Hints.cc | 1 + poppler/Lexer.h | 1 + poppler/Linearization.cc | 1 + poppler/Parser.cc | 2 +- poppler/Parser.h | 1 + 8 files changed, 8 insertions(+), 4 deletions(-)
New commits: commit f25f7f19fab3559ecf2d427a52193767c02e2640 Author: Albert Astals Cid <[email protected]> Date: Sun Mar 31 01:19:46 2019 +0100 Update (C) of previous commits diff --git a/poppler/Form.cc b/poppler/Form.cc index c3091deb..43eb7e56 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -23,7 +23,7 @@ // 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 Chinmoy Ranjan Pradhan <[email protected]> // Copyright 2018 Adam Reichold <[email protected]> -// Copyright 2018 Nelson Benítez León <[email protected]> +// Copyright 2018, 2019 Nelson Benítez León <[email protected]> // Copyright 2019 Oliver Sander <[email protected]> // //======================================================================== diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index eaeede53..ef57e512 100644 --- a/poppler/Gfx.cc +++ b/poppler/Gfx.cc @@ -39,7 +39,7 @@ // Copyright (C) 2012 Lu Wang <[email protected]> // Copyright (C) 2014 Jason Crain <[email protected]> // Copyright (C) 2017, 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]> +// Copyright (C) 2018, 2019 Adam Reichold <[email protected]> // Copyright (C) 2018 Denis Onishchenko <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/poppler/GlobalParamsWin.cc b/poppler/GlobalParamsWin.cc index 82f97e48..96c65521 100644 --- a/poppler/GlobalParamsWin.cc +++ b/poppler/GlobalParamsWin.cc @@ -6,7 +6,7 @@ // Copyright (C) 2012 Suzuki Toshiya <[email protected]> // Copyright (C) 2012, 2017 Adrian Johnson <[email protected]> // Copyright (C) 2012 Mark Brand <[email protected]> - // Copyright (C) 2013, 2018 Adam Reichold <[email protected]> + // Copyright (C) 2013, 2018, 2019 Adam Reichold <[email protected]> // Copyright (C) 2013 Dmytro Morgun <[email protected]> // Copyright (C) 2017 Christoph Cullmann <[email protected]> // Copyright (C) 2017, 2018 Albert Astals Cid <[email protected]> diff --git a/poppler/Hints.cc b/poppler/Hints.cc index 6adf10a0..aeb7542c 100644 --- a/poppler/Hints.cc +++ b/poppler/Hints.cc @@ -11,6 +11,7 @@ // Copyright 2014 Fabio D'Urso <[email protected]> // Copyright 2016 Jeffrey Morlan <[email protected]> // Copyright 2019 LE GARREC Vincent <[email protected]> +// Copyright 2019 Adam Reichold <[email protected]> // //======================================================================== diff --git a/poppler/Lexer.h b/poppler/Lexer.h index 2666715d..e553b440 100644 --- a/poppler/Lexer.h +++ b/poppler/Lexer.h @@ -17,6 +17,7 @@ // Copyright (C) 2006 Krzysztof Kowalczyk <[email protected]> // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> +// Copyright (C) 2019 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/Linearization.cc b/poppler/Linearization.cc index 550b9bff..0fea7539 100644 --- a/poppler/Linearization.cc +++ b/poppler/Linearization.cc @@ -7,6 +7,7 @@ // Copyright 2010, 2012 Hib Eris <[email protected]> // Copyright 2015 Jason Crain <[email protected]> // Copyright 2017 Albert Astals Cid <[email protected]> +// Copyright 2019 Adam Reichold <[email protected]> // //======================================================================== diff --git a/poppler/Parser.cc b/poppler/Parser.cc index cb9ebf93..0cb1f7fb 100644 --- a/poppler/Parser.cc +++ b/poppler/Parser.cc @@ -20,7 +20,7 @@ // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2013 Thomas Freitag <[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]> +// Copyright (C) 2018, 2019 Adam Reichold <[email protected]> // Copyright (C) 2018 Marek Kasik <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/poppler/Parser.h b/poppler/Parser.h index fc92adea..9a6812e4 100644 --- a/poppler/Parser.h +++ b/poppler/Parser.h @@ -17,6 +17,7 @@ // Copyright (C) 2012 Hib Eris <[email protected]> // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> +// Copyright (C) 2019 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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
