goo/JpegWriter.cc | 1 + poppler/StdinCachedFile.cc | 1 + poppler/TextOutputDev.cc | 1 + utils/pdftocairo.cc | 1 + utils/pdftoppm.cc | 1 + 5 files changed, 5 insertions(+)
New commits: commit e8003bd8cde3b4b6b2954ad7370d3ece71607673 Author: Albert Astals Cid <[email protected]> Date: Sun Aug 29 22:51:06 2021 +0200 Update (C) diff --git a/goo/JpegWriter.cc b/goo/JpegWriter.cc index f122c27a..c6be3a9f 100644 --- a/goo/JpegWriter.cc +++ b/goo/JpegWriter.cc @@ -12,6 +12,7 @@ // Copyright (C) 2017, 2018 Albert Astals Cid <[email protected]> // Copyright (C) 2018 Martin Packman <[email protected]> // Copyright (C) 2018 Ed Porras <[email protected]> +// Copyright (C) 2021 Peter Williams <[email protected]> // //======================================================================== diff --git a/poppler/StdinCachedFile.cc b/poppler/StdinCachedFile.cc index 90e38aaf..a5110be0 100644 --- a/poppler/StdinCachedFile.cc +++ b/poppler/StdinCachedFile.cc @@ -7,6 +7,7 @@ // Copyright 2010 Hib Eris <[email protected]> // Copyright 2010 Albert Astals Cid <[email protected]> // Copyright 2010 Jonathan Liu <[email protected]> +// Copyright 2021 Peter Williams <[email protected]> // //======================================================================== diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc index 9583a700..7f2fb9fb 100644 --- a/poppler/TextOutputDev.cc +++ b/poppler/TextOutputDev.cc @@ -43,6 +43,7 @@ // Copyright (C) 2019 Christian Persch <[email protected]> // Copyright (C) 2019 Oliver Sander <[email protected]> // Copyright (C) 2019 Dan Shea <[email protected]> +// Copyright (C) 2021 Peter Williams <[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/utils/pdftocairo.cc b/utils/pdftocairo.cc index b9ee9129..1e4b3986 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -37,6 +37,7 @@ // Copyright (C) 2020, 2021 Oliver Sander <[email protected]> // Copyright (C) 2020 Philipp Knechtges <[email protected]> // Copyright (C) 2020 Salvo Miosi <[email protected]> +// Copyright (C) 2021 Peter Williams <[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/utils/pdftoppm.cc b/utils/pdftoppm.cc index 76d35c8c..c693b31d 100644 --- a/utils/pdftoppm.cc +++ b/utils/pdftoppm.cc @@ -36,6 +36,7 @@ // Copyright (C) 2020 Stéfan van der Walt <[email protected]> // Copyright (C) 2020 Philipp Knechtges <[email protected]> // Copyright (C) 2021 Diogo Kollross <[email protected]> +// Copyright (C) 2021 Peter Williams <[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
