fofi/FoFiBase.cc | 1 + fofi/FoFiBase.h | 1 + fofi/FoFiTrueType.cc | 1 + fofi/FoFiTrueType.h | 1 + fofi/FoFiType1.cc | 1 + fofi/FoFiType1.h | 1 + fofi/FoFiType1C.cc | 1 + fofi/FoFiType1C.h | 1 + poppler/JPEG2000Stream.cc | 1 + poppler/Stream.h | 2 +- 10 files changed, 10 insertions(+), 1 deletion(-)
New commits: commit 86e3c1e9be7997e31f7998e831eeb33d6dfef84b Author: Albert Astals Cid <[email protected]> Date: Sat Mar 19 00:26:43 2022 +0100 Update (C) diff --git a/fofi/FoFiBase.cc b/fofi/FoFiBase.cc index b8e6627d..07a5b95b 100644 --- a/fofi/FoFiBase.cc +++ b/fofi/FoFiBase.cc @@ -18,6 +18,7 @@ // Copyright (C) 2016, 2018, 2020 Albert Astals Cid <[email protected]> // Copyright (C) 2019 Christian Persch <[email protected]> // Copyright (C) 2019 LE GARREC Vincent <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiBase.h b/fofi/FoFiBase.h index a6d3a96b..80e7f209 100644 --- a/fofi/FoFiBase.h +++ b/fofi/FoFiBase.h @@ -14,6 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiTrueType.cc b/fofi/FoFiTrueType.cc index 4735a4fe..ed37741b 100644 --- a/fofi/FoFiTrueType.cc +++ b/fofi/FoFiTrueType.cc @@ -25,6 +25,7 @@ // Copyright (C) 2015, 2016 William Bader <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2022 Zachary Travis <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiTrueType.h b/fofi/FoFiTrueType.h index def954a6..f98244ac 100644 --- a/fofi/FoFiTrueType.h +++ b/fofi/FoFiTrueType.h @@ -19,6 +19,7 @@ // Copyright (C) 2012 Suzuki Toshiya <[email protected]> // Copyright (C) 2016 William Bader <[email protected]> // Copyright (C) 2018 Adam Reichold <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiType1.cc b/fofi/FoFiType1.cc index d498bc82..59a95e51 100644 --- a/fofi/FoFiType1.cc +++ b/fofi/FoFiType1.cc @@ -19,6 +19,7 @@ // Copyright (C) 2014 Carlos Garcia Campos <[email protected]> // Copyright (C) 2017 Adrian Johnson <[email protected]> // Copyright (C) 2017 Jean Ghali <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiType1.h b/fofi/FoFiType1.h index 06100bf3..15e8ac02 100644 --- a/fofi/FoFiType1.h +++ b/fofi/FoFiType1.h @@ -14,6 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiType1C.cc b/fofi/FoFiType1C.cc index 3e73bd85..50a52247 100644 --- a/fofi/FoFiType1C.cc +++ b/fofi/FoFiType1C.cc @@ -18,6 +18,7 @@ // Copyright (C) 2018 Adam Reichold <[email protected]> // Copyright (C) 2019 Tomoyuki Kubota <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/fofi/FoFiType1C.h b/fofi/FoFiType1C.h index d2998dd6..f3a9b731 100644 --- a/fofi/FoFiType1C.h +++ b/fofi/FoFiType1C.h @@ -16,6 +16,7 @@ // Copyright (C) 2006 Takashi Iwai <[email protected]> // Copyright (C) 2012 Thomas Freitag <[email protected]> // Copyright (C) 2018-2020 Albert Astals Cid <[email protected]> +// Copyright (C) 2022 Oliver Sander <[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/JPEG2000Stream.cc b/poppler/JPEG2000Stream.cc index 27b72cac..5dd7c3dd 100644 --- a/poppler/JPEG2000Stream.cc +++ b/poppler/JPEG2000Stream.cc @@ -10,6 +10,7 @@ // Copyright 2013, 2014 Adrian Johnson <[email protected]> // Copyright 2015 Adam Reichold <[email protected]> // Copyright 2015 Jakub Wilk <[email protected]> +// Copyright 2022 Oliver Sander <[email protected]> // // Licensed under GPLv2 or later // diff --git a/poppler/Stream.h b/poppler/Stream.h index 3e4b69f0..985b5629 100644 --- a/poppler/Stream.h +++ b/poppler/Stream.h @@ -28,7 +28,7 @@ // Copyright (C) 2013 Pino Toscano <[email protected]> // Copyright (C) 2019 Volker Krause <[email protected]> // Copyright (C) 2019 Alexander Volkov <[email protected]> -// Copyright (C) 2020, 2021 Oliver Sander <[email protected]> +// Copyright (C) 2020-2022 Oliver Sander <[email protected]> // Copyright (C) 2020 Philipp Knechtges <[email protected]> // Copyright (C) 2021 Hubert Figuiere <[email protected]> // Copyright (C) 2021 Christian Persch <[email protected]>
