diff options
author | Albert Astals Cid <aacid@kde.org> | 2024-02-15 23:28:06 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2024-02-15 23:28:06 +0100 |
commit | 4b109c2fdcd1d170d329178dd2f33ae55cc3fef0 (patch) | |
tree | e446d2acf40dbf6511d1a2fa392b9d4336f5b68d | |
parent | 90726f1e54c3be924f8a0419fc6fca4657127d89 (diff) |
Update (C)
-rw-r--r-- | utils/ImageOutputDev.cc | 1 | ||||
-rw-r--r-- | utils/ImageOutputDev.h | 1 | ||||
-rw-r--r-- | utils/pdfimages.cc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/utils/ImageOutputDev.cc b/utils/ImageOutputDev.cc index 74a9a608..3af77555 100644 --- a/utils/ImageOutputDev.cc +++ b/utils/ImageOutputDev.cc @@ -27,6 +27,7 @@ // Copyright (C) 2018 Andreas Gruenbacher <agruenba@redhat.com> // Copyright (C) 2020 mrbax <12640-mrbax@users.noreply.gitlab.freedesktop.org> // Copyright (C) 2024 Fernando Herrera <fherrera@onirica.com> +// Copyright (C) 2024 Sebastian J. Bronner <waschtl@sbronner.com> // // 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/utils/ImageOutputDev.h b/utils/ImageOutputDev.h index d23c1638..d0f6d30c 100644 --- a/utils/ImageOutputDev.h +++ b/utils/ImageOutputDev.h @@ -21,6 +21,7 @@ // Copyright (C) 2013 Thomas Freitag <Thomas.Freitag@alfa.de> // Copyright (C) 2018, 2019, 2021, 2024 Albert Astals Cid <aacid@kde.org> // Copyright (C) 2024 Fernando Herrera <fherrera@onirica.com> +// Copyright (C) 2024 Sebastian J. Bronner <waschtl@sbronner.com> // // 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/utils/pdfimages.cc b/utils/pdfimages.cc index 937dafc6..f208377c 100644 --- a/utils/pdfimages.cc +++ b/utils/pdfimages.cc @@ -24,6 +24,7 @@ // Copyright (C) 2019, 2021 Oliver Sander <oliver.sander@tu-dresden.de> // Copyright (C) 2019 Hartmut Goebel <h.goebel@crazy-compilers.com> // Copyright (C) 2024 Fernando Herrera <fherrera@onirica.com> +// Copyright (C) 2024 Sebastian J. Bronner <waschtl@sbronner.com> // // 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 |