aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPjotr Prins2023-08-12 10:01:24 +0200
committerPjotr Prins2023-08-12 10:01:24 +0200
commit4123130cc39ee1fd2cda3a6f5f70244232401471 (patch)
tree89f28a2042cc8007951fbbf4eb957b2541ffa8cc /web
parent566537f47eff45f17e0da9c28ca965f600b6b9a9 (diff)
downloadgn-guile-4123130cc39ee1fd2cda3a6f5f70244232401471.tar.gz
Specify licenses
Diffstat (limited to 'web')
-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"))))))