Skip to content
Snippets Groups Projects
Commit 06c03624 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6544: Add more fileextensions to which license headers shall be added.

parent 96621d6b
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
## Changelog ## Changelog
### 4.7.0-SNAPSHOT ### 4.7.0-SNAPSHOT
* Update OZGCloud License Generator wegen zusätzlichen Dateiendungen
### 4.6.0 ### 4.6.0
* Update [OZGCloud License Generator](ozgcloud-common-license/readme.md) * Update [OZGCloud License Generator](ozgcloud-common-license/readme.md)
......
...@@ -325,17 +325,21 @@ ...@@ -325,17 +325,21 @@
<mapping> <mapping>
<proto>SLASHSTAR_STYLE</proto> <proto>SLASHSTAR_STYLE</proto>
<config>SCRIPT_STYLE</config> <config>SCRIPT_STYLE</config>
<md>XML_STYLE</md>
<ftlh>FTL</ftlh>
<tpl>SCRIPT_STYLE</tpl>
<ts>SLASHSTAR_STYLE</ts>
</mapping> </mapping>
<licenseSets> <licenseSets>
<licenseSet> <licenseSet>
<header>license/eupl_v1_2_de/header.txt</header> <header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
</excludes>
</licenseSet> </licenseSet>
</licenseSets> </licenseSets>
<excludes>
<exclude>**/.angular/cache/**</exclude>
<exclude>**/.nx/**</exclude>
<exclude>**/node_modules/**</exclude>
</excludes>
</configuration> </configuration>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -92,6 +92,9 @@ ...@@ -92,6 +92,9 @@
<proto>SLASHSTAR_STYLE</proto> <proto>SLASHSTAR_STYLE</proto>
<config>SCRIPT_STYLE</config> <config>SCRIPT_STYLE</config>
<md>XML_STYLE</md> <md>XML_STYLE</md>
<ftlh>FTL</ftlh>
<tpl>SCRIPT_STYLE</tpl>
<ts>SLASHSTAR_STYLE</ts>
</mapping> </mapping>
<licenseSets> <licenseSets>
<licenseSet> <licenseSet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment