diff options
author | Pjotr Prins | 2023-08-12 10:01:24 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-12 10:01:24 +0200 |
commit | 4123130cc39ee1fd2cda3a6f5f70244232401471 (patch) | |
tree | 89f28a2042cc8007951fbbf4eb957b2541ffa8cc | |
parent | 566537f47eff45f17e0da9c28ca965f600b6b9a9 (diff) | |
download | gn-guile-4123130cc39ee1fd2cda3a6f5f70244232401471.tar.gz |
Specify licenses
-rwxr-xr-x | web/webserver.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/webserver.scm b/web/webserver.scm index 7690159..0f733d3 100755 --- a/web/webserver.scm +++ b/web/webserver.scm @@ -81,7 +81,8 @@ ("name" . "GeneNetwork REST API") ("version" . ,get-version) ("comment" . "This is the official REST API for the GeneNetwork service hosted at https://genenetwork.org/") - ("license" . (("source code" . "AGPL"))) + ("license" . (("source code (unless otherwise specified)" . "Affero GNU Public License 3.0 (AGPL3)") + ("data (unless otherwise specified)" . "Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)"))) ("note" . "This is work in progress (WIP). Note that the final base URL will change! The temporary prefix is:") ("prefix" . ,(prefix)) ("links". (("species" . ,(mk-meta "species")))))) |