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