patch 1675244: added license section to Maven poms

This commit is contained in:
Lars Kühne 2007-03-11 12:44:25 +00:00
parent 31d351a1e3
commit 0bb5ca0b5c
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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>