Skip to content

Commit

Permalink
Merge pull request #446 from terasolunaorg/issues/424_license-header-…
Browse files Browse the repository at this point in the history
…1.0.x

Move license header files #424
  • Loading branch information
ikeyat committed Dec 15, 2015
2 parents 6e55b59 + 8b789f7 commit 68d3413
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 52 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions terasoluna-gfw-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
<artifactId>maven-license-plugin</artifactId>
<version>${com.google.code.maven-license-plugin.version}</version>
<configuration>
<header>src/etc/header.txt</header>
<header>${project.basedir}/../license/header.txt</header>
<includes>
<include>src/**/*.java</include>
</includes>
<encoding>${encoding}</encoding>
<headerDefinitions>
<headerDefinition>src/etc/header-definition.xml</headerDefinition>
<headerDefinition>${project.basedir}/../license/header-definition.xml</headerDefinition>
</headerDefinitions>
</configuration>
</plugin>
Expand Down
12 changes: 0 additions & 12 deletions terasoluna-gfw-security-web/src/etc/header-definition.xml

This file was deleted.

13 changes: 0 additions & 13 deletions terasoluna-gfw-security-web/src/etc/header.txt

This file was deleted.

12 changes: 0 additions & 12 deletions terasoluna-gfw-web/src/etc/header-definition.xml

This file was deleted.

13 changes: 0 additions & 13 deletions terasoluna-gfw-web/src/etc/header.txt

This file was deleted.

0 comments on commit 68d3413

Please sign in to comment.