-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
35 lines (29 loc) · 1.69 KB
/
Copy pathNOTICE
File metadata and controls
35 lines (29 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
The MIT licence in LICENSE covers the code written for this project. It does
not cover the whole repository.
terminal-doom is three things with three different licences. Read this before
copying any of it.
1. The wrapper, MIT (see LICENSE)
bin/terminal-doom, install.sh, web/index.html, web/serve.mjs,
web/default.cfg, scripts/*
Written for this project.
2. The engine, GNU General Public License, version 2
web/doom.js, web/doom.wasm
Built from https://github.com/cloudflare/doom-wasm (a WebAssembly port of
Chocolate Doom, itself derived from id Software's DOOM source release).
The exact commit and toolchain are recorded in web/BUILD-INFO, and
scripts/build-wasm.sh reproduces the binaries from that source. Those two
files are covered by the GPLv2, not by the MIT licence above; distributing
them carries the GPL's obligation to offer the corresponding source, which
the build script and the upstream repository satisfy.
Chocolate Doom: https://github.com/chocolate-doom/chocolate-doom
GPLv2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
3. The game data, id Software shareware
web/doom1.wad
The DOOM shareware IWAD, version 1.9 (md5 f0cefca49926d00903cf57551d901abe).
id Software distributed this episode free of charge and asked that it be
passed along; it is included here unmodified for that reason. It is not
MIT licensed and it is not ours to relicense. The registered episodes, DOOM
II and the Ultimate DOOM are commercial and are not included, point
terminal-doom at your own IWAD if you own one.
DOOM is a trademark of id Software LLC. This project is not affiliated with,
endorsed by, or sponsored by id Software, ZeniMax or Bethesda.