From b7eb0548def132344aa638f4310520a239f3e1b3 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 8 Feb 2023 13:44:03 +0100 Subject: [PATCH] Update License info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9179b141..18760011 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ VIPSLogic is a part of the [VIPS platform for automatic pest prediction](https:/ * Java EE application server: Wildfly >= 27.0.1 ## License -VIPSLogic is licensed under the [NIBIO Open Source License](https://nibio.no/licenses), which is basically the [GNU Affero GPL v3 license](https://www.gnu.org/licenses/agpl-3.0.en.html). +VIPSLogic is licensed under the [GNU Affero GPL v3 license](https://www.gnu.org/licenses/agpl-3.0.en.html). ## Web services The web services documentation is auto generated using Enunciate, you can read it from this path relative to your VIPSLogic deployment: `/public/RESTdocs/apidocs/`, for instance [here on NIBIO's deployment](https://logic.vips.nibio.no/public/RESTdocs/apidocs/) -- GitLab