Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 815ef3c

Browse files
committed
updating parent pom.xml to only require license header on java files within a src folder
1 parent 25936a3 commit 815ef3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<licenseSet>
6060
<header>license-header.txt</header>
6161
<includes>
62-
<include>**/*.java</include>
62+
<include>**/src/**/*.java</include>
6363
</includes>
6464
</licenseSet>
6565
</licenseSets>

0 commit comments

Comments
 (0)