Put more example programs under CC0, with Wim's kind permission.
catseye
9 years ago
0 | 0 | The Befunge-93 specification is not open-source (yet), but it is freely |
1 | 1 | redistributable unmodified for non-commercial purposes. |
2 | 2 | |
3 | The contributed Befunge-93 example sources are copyrighted by their respective | |
4 | authors. Except where otherwise noted, they are not open-source works, | |
5 | but their contributors' willingness to allow them to be included in this | |
6 | distribution implies that they are all freely redistributable unmodified for | |
7 | non-commercial purposes. If you wish to base your next best-selling novel | |
8 | on one of them, you should seek out and contact its author for permission | |
9 | first. There is one exception: all Befunge-93 example sources in this | |
10 | distribution which were written by Chris Pressey is in the public domain. | |
3 | ----------------------------------------------------------------------------- | |
4 | ||
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. | |
12 | ||
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 | ||
20 | Please consult the file eg/index.html to see who each program was written by. | |
21 | ||
22 | ----------------------------------------------------------------------------- | |
11 | 23 | |
12 | 24 | The source code for the reference interpreter and supporting tools (in the |
13 | 25 | `src` subdirectory) is covered under the following BSD-style license: |