From 55b79f4d8816568a9a3a66b3619c54b794fcf2a7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 15 Sep 2022 16:06:35 +0200 Subject: Sync file headers --- expat/CMakeLists.txt | 1 + expat/apply-clang-format.sh | 3 ++- expat/buildconf.sh | 2 +- expat/coverage.sh | 2 +- expat/fix-xmltest-log.sh | 2 +- expat/lib/Makefile.am | 2 +- expat/lib/internal.h | 2 +- expat/lib/xmlparse.c | 2 +- expat/qa.sh | 2 +- expat/win32/build_expat_iss.bat | 2 +- expat/xmlwf/win32filemap.c | 2 +- 11 files changed, 12 insertions(+), 10 deletions(-) (limited to 'expat') diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 9702824b..7b68b9d7 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -30,6 +30,7 @@ # Copyright (c) 2020 Thomas Beutlich # Copyright (c) 2021 Alex Richardson # Copyright (c) 2022 Johnny Jazeix +# Copyright (c) 2022 David Faure # Unlike most of Expat, # this file is copyrighted under the BSD-license for buildsystem files of KDE. diff --git a/expat/apply-clang-format.sh b/expat/apply-clang-format.sh index a073eee9..d13b4321 100755 --- a/expat/apply-clang-format.sh +++ b/expat/apply-clang-format.sh @@ -6,7 +6,8 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2019-2021 Sebastian Pipping +# Copyright (c) 2019-2022 Sebastian Pipping +# Copyright (c) 2022 Rosen Penev # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/buildconf.sh b/expat/buildconf.sh index 381d25a6..5e2b3269 100755 --- a/expat/buildconf.sh +++ b/expat/buildconf.sh @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017-2021 Sebastian Pipping +# Copyright (c) 2017-2022 Sebastian Pipping # Copyright (c) 2018 Marco Maggi # Licensed under the MIT license: # diff --git a/expat/coverage.sh b/expat/coverage.sh index 10512111..29855cc0 100755 --- a/expat/coverage.sh +++ b/expat/coverage.sh @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017-2021 Sebastian Pipping +# Copyright (c) 2017-2022 Sebastian Pipping # Copyright (c) 2018 Marco Maggi # Copyright (c) 2019 Mohammed Khajapasha # Licensed under the MIT license: diff --git a/expat/fix-xmltest-log.sh b/expat/fix-xmltest-log.sh index 8213196f..7981cf3b 100755 --- a/expat/fix-xmltest-log.sh +++ b/expat/fix-xmltest-log.sh @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2019 Sebastian Pipping +# Copyright (c) 2019-2022 Sebastian Pipping # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/lib/Makefile.am b/expat/lib/Makefile.am index 822a1389..0e0185b5 100644 --- a/expat/lib/Makefile.am +++ b/expat/lib/Makefile.am @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017-2021 Sebastian Pipping +# Copyright (c) 2017-2022 Sebastian Pipping # Copyright (c) 2017 Tomasz Kłoczko # Copyright (c) 2019 David Loffredo # Licensed under the MIT license: diff --git a/expat/lib/internal.h b/expat/lib/internal.h index 08d030f9..e09f533b 100644 --- a/expat/lib/internal.h +++ b/expat/lib/internal.h @@ -28,7 +28,7 @@ Copyright (c) 2002-2003 Fred L. Drake, Jr. Copyright (c) 2002-2006 Karl Waclawek Copyright (c) 2003 Greg Stein - Copyright (c) 2016-2021 Sebastian Pipping + Copyright (c) 2016-2022 Sebastian Pipping Copyright (c) 2018 Yury Gribov Copyright (c) 2019 David Loffredo Licensed under the MIT license: diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index d73f419c..325f588a 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -19,7 +19,7 @@ Copyright (c) 2016 Gustavo Grieco Copyright (c) 2016 Pascal Cuoq Copyright (c) 2016 Ed Schouten - Copyright (c) 2017-2018 Rhodri James + Copyright (c) 2017-2022 Rhodri James Copyright (c) 2017 Václav Slavík Copyright (c) 2017 Viktor Szakats Copyright (c) 2017 Chanho Park diff --git a/expat/qa.sh b/expat/qa.sh index cb1eb5f9..525deb3c 100755 --- a/expat/qa.sh +++ b/expat/qa.sh @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2016-2021 Sebastian Pipping +# Copyright (c) 2016-2022 Sebastian Pipping # Copyright (c) 2019 Philippe Antoine # Copyright (c) 2019 Hanno Böck # Licensed under the MIT license: diff --git a/expat/win32/build_expat_iss.bat b/expat/win32/build_expat_iss.bat index c33838de..53e4351f 100644 --- a/expat/win32/build_expat_iss.bat +++ b/expat/win32/build_expat_iss.bat @@ -7,7 +7,7 @@ REM | __// \| |_) | (_| | |_ REM \___/_/\_\ .__/ \__,_|\__| REM |_| XML parser REM -REM Copyright (c) 2019 Sebastian Pipping +REM Copyright (c) 2019-2021 Sebastian Pipping REM Licensed under the MIT license: REM REM Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/xmlwf/win32filemap.c b/expat/xmlwf/win32filemap.c index a0ed75be..a2db8eaf 100644 --- a/expat/xmlwf/win32filemap.c +++ b/expat/xmlwf/win32filemap.c @@ -9,7 +9,7 @@ Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2000 Clark Cooper Copyright (c) 2002 Fred L. Drake, Jr. - Copyright (c) 2016-2017 Sebastian Pipping + Copyright (c) 2016-2022 Sebastian Pipping Copyright (c) 2022 Martin Ettl Licensed under the MIT license: -- cgit v1.2.1