Skip to content

Commit b6f0b22

Browse files
committed
Add 'licenses' element to pom.xml files
1 parent eea4c9e commit b6f0b22

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

google-analytics-admin/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<packaging>jar</packaging>
77
<name>Google Analytics Admin Snippets</name>
88
<url>https://github.com/googleapis/java-docs-samples</url>
9+
<licenses>
10+
<license>
11+
<name>The Apache License, Version 2.0</name>
12+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
13+
</license>
14+
</licenses>
915

1016
<!--
1117
The parent pom defines common style checks and testing strategies for our samples.

google-analytics-data/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<packaging>jar</packaging>
77
<name>Google Analytics Data Snippets</name>
88
<url>https://github.com/googleapis/java-docs-samples</url>
9+
<licenses>
10+
<license>
11+
<name>The Apache License, Version 2.0</name>
12+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
13+
</license>
14+
</licenses>
915

1016
<!--
1117
The parent pom defines common style checks and testing strategies for our samples.

0 commit comments

Comments
 (0)