poppler/Gfx.cc | 2 +- poppler/MarkedContentOutputDev.cc | 1 + poppler/MarkedContentOutputDev.h | 1 + poppler/OutputDev.h | 2 +- poppler/StructElement.cc | 2 +- poppler/StructElement.h | 1 + 6 files changed, 6 insertions(+), 3 deletions(-)
New commits: commit acd8b7c3bb6c3b35e7c79cc91b52dbb09e5ad9e3 Author: Albert Astals Cid <[email protected]> Date: Sun Oct 10 11:00:20 2021 +0200 Update (C) diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index c596b147..27ac3173 100644 --- a/poppler/Gfx.cc +++ b/poppler/Gfx.cc @@ -20,7 +20,7 @@ // Copyright (C) 2006-2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2006, 2007 Jeff Muizelaar <[email protected]> // Copyright (C) 2007, 2008 Brad Hards <[email protected]> -// Copyright (C) 2007, 2011, 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2007, 2011, 2017, 2021 Adrian Johnson <[email protected]> // Copyright (C) 2007, 2008 Iñigo Martínez <[email protected]> // Copyright (C) 2007 Koji Otani <[email protected]> // Copyright (C) 2007 Krzysztof Kowalczyk <[email protected]> diff --git a/poppler/MarkedContentOutputDev.cc b/poppler/MarkedContentOutputDev.cc index 558af589..3573adf2 100644 --- a/poppler/MarkedContentOutputDev.cc +++ b/poppler/MarkedContentOutputDev.cc @@ -6,6 +6,7 @@ // // Copyright 2013 Igalia S.L. // Copyright 2018-2020 Albert Astals Cid <[email protected]> +// Copyright 2021 Adrian Johnson <[email protected]> // //======================================================================== diff --git a/poppler/MarkedContentOutputDev.h b/poppler/MarkedContentOutputDev.h index ace886d0..8d46d1a2 100644 --- a/poppler/MarkedContentOutputDev.h +++ b/poppler/MarkedContentOutputDev.h @@ -6,6 +6,7 @@ // // Copyright 2013 Igalia S.L. // Copyright 2018-2021 Albert Astals Cid <[email protected]> +// Copyright 2021 Adrian Johnson <[email protected]> // //======================================================================== diff --git a/poppler/OutputDev.h b/poppler/OutputDev.h index 00b42e47..505891bf 100644 --- a/poppler/OutputDev.h +++ b/poppler/OutputDev.h @@ -16,7 +16,7 @@ // Copyright (C) 2005 Jonathan Blandford <[email protected]> // Copyright (C) 2006 Thorkild Stray <[email protected]> // Copyright (C) 2007 Jeff Muizelaar <[email protected]> -// Copyright (C) 2007, 2011, 2017 Adrian Johnson <[email protected]> +// Copyright (C) 2007, 2011, 2017, 2021 Adrian Johnson <[email protected]> // Copyright (C) 2009-2013, 2015 Thomas Freitag <[email protected]> // Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009, 2012, 2013, 2018, 2019, 2021 Albert Astals Cid <[email protected]> diff --git a/poppler/StructElement.cc b/poppler/StructElement.cc index 2c703668..e5521177 100644 --- a/poppler/StructElement.cc +++ b/poppler/StructElement.cc @@ -8,7 +8,7 @@ // Copyright 2014 Luigi Scarso <[email protected]> // Copyright 2014, 2017-2019 Albert Astals Cid <[email protected]> // Copyright 2015 Dmytro Morgun <[email protected]> -// Copyright 2018 Adrian Johnson <[email protected]> +// Copyright 2018, 2021 Adrian Johnson <[email protected]> // Copyright 2018 Klarälvdalens Datakonsult AB, a KDAB Group company, <[email protected]>. Work sponsored by the LiMux project of the city of Munich // Copyright 2018 Adam Reichold <[email protected]> // diff --git a/poppler/StructElement.h b/poppler/StructElement.h index 933be643..66311b08 100644 --- a/poppler/StructElement.h +++ b/poppler/StructElement.h @@ -8,6 +8,7 @@ // Copyright 2014 Luigi Scarso <[email protected]> // Copyright 2014, 2018, 2019, 2021 Albert Astals Cid <[email protected]> // Copyright 2018 Adam Reichold <[email protected]> +// Copyright 2021 Adrian Johnson <[email protected]> // //========================================================================
