poppler/Annot.cc | 2 +- poppler/Annot.h | 2 +- qt5/src/poppler-annotation.cc | 2 +- utils/HtmlOutputDev.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 732bc31dcc7aa7fda42e4dbaa8a17f0d39125156 Author: Albert Astals Cid <[email protected]> Date: Fri Mar 22 22:35:45 2019 +0100 Update (C) of past commits diff --git a/poppler/Annot.cc b/poppler/Annot.cc index c75837f6..dc39507b 100644 --- a/poppler/Annot.cc +++ b/poppler/Annot.cc @@ -40,7 +40,7 @@ // Copyright 2018 Andre Heinecke <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Dileep Sankhla <[email protected]> -// Copyright (C) 2018 Tobias Deiminger <[email protected]> +// Copyright (C) 2018, 2019 Tobias Deiminger <[email protected]> // Copyright (C) 2018, 2019 Oliver Sander <[email protected]> // Copyright (C) 2019 Umang Malik <[email protected]> // diff --git a/poppler/Annot.h b/poppler/Annot.h index 105ed2e4..0200bb6a 100644 --- a/poppler/Annot.h +++ b/poppler/Annot.h @@ -28,7 +28,7 @@ // Copyright (C) 2013, 2017 Adrian Johnson <[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 Dileep Sankhla <[email protected]> -// Copyright (C) 2018 Tobias Deiminger <[email protected]> +// Copyright (C) 2018, 2019 Tobias Deiminger <[email protected]> // Copyright (C) 2018 Oliver Sander <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2019 Umang Malik <[email protected]> diff --git a/qt5/src/poppler-annotation.cc b/qt5/src/poppler-annotation.cc index b372ccb3..80a8589f 100644 --- a/qt5/src/poppler-annotation.cc +++ b/qt5/src/poppler-annotation.cc @@ -8,7 +8,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) 2018 Dileep Sankhla <[email protected]> - * Copyright (C) 2018 Tobias Deiminger <[email protected]> + * Copyright (C) 2018, 2019 Tobias Deiminger <[email protected]> * Copyright (C) 2018 Carlos Garcia Campos <[email protected]> * Adapting code from * Copyright (C) 2004 by Enrico Ros <[email protected]> diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc index 4bebe59b..e8380a14 100644 --- a/utils/HtmlOutputDev.cc +++ b/utils/HtmlOutputDev.cc @@ -42,7 +42,7 @@ // Copyright (C) 2017 Caolán McNamara <[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 Thibaut Brard <[email protected]> -// Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2018, 2019 Adam Reichold <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // // To see a description of the changes please see the Changelog file that _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
