diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index ca9e6b9e..bf48e6d1 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -1,5 +1,36 @@ -# This file is copyrighted under the BSD-license for buildsystem files of KDE -# copyright 2010, Patrick Spendrin +# __ __ _ +# ___\ \/ /_ __ __ _| |_ +# / _ \\ /| '_ \ / _` | __| +# | __// \| |_) | (_| | |_ +# \___/_/\_\ .__/ \__,_|\__| +# |_| XML parser +# +# Copyright (c) 2010 Patrick Spendrin +# Copyright (c) 2012 Karl Waclawek +# Copyright (c) 2016-2021 Sebastian Pipping +# Copyright (c) 2016 Sergei Nikulov +# Copyright (c) 2016 Björn Lindahl +# Copyright (c) 2016 Tobias Taschner +# Copyright (c) 2016 Ben Boeckel +# Copyright (c) 2017 Rhodri James +# Copyright (c) 2017 Rolf Eike Beer +# Copyright (c) 2017 Stephen Groat +# Copyright (c) 2017 Franek Korta +# Copyright (c) 2018 pedro-vicente +# Copyright (c) 2018 Frank Rast +# Copyright (c) 2018 userwithuid +# Copyright (c) 2018 Yury Gribov +# Copyright (c) 2019 Kishore Kunche +# Copyright (c) 2019 xantares +# Copyright (c) 2019 Mohammed Khajapasha +# Copyright (c) 2019 David Loffredo +# Copyright (c) 2019 Bhargava Shastry +# Copyright (c) 2020 Maciej Sroczyński +# Copyright (c) 2020 Gulliver +# Copyright (c) 2020 Thomas Beutlich +# Copyright (c) 2021 Alex Richardson +# Unlike most of Expat, +# this file is copyrighted under the BSD-license for buildsystem files of KDE. cmake_minimum_required(VERSION 3.1.3) diff --git a/expat/doc/Makefile.am b/expat/doc/Makefile.am index 16e3eec2..16987e8d 100644 --- a/expat/doc/Makefile.am +++ b/expat/doc/Makefile.am @@ -6,7 +6,7 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017-2019 Sebastian Pipping +# Copyright (c) 2017-2021 Sebastian Pipping # Copyright (c) 2017 Stephen Groat # Copyright (c) 2017 Joe Orton # Licensed under the MIT license: diff --git a/expat/doc/xmlwf.xml b/expat/doc/xmlwf.xml index c79041bc..60a4ae00 100644 --- a/expat/doc/xmlwf.xml +++ b/expat/doc/xmlwf.xml @@ -1,12 +1,28 @@ + Scott"> Bronson"> May 4, 2021"> - 1"> bronson@rinspin.com"> diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss index 0d5533f1..2f25a501 100644 --- a/expat/win32/expat.iss +++ b/expat/win32/expat.iss @@ -1,8 +1,40 @@ ; Basic setup script for the Inno Setup installer builder. For more ; information on the free installer builder, see www.jrsoftware.org. ; -; This script was contributed by Tim Peters. +; This script was originally contributed by Tim Peters. ; It was designed for Inno Setup 2.0.19 but works with later versions as well. +; +; __ __ _ +; ___\ \/ /_ __ __ _| |_ +; / _ \\ /| '_ \ / _` | __| +; | __// \| |_) | (_| | |_ +; \___/_/\_\ .__/ \__,_|\__| +; |_| XML parser +; +; Copyright (c) 2001 Tim Peters +; Copyright (c) 2001-2005 Fred L. Drake, Jr. +; Copyright (c) 2006-2017 Karl Waclawek +; Copyright (c) 2007-2021 Sebastian Pipping +; Licensed under the MIT license: +; +; Permission is hereby granted, free of charge, to any person obtaining +; a copy of this software and associated documentation files (the +; "Software"), to deal in the Software without restriction, including +; without limitation the rights to use, copy, modify, merge, publish, +; distribute, sublicense, and/or sell copies of the Software, and to permit +; persons to whom the Software is furnished to do so, subject to the +; following conditions: +; +; The above copyright notice and this permission notice shall be included +; in all copies or substantial portions of the Software. +; +; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +; NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +; DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +; OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +; USE OR OTHER DEALINGS IN THE SOFTWARE. #define expatVer "2.3.0" @@ -11,11 +43,11 @@ AppName=Expat AppId=expat AppVersion={#expatVer} AppVerName=Expat {#expatVer} -AppCopyright=Copyright © 1998-2017 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers +AppCopyright=Copyright © 1997-2021 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers AppPublisher=The Expat Developers -AppPublisherURL=http://www.libexpat.org/ -AppSupportURL=http://www.libexpat.org/ -AppUpdatesURL=http://www.libexpat.org/ +AppPublisherURL=https://libexpat.github.io/ +AppSupportURL=https://libexpat.github.io/ +AppUpdatesURL=https://libexpat.github.io/ UninstallDisplayName=Expat XML Parser {#expatVer} VersionInfoVersion={#expatVer} OutputBaseFilename=expat-win32bin-{#expatVer}