splash/SplashFTFontEngine.cc | 2 +- splash/SplashFTFontEngine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit ccff89e218b13c1edfbbef0166f4b5da66ae3b57 Author: Albert Astals Cid <[email protected]> Date: Wed Mar 9 23:46:17 2022 +0100 Update (C) of previous commit diff --git a/splash/SplashFTFontEngine.cc b/splash/SplashFTFontEngine.cc index f9520b29..eceb969a 100644 --- a/splash/SplashFTFontEngine.cc +++ b/splash/SplashFTFontEngine.cc @@ -12,7 +12,7 @@ // under GPL version 2 or later // // Copyright (C) 2006 Takashi Iwai <[email protected]> -// Copyright (C) 2009, 2011, 2012 Albert Astals Cid <[email protected]> +// Copyright (C) 2009, 2011, 2012, 2022 Albert Astals Cid <[email protected]> // Copyright (C) 2009 Petr Gajdos <[email protected]> // Copyright (C) 2011 Andreas Hartmetz <[email protected]> // Copyright (C) 2017 Adrian Johnson <[email protected]> diff --git a/splash/SplashFTFontEngine.h b/splash/SplashFTFontEngine.h index 28aa8fac..607b2a6a 100644 --- a/splash/SplashFTFontEngine.h +++ b/splash/SplashFTFontEngine.h @@ -13,7 +13,7 @@ // // Copyright (C) 2006 Takashi Iwai <[email protected]> // Copyright (C) 2009 Petr Gajdos <[email protected]> -// Copyright (C) 2009, 2018 Albert Astals Cid <[email protected]> +// Copyright (C) 2009, 2018, 2022 Albert Astals Cid <[email protected]> // Copyright (C) 2011 Andreas Hartmetz <[email protected]> // Copyright (C) 2013 Thomas Freitag <[email protected]> // Copyright (C) 2017 Adrian Johnson <[email protected]>
