diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:12 +0200 |
commit | 689e0228baeb95232430e90d628379db89583d71 (patch) | |
tree | 1ac08f6030261327d8bc231adf1ab3e16f623645 /windows | |
parent | Fix SHA-256 authors. (diff) | |
download | xz-689e0228baeb95232430e90d628379db89583d71.tar.xz |
Change most public domain parts to 0BSD.
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.
COPYING.0BSD was added.
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 |