From 68d4b440e1786e99c75a8c734ce44854f76df98b Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 20 Apr 2022 17:47:50 +0200 Subject: [PATCH] use spaces instead of tabs in app license file --- license/template.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/license/template.ftl b/license/template.ftl index f577ceaff..9468f0094 100644 --- a/license/template.ftl +++ b/license/template.ftl @@ -23,13 +23,13 @@ Cryptomator uses ${dependencyMap?size} third-party dependencies under the follow <#assign license = e.getKey()/> <#assign projects = e.getValue()/> <#if projects?size > 0> - ${license}: + ${license}: <#list projects as project> - - ${artifactFormat(project)} + - ${artifactFormat(project)} Cryptomator uses other third-party assets under the following licenses: -SIL OFL 1.1 License: -- Font Awesome 5.12.0 (https://fontawesome.com/) + SIL OFL 1.1 License: + - Font Awesome 5.12.0 (https://fontawesome.com/)