Correct license header information.
This commit is contained in:
parent
57d2d66a1d
commit
d0d7fd684d
1
pom.xml
1
pom.xml
|
|
@ -142,6 +142,7 @@
|
|||
<artifactId>maven-license-plugin</artifactId>
|
||||
<configuration>
|
||||
<header>src/licensing/header.txt</header>
|
||||
<skipExistingHeaders>true</skipExistingHeaders>
|
||||
<headerDefinitions>
|
||||
<headerDefinition>src/licensing/header-definitions.xml</headerDefinition>
|
||||
</headerDefinitions>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<additionalHeaders>
|
||||
<javadoc_style>
|
||||
<firstLine>/*</firstLine>
|
||||
<beforeEachLine>*</beforeEachLine>
|
||||
<endLine>*/</endLine>
|
||||
<firstLineDetectionPattern>( |\t)*/\*( |\t)*$</firstLineDetectionPattern>
|
||||
<lastLineDetectionPattern>( |\t)*\*/( |\t)*$</lastLineDetectionPattern>
|
||||
<allowBlankLines>true</allowBlankLines>
|
||||
<isMultiline>true</isMultiline>
|
||||
</javadoc_style>
|
||||
<javadoc_style>
|
||||
<firstLine>/*</firstLine>
|
||||
<beforeEachLine> * </beforeEachLine>
|
||||
<endLine> */</endLine>
|
||||
<firstLineDetectionPattern>( |\t)*/\*( |\t)*$</firstLineDetectionPattern>
|
||||
<lastLineDetectionPattern>( |\t)*\*/( |\t)*$</lastLineDetectionPattern>
|
||||
<allowBlankLines>true</allowBlankLines>
|
||||
<isMultiline>true</isMultiline>
|
||||
</javadoc_style>
|
||||
</additionalHeaders>
|
||||
Loading…
Reference in New Issue