From 4123130cc39ee1fd2cda3a6f5f70244232401471 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 12 Aug 2023 10:01:24 +0200 Subject: Specify licenses --- web/webserver.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")))))) -- cgit v1.2.3