License discovery server under GPLv3

This commit is contained in:
Alexander Sellite 2026-08-12 10:11:20 -04:00
parent ef30369865
commit 8f2e6ae240
6 changed files with 325 additions and 0 deletions

View file

@ -82,3 +82,16 @@ See [`docs/API.md`](docs/API.md) for the versioned HTTP contract.
This is deliberately a separate repository from the Godot game. The game and service can version,
deploy, and roll back independently. The discovery API version is independent from NETfishing's
save schema and gameplay network protocol.
## Licensing
Project-owned source code is licensed under the GNU General Public License,
version 3 or, at your option, any later version
([GPL-3.0-or-later](LICENSE)).
NETfishing and Woofmeow branding is not granted under the GPL; see
[`TRADEMARKS.md`](TRADEMARKS.md). Contributions are accepted under
[`CONTRIBUTING.md`](CONTRIBUTING.md) and
[`CONTRIBUTOR-TERMS.md`](CONTRIBUTOR-TERMS.md).
Copyright © 2026 Alexander Sellite and Rheannon Eisworth.