#1021: Fix checkstyle warnings by changing the license header template (#1027)

* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
This commit is contained in:
Alexander Ivanov
2019-10-22 07:15:35 +02:00
committed by Ilkka Seppälä
parent c81c3ff1c7
commit 4904d7eea0
1246 changed files with 2578 additions and 1312 deletions

View File

@ -416,6 +416,12 @@
<owner>Ilkka Seppälä</owner>
</properties>
<skipExistingHeaders>true</skipExistingHeaders>
<headerDefinitions>
<headerDefinition>license-plugin-header-style.xml</headerDefinition>
</headerDefinitions>
<mapping>
<java>SLASHSTAR_CUSTOM_STYLE</java>
</mapping>
</configuration>
<executions>
<execution>