poppler/Link.cc | 2 +- poppler/Link.h | 1 + qt5/src/poppler-link-private.h | 1 + qt5/src/poppler-link.h | 1 + qt5/src/poppler-optcontent.cc | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-)
New commits: commit 04debcf2a044d358aa8cd3694739db7d5471da0e Author: Albert Astals Cid <[email protected]> Date: Sat Jan 4 11:37:01 2020 +0100 Update (C) of previous commits diff --git a/poppler/Link.cc b/poppler/Link.cc index 888a0f1b..c9af4033 100644 --- a/poppler/Link.cc +++ b/poppler/Link.cc @@ -22,7 +22,7 @@ // Copyright (C) 2012 Tobias Koening <[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 Intevation GmbH <[email protected]> -// Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018, 2020 Adam Reichold <[email protected]> // Copyright (C) 2019, 2020 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that diff --git a/poppler/Link.h b/poppler/Link.h index 22f43d9f..4d10f2dd 100644 --- a/poppler/Link.h +++ b/poppler/Link.h @@ -21,6 +21,7 @@ // 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 Intevation GmbH <[email protected]> // Copyright (C) 2019, 2020 Oliver Sander <[email protected]> +// Copyright (C) 2020 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/qt5/src/poppler-link-private.h b/qt5/src/poppler-link-private.h index ed12f70b..58139377 100644 --- a/qt5/src/poppler-link-private.h +++ b/qt5/src/poppler-link-private.h @@ -1,6 +1,7 @@ /* poppler-link-private.h: qt interface to poppler * Copyright (C) 2016, 2018, Albert Astals Cid <[email protected]> * Copyright (C) 2018 Intevation GmbH <[email protected]> + * Copyright (C) 2020 Oliver Sander <[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-link.h b/qt5/src/poppler-link.h index 24dd24c4..393d09b8 100644 --- a/qt5/src/poppler-link.h +++ b/qt5/src/poppler-link.h @@ -5,6 +5,7 @@ * Copyright (C) 2012, Tobias Koenig <[email protected]> * Copyright (C) 2013, Anthony Granger <[email protected]> * Copyright (C) 2018 Intevation GmbH <[email protected]> + * Copyright (C) 2020 Oliver Sander <[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 5b71be80..7abac60f 100644 --- a/qt5/src/poppler-optcontent.cc +++ b/qt5/src/poppler-optcontent.cc @@ -7,7 +7,7 @@ * 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]> - * Copyright (C) 2019 Oliver Sander <[email protected]> + * Copyright (C) 2019, 2020 Oliver Sander <[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
