goo/GooString.cc | 1 + goo/GooString.h | 1 + make-glib-api-docs | 1 + qt5/demos/navigationtoolbar.cpp | 1 + 4 files changed, 4 insertions(+)
New commits: commit c017531fdebdd8a9d56c86ba89e861cc067000a2 Author: Albert Astals Cid <[email protected]> Date: Sun Nov 24 09:52:54 2019 +0100 Update (C) of few past commits diff --git a/goo/GooString.cc b/goo/GooString.cc index 998c77ec..8120146a 100644 --- a/goo/GooString.cc +++ b/goo/GooString.cc @@ -29,6 +29,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 Adam Reichold <[email protected]> // Copyright (C) 2018 Greg Knight <[email protected]> +// Copyright (C) 2019 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/goo/GooString.h b/goo/GooString.h index 16e83a26..5d17c4e5 100644 --- a/goo/GooString.h +++ b/goo/GooString.h @@ -26,6 +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]> // // 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/make-glib-api-docs b/make-glib-api-docs index fca9279b..ad9db87a 100755 --- a/make-glib-api-docs +++ b/make-glib-api-docs @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # # Copyright (C) 2017 Carlos Garcia Campos <[email protected]> +# Copyright (C) 2019 Albert Astals Cid <[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/demos/navigationtoolbar.cpp b/qt5/demos/navigationtoolbar.cpp index 77a011f1..41603077 100644 --- a/qt5/demos/navigationtoolbar.cpp +++ b/qt5/demos/navigationtoolbar.cpp @@ -1,6 +1,7 @@ /* * Copyright (C) 2008-2009, Pino Toscano <[email protected]> * Copyright (C) 2013, Fabio D'Urso <[email protected]> + * Copyright (C) 2019, Albert Astals Cid <[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
