poppler/JArithmeticDecoder.cc | 1 + poppler/JArithmeticDecoder.h | 1 + poppler/JBIG2Stream.cc | 2 +- poppler/JBIG2Stream.h | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-)
New commits: commit 66afa7bfeae4e3cddcb6a9ae7426b6ace01590c5 Author: Albert Astals Cid <[email protected]> Date: Tue Aug 11 00:14:00 2020 +0200 Update (C) diff --git a/poppler/JArithmeticDecoder.cc b/poppler/JArithmeticDecoder.cc index 843bcef5..5b9cae6d 100644 --- a/poppler/JArithmeticDecoder.cc +++ b/poppler/JArithmeticDecoder.cc @@ -14,6 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2019 Volker Krause <[email protected]> +// Copyright (C) 2020 Even Rouault <[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/JArithmeticDecoder.h b/poppler/JArithmeticDecoder.h index ce87d01f..1e172b47 100644 --- a/poppler/JArithmeticDecoder.h +++ b/poppler/JArithmeticDecoder.h @@ -17,6 +17,7 @@ // // Copyright (C) 2018 Albert Astals Cid <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> +// Copyright (C) 2020 Even Rouault <[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/JBIG2Stream.cc b/poppler/JBIG2Stream.cc index da3625b1..49270784 100644 --- a/poppler/JBIG2Stream.cc +++ b/poppler/JBIG2Stream.cc @@ -27,7 +27,7 @@ // Copyright (C) 2019 LE GARREC Vincent <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> -// Copyright (C) 2019 Even Rouault <[email protected]> +// Copyright (C) 2019, 2020 Even Rouault <[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/JBIG2Stream.h b/poppler/JBIG2Stream.h index 69ab587b..48d14737 100644 --- a/poppler/JBIG2Stream.h +++ b/poppler/JBIG2Stream.h @@ -19,7 +19,7 @@ // Copyright (C) 2019 Oliver Sander <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> // Copyright (C) 2019 Albert Astals Cid <[email protected]> -// Copyright (C) 2019 Even Rouault <[email protected]> +// Copyright (C) 2019, 2020 Even Rouault <[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
