From f9cfbb7fcedabc40326dc287ed35f83de406224d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 1 Sep 2024 21:14:19 +0200 Subject: [PATCH] Sync file headers --- .ci.sh | 1 + .github/workflows/autotools-cmake.yml | 3 ++- .github/workflows/cmake-required-version.yml | 3 ++- .github/workflows/codespell.yml | 2 +- .github/workflows/coverage.yml | 3 ++- .github/workflows/cppcheck.yml | 1 + .github/workflows/expat_config_h.yml | 2 +- .github/workflows/linux.yml | 1 + .github/workflows/macos.yml | 3 ++- .github/workflows/scripts/mass-cppcheck.sh | 1 + .github/workflows/valid-xml.yml | 2 +- appveyor.yml | 2 +- expat/Makefile.am | 2 ++ expat/apply-clang-format.sh | 1 + expat/buildconf.sh | 1 + expat/configure.ac | 2 ++ expat/doc/Makefile.am | 1 + expat/fix-xmltest-log.sh | 1 + expat/gennmtab/gennmtab.c | 2 +- expat/lib/xmlparse.c | 1 + expat/qa.sh | 1 + expat/tests/Makefile.am | 1 + expat/win32/build_expat_iss.bat | 2 +- expat/win32/expat.iss | 1 + 24 files changed, 30 insertions(+), 10 deletions(-) diff --git a/.ci.sh b/.ci.sh index e855be9c..b75f815c 100755 --- a/.ci.sh +++ b/.ci.sh @@ -11,6 +11,7 @@ # Copyright (c) 2019 Mohammed Khajapasha # Copyright (c) 2019 Manish, Kumar # Copyright (c) 2019 Philippe Antoine +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index 75ee603b..96e8f342 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -5,8 +5,9 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2021-2023 Sebastian Pipping +# Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/cmake-required-version.yml b/.github/workflows/cmake-required-version.yml index f54467ea..ff7fd441 100644 --- a/.github/workflows/cmake-required-version.yml +++ b/.github/workflows/cmake-required-version.yml @@ -5,8 +5,9 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2021-2023 Sebastian Pipping +# Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e49f6aa7..2871a846 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -5,7 +5,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2021-2023 Sebastian Pipping +# Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum # Licensed under the MIT license: # diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d84e978c..4c33b627 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,8 +5,9 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2021-2023 Sebastian Pipping +# Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index b70a58c4..5ed43e7b 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -7,6 +7,7 @@ # # Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/expat_config_h.yml b/.github/workflows/expat_config_h.yml index 94eeee54..ac8dbf68 100644 --- a/.github/workflows/expat_config_h.yml +++ b/.github/workflows/expat_config_h.yml @@ -5,7 +5,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2020-2023 Sebastian Pipping +# Copyright (c) 2020-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum # Licensed under the MIT license: # diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ab0f7ba1..215b4156 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,6 +8,7 @@ # Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum # Copyright (c) 2023 Hanno Böck +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6afaed7a..36a32732 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,8 +5,9 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2020-2023 Sebastian Pipping +# Copyright (c) 2020-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/scripts/mass-cppcheck.sh b/.github/workflows/scripts/mass-cppcheck.sh index 8a081a8b..1a5060e8 100755 --- a/.github/workflows/scripts/mass-cppcheck.sh +++ b/.github/workflows/scripts/mass-cppcheck.sh @@ -7,6 +7,7 @@ # |_| XML parser # # Copyright (c) 2021-2024 Sebastian Pipping +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/.github/workflows/valid-xml.yml b/.github/workflows/valid-xml.yml index b090c4f7..095895c5 100644 --- a/.github/workflows/valid-xml.yml +++ b/.github/workflows/valid-xml.yml @@ -5,7 +5,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2021-2023 Sebastian Pipping +# Copyright (c) 2021-2024 Sebastian Pipping # Copyright (c) 2023 Joyce Brum # Licensed under the MIT license: # diff --git a/appveyor.yml b/appveyor.yml index 0e6b4fd0..8ac58020 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ # |_| XML parser # # Copyright (c) 2017 José Gutiérrez de la Concha -# Copyright (c) 2017-2022 Sebastian Pipping +# Copyright (c) 2017-2023 Sebastian Pipping # Copyright (c) 2017 Franek Korta # Licensed under the MIT license: # diff --git a/expat/Makefile.am b/expat/Makefile.am index 47cdd1b9..7d8e17c2 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -10,6 +10,8 @@ # Copyright (c) 2018 KangLin # Copyright (c) 2022 Johnny Jazeix # Copyright (c) 2023 Sony Corporation / Snild Dolkow +# Copyright (c) 2024 Alexander Bluhm +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/apply-clang-format.sh b/expat/apply-clang-format.sh index ddff1255..c3012b5e 100755 --- a/expat/apply-clang-format.sh +++ b/expat/apply-clang-format.sh @@ -8,6 +8,7 @@ # # Copyright (c) 2019-2024 Sebastian Pipping # Copyright (c) 2022 Rosen Penev +# Copyright (c) 2024 Dag-Erling Smørgrav # 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 1b4dc699..4e506b30 100755 --- a/expat/buildconf.sh +++ b/expat/buildconf.sh @@ -8,6 +8,7 @@ # # Copyright (c) 2017-2022 Sebastian Pipping # Copyright (c) 2018 Marco Maggi +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/configure.ac b/expat/configure.ac index 108ea0f8..1a930413 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -22,6 +22,8 @@ dnl Copyright (c) 2018 KangLin dnl Copyright (c) 2019 Mohammed Khajapasha dnl Copyright (c) 2019 Kishore Kunche dnl Copyright (c) 2020 Jeffrey Walton +dnl Copyright (c) 2024 Ferenc Géczi +dnl Copyright (c) 2024 Dag-Erling Smørgrav dnl Licensed under the MIT license: dnl dnl Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/doc/Makefile.am b/expat/doc/Makefile.am index 9d12923d..3bea96e9 100644 --- a/expat/doc/Makefile.am +++ b/expat/doc/Makefile.am @@ -9,6 +9,7 @@ # Copyright (c) 2017-2024 Sebastian Pipping # Copyright (c) 2017 Stephen Groat # Copyright (c) 2017 Joe Orton +# Copyright (c) 2024 Tomas Korbar # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/fix-xmltest-log.sh b/expat/fix-xmltest-log.sh index 9e0e5d03..4739acab 100755 --- a/expat/fix-xmltest-log.sh +++ b/expat/fix-xmltest-log.sh @@ -7,6 +7,7 @@ # |_| XML parser # # Copyright (c) 2019-2022 Sebastian Pipping +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/gennmtab/gennmtab.c b/expat/gennmtab/gennmtab.c index 82cfccff..d8cfecad 100644 --- a/expat/gennmtab/gennmtab.c +++ b/expat/gennmtab/gennmtab.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-2024 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index b92a5cf5..d9285b21 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -39,6 +39,7 @@ Copyright (c) 2022 Sean McBride Copyright (c) 2023 Owain Davies Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow + Copyright (c) 2024 Berkay Eren Ürün Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/qa.sh b/expat/qa.sh index 54984986..98bde15d 100755 --- a/expat/qa.sh +++ b/expat/qa.sh @@ -9,6 +9,7 @@ # Copyright (c) 2016-2023 Sebastian Pipping # Copyright (c) 2019 Philippe Antoine # Copyright (c) 2019 Hanno Böck +# Copyright (c) 2024 Alexander Bluhm # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/Makefile.am b/expat/tests/Makefile.am index ff192381..d25376be 100644 --- a/expat/tests/Makefile.am +++ b/expat/tests/Makefile.am @@ -9,6 +9,7 @@ # Copyright (c) 2017-2024 Sebastian Pipping # Copyright (c) 2017-2022 Rhodri James # Copyright (c) 2020 Jeffrey Walton +# Copyright (c) 2024 Dag-Erling Smørgrav # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/win32/build_expat_iss.bat b/expat/win32/build_expat_iss.bat index a071b14e..aea73489 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-2021 Sebastian Pipping +REM Copyright (c) 2019-2024 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/win32/expat.iss b/expat/win32/expat.iss index 8c44821f..23c18d14 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -16,6 +16,7 @@ ; Copyright (c) 2006-2017 Karl Waclawek ; Copyright (c) 2007-2024 Sebastian Pipping ; Copyright (c) 2022 Johnny Jazeix +; Copyright (c) 2024 Dag-Erling Smørgrav ; Licensed under the MIT license: ; ; Permission is hereby granted, free of charge, to any person obtaining