Skip to content

Commit 9937469

Browse files
Merge pull request #4105 from Vertispan:unshaded-license
PiperOrigin-RevId: 553530861
2 parents 06ff1ac + c923c4a commit 9937469

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

maven/closure-compiler-unshaded.pom.xml.tpl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
<version>1.0-SNAPSHOT</version>
4444
<relativePath>closure-compiler-main.pom.xml</relativePath>
4545
</parent>
46+
47+
<licenses>
48+
<license>
49+
<name>Apache-2.0</name>
50+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
51+
<distribution>repo</distribution>
52+
<comments>A business-friendly OSS license</comments>
53+
</license>
54+
</licenses>
55+
4656
<dependencies>
4757
{dependencies}
4858
</dependencies>

0 commit comments

Comments
 (0)