patch 1675244: added license section to Maven poms
This commit is contained in:
parent
31d351a1e3
commit
0bb5ca0b5c
|
|
@ -7,6 +7,12 @@
|
|||
<name>Checkstyle Optional</name>
|
||||
<url>http://checkstyle.sourceforge.net/</url>
|
||||
<description>Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard</description>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU Lesser General Public License</name>
|
||||
<url>http://www.gnu.org/licenses/lgpl.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>http://checkstyle.cvs.sourceforge.net/checkstyle/</url>
|
||||
</scm>
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -7,6 +7,12 @@
|
|||
<name>Checkstyle</name>
|
||||
<url>http://checkstyle.sourceforge.net/</url>
|
||||
<description>Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard</description>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU Lesser General Public License</name>
|
||||
<url>http://www.gnu.org/licenses/lgpl.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>http://checkstyle.cvs.sourceforge.net/checkstyle/</url>
|
||||
</scm>
|
||||
|
|
|
|||
Loading…
Reference in New Issue