irclib/irclib-1.10.pom
2020-09-05 11:03:59 +08:00

32 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.schwering</groupId>
<artifactId>irclib</artifactId>
<version>1.10</version>
<name>IRC client library</name>
<url>http://moepii.sourceforge.net/</url>
<description>A Java implementation of the IRC protocol</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>Eclipse Public License, Version 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://moepii.svn.sourceforge.net/viewvc/moepii/trunk/</url>
</scm>
</project>