mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-16 17:30:27 +00:00
updated license
This commit is contained in:
parent
b40a156ae6
commit
c99a066f99
@ -15,3 +15,11 @@ Run all the tests:
|
||||
|
||||
make test
|
||||
|
||||
# License
|
||||
|
||||
The 8bitworkshop IDE is licensed under GPLv3 (see LICENSE).
|
||||
|
||||
Dependencies retain their original licenses.
|
||||
|
||||
All included code samples (presets/*) are licensed under CC0-1.0: https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
|
@ -377,8 +377,8 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
||||
</select></p>
|
||||
<p>License: <select id="githubRepoLicense">
|
||||
<option value="">Will decide later</option>
|
||||
<option value="cc0-1.0">CC Zero (public domain)</option>
|
||||
<option value="mit">MIT (public domain, must preserve notices)</option>
|
||||
<option value="cc0-1.0">CC Zero (public domain, recommended)</option>
|
||||
<option value="mit">MIT (must preserve notices)</option>
|
||||
<option value="cc-by-4.0">CC BY (must attribute)</option>
|
||||
<option value="cc-by-sa-4.0">CC BY-SA (must attribute, use same license)</option>
|
||||
<option value="gpl-3.0">GPL v3 (must publish source)</option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user