diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-10-09 18:57:55 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-10-09 18:57:55 +0300 |
commit | f25a77e6b9bc48a243ddfbbd755b7960eec7e0ac (patch) | |
tree | d8f06494d2e15e2475b7e02137118d819c683f49 | |
parent | Windows: Fix a diagnostics bug in build.bash. (diff) | |
download | xz-f25a77e6b9bc48a243ddfbbd755b7960eec7e0ac.tar.xz |
Windows: Put some license info into README-Windows.txt.
-rw-r--r-- | windows/README-Windows.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/README-Windows.txt b/windows/README-Windows.txt index 536d08f5..786d66bd 100644 --- a/windows/README-Windows.txt +++ b/windows/README-Windows.txt @@ -11,10 +11,10 @@ Introduction 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 and linked statically against the MinGW - runtime and w32api packages. - - FIXME: Add license info about MinGW runtime and w32api. + 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 |