From 61a76dcd9829fc262f632cb28844e7784040ffc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20Petrovi=C4=8D?= <mifo.petrovic@gmail.com>
Date: Sat, 8 Feb 2025 21:42:21 +0100
Subject: [PATCH] remove license info

---
 src/main/resources/application.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 65c489e..db2c211 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -115,9 +115,13 @@ swagger2:
   info:
     title: Bioinformatics REST API
     description: API to access REST interfaces
+    license:
+    licenseUrl:
+    termsOfServiceUrl:
     version: 3.0.0
     contact:
       name: Ing. Michal PetroviÄŤ
+      url:
       email: xpetrov4@mendelu.cz
 
 javamelody:
-- 
GitLab