From 97c8f39c93fcd3c5f6919638a2a65ecc711a4dea Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 15 Mar 2022 22:24:31 +0100 Subject: [PATCH] Clarify that license is "GPL-2-or-later" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 455fdbe..9031e07 100644 --- a/README.md +++ b/README.md @@ -372,3 +372,8 @@ cd srv/static/node_modules npm install xterm npm install --save xterm-addon-search ``` + +## License +All code is licensed under [GPL-2-or-later](LICENSE). This does *not* apply to +code contained in Git repositories included as Git submodule (which contain +their own README and licensing information).