diff options
author | kaa <kaa@disroot.org> | 2023-11-10 11:35:58 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-10 11:35:58 -0800 |
commit | 902e6964083c2f3ce51f85242d751d00269ac527 (patch) | |
tree | e9ff30bd1f11ed8d7fdedd88cc51e58fbe3c5648 /win/pkg/LICENSE | |
parent | 573da274a77db0e45185c25796b3527f36f8729f (diff) |
Real support for compliation on Windows. Depends on mingw and busybox-w32. No need for emulation a-la Cygwin, real native binaries.
Diffstat (limited to 'win/pkg/LICENSE')
-rw-r--r-- | win/pkg/LICENSE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/win/pkg/LICENSE b/win/pkg/LICENSE new file mode 100644 index 0000000..4c278cb --- /dev/null +++ b/win/pkg/LICENSE @@ -0,0 +1,17 @@ +GPL 2.0/LGPL 2.1/MPL 1.1 tri-license + +The contents of this software may be used under the terms of +the GNU General Public License Version 2 or later (the "GPL"), or +the GNU Lesser General Public License Version 2.1 or later (the "LGPL", +see COPYING.LGPL) or the Mozilla Public License Version 1.1 or later +(the "MPL", see COPYING.MPL). + +The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth +has a non MPL/LGPL compatible license, but freely redistributable: +"Unlimited copying and redistribution of this file are permitted as long +as this file is not modified. Modifications are permitted, but only if +the resulting file is not named hyphen.tex." + +Software distributed under these licenses is distributed on an "AS IS" basis, +WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences +for the specific language governing rights and limitations under the licenses. |