From 46a331a1531b2416fb2da76fe4a47e61b9bf9251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Tue, 28 Mar 2023 19:00:05 +0200 Subject: [PATCH] fix(licence): in twig --- contact.twig | 6 ++---- home.twig | 6 ++---- index.twig | 6 ++---- page2.twig | 6 ++---- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/contact.twig b/contact.twig index 18e2362..098fa68 100644 --- a/contact.twig +++ b/contact.twig @@ -1,7 +1,5 @@ -{#! - # SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms) - # Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE) - #} +{# seacms-theme + # SPDX-License-Identifier: EUPL-1.2 #} {% extends "index.twig" %} diff --git a/home.twig b/home.twig index 8ce053d..2d496dd 100644 --- a/home.twig +++ b/home.twig @@ -1,7 +1,5 @@ -{#! - # SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms) - # Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE) - #} +{# seacms-theme + # SPDX-License-Identifier: EUPL-1.2 #} {% extends "index.twig" %} diff --git a/index.twig b/index.twig index c855caa..47496a6 100644 --- a/index.twig +++ b/index.twig @@ -1,7 +1,5 @@ -{#! - # SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms) - # Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE) - #} +{# seacms-theme + # SPDX-License-Identifier: EUPL-1.2 #} {# TODO manage lang #} diff --git a/page2.twig b/page2.twig index e70fa01..a07809b 100644 --- a/page2.twig +++ b/page2.twig @@ -1,7 +1,5 @@ -{#! - # SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms) - # Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE) - #} +{# seacms-theme + # SPDX-License-Identifier: EUPL-1.2 #} {% extends "index.twig" %}