aboutsummaryrefslogtreecommitdiff
path: root/LICENCE
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-06-07 06:39:21 +0100
committerSimon Tatham <anakin@pobox.com>2017-06-07 06:39:21 +0100
commit66f1f5d2bff9900a62db381c8718acb1982f4753 (patch)
tree443a24de6cc977f88e8cb1be7969bd1e64c6c5a1 /LICENCE
parent0bc12e1c6704b1d34bebcf54770ee1a6434c3880 (diff)
downloadwix-on-linux-66f1f5d2bff9900a62db381c8718acb1982f4753.tar.gz
wix-on-linux-66f1f5d2bff9900a62db381c8718acb1982f4753.tar.bz2
wix-on-linux-66f1f5d2bff9900a62db381c8718acb1982f4753.zip
First draft of licence and readme files.
Diffstat (limited to 'LICENCE')
-rw-r--r--LICENCE22
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENCE b/LICENCE
new file mode 100644
index 0000000..e578b45
--- /dev/null
+++ b/LICENCE
@@ -0,0 +1,22 @@
1This collection of scripts and libraries to support running WiX under
2Linux is copyright 1999,2017 Simon Tatham. All rights reserved.
3
4Permission is hereby granted, free of charge, to any person
5obtaining a copy of this software and associated documentation files
6(the "Software"), to deal in the Software without restriction,
7including without limitation the rights to use, copy, modify, merge,
8publish, distribute, sublicense, and/or sell copies of the Software,
9and to permit persons to whom the Software is furnished to do so,
10subject to the following conditions:
11
12The above copyright notice and this permission notice shall be
13included in all copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
19BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
20ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22SOFTWARE.