about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xweb/webserver.scm3
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"))))))