Add license information in separate file.
catseye
10 years ago
0 | The contents of the Treacle distribution are distributed under the following | |
1 | four licenses. | |
2 | ||
3 | The documentation (in `README.markdown`) is covered by the following | |
4 | BSD-compatible license, modelled after the "Report on the Programming | |
5 | Language Haskell 98" license: | |
6 | ||
7 | ----------------------------------------------------------------------------- | |
8 | ||
9 | Copyright (c)2008-2012 Chris Pressey, Cat's Eye Technologies. | |
10 | ||
11 | The authors intend this Report to belong to the entire Treacle | |
12 | community, and so we grant permission to copy and distribute it for | |
13 | any purpose, provided that it is reproduced in its entirety, | |
14 | including this Notice. Modified versions of this Report may also be | |
15 | copied and distributed for any purpose, provided that the modified | |
16 | version is clearly presented as such, and that it does not claim to | |
17 | be a definition of the Treacle Programming Language. | |
18 | ||
19 | ----------------------------------------------------------------------------- | |
20 | ||
21 | The source code for the reference interpreter and supporting tools (in the | |
22 | `src` subdirectory) is covered under the following BSD-style license: | |
23 | ||
24 | ----------------------------------------------------------------------------- | |
25 | ||
26 | Copyright (c)2008-2012, Chris Pressey, Cat's Eye Technologies. | |
27 | All rights reserved. | |
28 | ||
29 | Redistribution and use in source and binary forms, with or without | |
30 | modification, are permitted provided that the following conditions | |
31 | are met: | |
32 | ||
33 | Redistributions of source code must retain the above copyright | |
34 | notices, this list of conditions and the following disclaimer. | |
35 | ||
36 | Redistributions in binary form must reproduce the above copyright | |
37 | notices, this list of conditions, and the following disclaimer in | |
38 | the documentation and/or other materials provided with the | |
39 | distribution. | |
40 | ||
41 | Neither the names of the copyright holders nor the names of their | |
42 | contributors may be used to endorse or promote products derived | |
43 | from this software without specific prior written permission. | |
44 | ||
45 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
46 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING, BUT NOT | |
47 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
48 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
49 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
50 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
51 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
52 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
53 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
54 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | |
55 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
56 | POSSIBILITY OF SUCH DAMAGE. |