diff options
Diffstat (limited to 'windows')
-rw-r--r-- | windows/README-Windows.txt | 11 | ||||
-rw-r--r-- | windows/build.bash | 3 |
2 files changed, 6 insertions, 8 deletions
diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt index 9d277773..504700dd 100644 --- a/windows/README-Windows.txt +++ b/windows/README-Windows.txt @@ -11,11 +11,12 @@ Introduction <https://xz.tukaani.org/xz-utils/>. The parts of the XZ Utils source code, that are relevant to this - binary package, are in the public domain. XZ Utils have been built - for this package with MinGW-w64 and linked statically against its - runtime libraries. See COPYING-Windows.txt for the copyright and - license information that applies to the MinGW-w64 runtime. You must - include it when redistributing these XZ Utils binaries. + binary package, are under the BSD Zero Clause License (0BSD). + XZ Utils have been built for this package with MinGW-w64 and linked + statically against its runtime libraries. See COPYING-Windows.txt + for the copyright and license information that applies to the + MinGW-w64 runtime. You must include it when redistributing these + XZ Utils binaries. Package contents diff --git a/windows/build.bash b/windows/build.bash index 9229af73..52f31b0e 100644 --- a/windows/build.bash +++ b/windows/build.bash @@ -21,9 +21,6 @@ # # Author: Lasse Collin # -# This file has been put into the public domain. -# You can do whatever you want with this file. -# ############################################################################### MINGW_DIR=/c/devel/tools/mingw |