goo/GooString.h | 2 +- poppler/Annot.cc | 2 +- poppler/Form.cc | 2 +- poppler/PDFDocEncoding.h | 1 + poppler/Sound.cc | 1 + poppler/Sound.h | 1 + qt5/src/poppler-private.cc | 2 +- qt5/src/poppler-private.h | 2 +- utils/JSInfo.cc | 1 + 9 files changed, 9 insertions(+), 5 deletions(-)
New commits: commit ae2660175df533bb93578f7f60a5375a431ad865 Author: Albert Astals Cid <[email protected]> Date: Sun Feb 23 18:21:15 2020 +0100 Update (C) last commit diff --git a/goo/GooString.h b/goo/GooString.h index 78824455..af76356a 100644 --- a/goo/GooString.h +++ b/goo/GooString.h @@ -26,7 +26,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) 2019 Christophe Fergeau <[email protected]> // Copyright (C) 2019 Tomoyuki Kubota <[email protected]> -// Copyright (C) 2019 Oliver Sander <[email protected]> +// Copyright (C) 2019, 2020 Oliver Sander <[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/Annot.cc b/poppler/Annot.cc index 102dbf3f..27111711 100644 --- a/poppler/Annot.cc +++ b/poppler/Annot.cc @@ -41,7 +41,7 @@ // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2018 Dileep Sankhla <[email protected]> // Copyright (C) 2018, 2019 Tobias Deiminger <[email protected]> -// Copyright (C) 2018, 2019 Oliver Sander <[email protected]> +// Copyright (C) 2018-2020 Oliver Sander <[email protected]> // Copyright (C) 2019 Umang Malik <[email protected]> // Copyright (C) 2019 João Netto <[email protected]> // diff --git a/poppler/Form.cc b/poppler/Form.cc index 60226223..7af550e7 100644 --- a/poppler/Form.cc +++ b/poppler/Form.cc @@ -24,7 +24,7 @@ // Copyright 2018 Chinmoy Ranjan Pradhan <[email protected]> // Copyright 2018 Adam Reichold <[email protected]> // Copyright 2018, 2019 Nelson Benítez León <[email protected]> -// Copyright 2019 Oliver Sander <[email protected]> +// Copyright 2019, 2020 Oliver Sander <[email protected]> // Copyright 2019 Tomoyuki Kubota <[email protected]> // Copyright 2019 João Netto <[email protected]> // diff --git a/poppler/PDFDocEncoding.h b/poppler/PDFDocEncoding.h index 7df3e8cb..0023c74d 100644 --- a/poppler/PDFDocEncoding.h +++ b/poppler/PDFDocEncoding.h @@ -15,6 +15,7 @@ // // Copyright (C) 2007 Adrian Johnson <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> +// Copyright (C) 2020 Oliver Sander <[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/Sound.cc b/poppler/Sound.cc index 20c1b7f8..e4bfe116 100644 --- a/poppler/Sound.cc +++ b/poppler/Sound.cc @@ -1,6 +1,7 @@ /* Sound.cc - an object that holds the sound structure * Copyright (C) 2006-2007, Pino Toscano <[email protected]> * Copyright (C) 2009, 2017-2020, Albert Astals Cid <[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/poppler/Sound.h b/poppler/Sound.h index 5c049448..6b49921f 100644 --- a/poppler/Sound.h +++ b/poppler/Sound.h @@ -1,6 +1,7 @@ /* Sound.h - an object that holds the sound structure * Copyright (C) 2006-2007, Pino Toscano <[email protected]> * Copyright (C) 2017-2020, Albert Astals Cid <[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-private.cc b/qt5/src/poppler-private.cc index e630f565..02fb96e6 100644 --- a/qt5/src/poppler-private.cc +++ b/qt5/src/poppler-private.cc @@ -7,7 +7,7 @@ * Copyright (C) 2016 Jakub Alba <[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-2020 Adam Reichold <[email protected]> - * Copyright (C) 2019 Oliver Sander <[email protected]> + * Copyright (C) 2019, 2020 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Inspired on code by * Copyright (C) 2004 by Albert Astals Cid <[email protected]> diff --git a/qt5/src/poppler-private.h b/qt5/src/poppler-private.h index c6161364..03312daa 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -13,7 +13,7 @@ * Copyright (C) 2017 Christoph Cullmann <[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, 2020 Adam Reichold <[email protected]> - * Copyright (C) 2019 Oliver Sander <[email protected]> + * Copyright (C) 2019, 2020 Oliver Sander <[email protected]> * Copyright (C) 2019 João Netto <[email protected]> * Copyright (C) 2019 Jan Grulich <[email protected]> * Copyright (C) 2019 Alexander Volkov <[email protected]> diff --git a/utils/JSInfo.cc b/utils/JSInfo.cc index aa9402d5..b0869f09 100644 --- a/utils/JSInfo.cc +++ b/utils/JSInfo.cc @@ -7,6 +7,7 @@ // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2016, 2017, 2020 Albert Astals Cid <[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) 2020 Oliver Sander <[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
