Skip to content
Snippets Groups Projects
Commit 093dbb3c authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #22943 TIME 0:05 add LICENSE.txt to assets

parent ebdc21bc
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,11 @@
"input": "./src/frontend/core/",
"output": "/assets/"
},
{
"glob": "LICENSE.txt",
"input": "./",
"output": "/assets/"
},
{ "glob": "**/*", "input": "node_modules/tinymce/skins", "output": "/tinymce/skins/" },
{ "glob": "**/*", "input": "node_modules/tinymce/themes", "output": "/tinymce/themes/" },
{ "glob": "**/*", "input": "node_modules/tinymce/plugins", "output": "/tinymce/plugins/" },
......
......@@ -22,7 +22,7 @@
Copyright © 2008-{{currentYear}} Maarch SAS {{'lang.groupeCompany' | translate}}
</ion-item>
<ion-item lines="none" style="margin-top:-10px;">
{{'lang.maarchLicense' | translate}} &nbsp;<a target="blank" href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">{{license}}</a>.
{{'lang.maarchLicense' | translate}} &nbsp;{{license}}.
</ion-item>
<ion-item style="margin-top: -15px;" lines="none">
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment