Place the documentation under a Haskell-98-Report-style license.
catseye
9 years ago
0 | The Befunge-93 specification is not open-source (yet), but it is freely | |
1 | redistributable unmodified for non-commercial purposes. | |
0 | Befunge-93 is distributed under the following licenses. | |
1 | ||
2 | All documentation is covered by the following BSD-compatible license, | |
3 | modelled after the "Report on the Programming Language Haskell 98" license: | |
2 | 4 | |
3 | 5 | ----------------------------------------------------------------------------- |
4 | 6 | |
5 | The contributed Befunge-93 example sources (with some exceptions noted | |
6 | below) are copyrighted works made by their respective authors. They are not | |
7 | open-source or in the public domain, but their contributors' willingness to | |
8 | allow them to be included in this distribution implies that they are all | |
9 | freely redistributable unmodified for non-commercial purposes. If you wish | |
10 | to base your next best-selling novel on one of them, you should seek out and | |
11 | contact its author for permission first. | |
7 | Copyright (c)1993-2012 Chris Pressey, Cat's Eye Technologies. | |
12 | 8 | |
13 | The exceptions are: all Befunge-93 example programs in this distribution | |
14 | written by the following authors are placed under the CC0 1.0 Universal | |
15 | Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/): | |
16 | ||
17 | * Chris Pressey | |
18 | * Wim Rijnders | |
19 | * Andrew Turley | |
20 | ||
21 | Please consult the file eg/index.html to see who each program was written by. | |
9 | The authors intend this Report to belong to the entire Befunge | |
10 | community, and so we grant permission to copy and distribute it for | |
11 | any purpose, provided that it is reproduced in its entirety, | |
12 | including this Notice. Modified versions of this Report may also be | |
13 | copied and distributed for any purpose, provided that the modified | |
14 | version is clearly presented as such, and that it does not claim to | |
15 | be a definition of the Befunge-93 Programming Language. | |
22 | 16 | |
23 | 17 | ----------------------------------------------------------------------------- |
24 | 18 | |
25 | 19 | The source code for the reference interpreter and supporting tools (in the |
26 | 20 | `src` subdirectory) is covered under the following BSD-style license: |
21 | ||
22 | ----------------------------------------------------------------------------- | |
27 | 23 | |
28 | 24 | Copyright (c)1993-2012, Chris Pressey, Cat's Eye Technologies. |
29 | 25 | All rights reserved. |
56 | 52 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
57 | 53 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
58 | 54 | POSSIBILITY OF SUCH DAMAGE. |
55 | ||
56 | ----------------------------------------------------------------------------- | |
57 | ||
58 | The contributed Befunge-93 example sources (with some exceptions noted | |
59 | below) are copyrighted works made by their respective authors. They are not | |
60 | open-source or in the public domain, but their contributors' willingness to | |
61 | allow them to be included in this distribution implies that they are all | |
62 | freely redistributable unmodified for non-commercial purposes. If you wish | |
63 | to base your next best-selling novel on one of them, you should seek out and | |
64 | contact its author for permission first. | |
65 | ||
66 | The exceptions are: all Befunge-93 example programs in this distribution | |
67 | written by the following authors are placed under the CC0 1.0 Universal | |
68 | Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/): | |
69 | ||
70 | * Chris Pressey | |
71 | * Wim Rijnders | |
72 | * Andrew Turley | |
73 | ||
74 | Please consult the file eg/index.html to see who each program was written by. |