poppler/DCTStream.cc | 1 + poppler/DCTStream.h | 1 + poppler/GfxState.cc | 1 + 3 files changed, 3 insertions(+)
New commits: commit 82d54ba9b70731afb05521727999f59aaae99912 Author: Albert Astals Cid <[email protected]> Date: Sun Dec 13 23:33:48 2020 +0100 Update (C) diff --git a/poppler/DCTStream.cc b/poppler/DCTStream.cc index 29287cd8..df8a9fce 100644 --- a/poppler/DCTStream.cc +++ b/poppler/DCTStream.cc @@ -12,6 +12,7 @@ // Copyright 2011 Tomas Hoger <[email protected]> // Copyright 2012, 2013 Thomas Freitag <[email protected]> // Copyright 2017 Adrian Johnson <[email protected]> +// Copyright 2020 viric <[email protected]> // //======================================================================== diff --git a/poppler/DCTStream.h b/poppler/DCTStream.h index 495ca0fc..543202c9 100644 --- a/poppler/DCTStream.h +++ b/poppler/DCTStream.h @@ -10,6 +10,7 @@ // Copyright 2010 Carlos Garcia Campos <[email protected]> // Copyright 2011 Daiki Ueno <[email protected]> // Copyright 2013 Thomas Freitag <[email protected]> +// Copyright 2020 viric <[email protected]> // //======================================================================== diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc index 4e5c7e5c..7d1ac037 100644 --- a/poppler/GfxState.cc +++ b/poppler/GfxState.cc @@ -35,6 +35,7 @@ // Copyright (C) 2018, 2019 Adam Reichold <[email protected]> // Copyright (C) 2019 LE GARREC Vincent <[email protected]> // Copyright (C) 2020 Philipp Knechtges <[email protected]> +// Copyright (C) 2020 viric <[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
