Skip to content

Commit ac633cc

Browse files
committed
About pages: deployed zx_go core is GPLv3 (MIT upstream)
1 parent bde54fb commit ac633cc

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

apps/play/src/components/AboutPage.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ export default function AboutPage() {
3030
<li>
3131
<a href="https://github.com/conorarmstrong/zx_go" target="_blank">zx_go</a> by
3232
Conor Armstrong — the ZX Spectrum 48K/128K and Spectrum Next emulator core,
33-
compiled to WebAssembly. Licensed under terms of The MIT License - see{' '}
34-
<a href="https://github.com/conorarmstrong/zx_go/blob/main/LICENSE" target="_blank">LICENSE</a>.
35-
The built core embeds the Spectrum Next{"'"}s GPLv3 FPGA loader.
33+
compiled to WebAssembly. Upstream is licensed under terms of The MIT License.
34+
The core running here is this site{"'"}s modified version: the modifications
35+
are licensed under The GPL version 3, making the built core GPLv3 as a whole
36+
(it also embeds the Spectrum Next{"'"}s GPLv3 FPGA loader) - see{' '}
37+
<a href="https://github.com/stever/zxcode/blob/main/packages/emulator-core/zx_go/LICENSE" target="_blank">LICENSE</a>.
3638
</li>
3739
<li>
3840
<a href="https://github.com/gasman/jsspeccy3" target="_blank">JSSpeccy3</a>{' '}

apps/web/src/components/AboutPage.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ export default function AboutPage() {
4747
<li>
4848
<a href="https://github.com/conorarmstrong/zx_go" target="_blank">zx_go</a> by
4949
Conor Armstrong — the ZX Spectrum 48K/128K and Spectrum Next emulator core,
50-
compiled to WebAssembly. Licensed under terms of The MIT License - see{' '}
51-
<a href="https://github.com/conorarmstrong/zx_go/blob/main/LICENSE" target="_blank">LICENSE</a>.
52-
The built core embeds the Spectrum Next{"'"}s GPLv3 FPGA loader.
50+
compiled to WebAssembly. Upstream is licensed under terms of The MIT License.
51+
The core running here is this site{"'"}s modified version: the modifications
52+
are licensed under The GPL version 3, making the built core GPLv3 as a whole
53+
(it also embeds the Spectrum Next{"'"}s GPLv3 FPGA loader) - see{' '}
54+
<a href="https://github.com/stever/zxcode/blob/main/packages/emulator-core/zx_go/LICENSE" target="_blank">LICENSE</a>.
5355
</li>
5456
<li>
5557
<a href="https://github.com/gasman/jsspeccy3" target="_blank">JSSpeccy3</a>{' '}

0 commit comments

Comments
 (0)