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

Commit 91a5dcb

Browse files
committed
Add license information in POM files
Closes gh-1595
1 parent e74e53d commit 91a5dcb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,27 @@
337337
</pluginRepository>
338338
</pluginRepositories>
339339

340+
<licenses>
341+
<license>
342+
<name>Apache License, Version 2.0</name>
343+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
344+
<comments>
345+
Copyright 2008-2020 the original author or authors.
346+
347+
Licensed under the Apache License, Version 2.0 (the "License");
348+
you may not use this file except in compliance with the License.
349+
You may obtain a copy of the License at
350+
351+
https://www.apache.org/licenses/LICENSE-2.0
352+
353+
Unless required by applicable law or agreed to in writing, software
354+
distributed under the License is distributed on an "AS IS" BASIS,
355+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
356+
implied.
357+
See the License for the specific language governing permissions and
358+
limitations under the License.
359+
</comments>
360+
</license>
361+
</licenses>
362+
340363
</project>

0 commit comments

Comments
 (0)