Add missing sections from distributable poms.

This commit is contained in:
Michael Jumper
2013-08-26 10:07:30 -07:00
parent 5912ea402d
commit efe16971fe
4 changed files with 167 additions and 0 deletions

View File

@@ -9,6 +9,51 @@
<name>guacamole-common-js</name>
<url>http://guac-dev.org/</url>
<description>
The base JavaScript API of the Guacamole project, providing JavaScript
support for the Guacamole stack, including a full client
implementation for the Guacamole protocol.
</description>
<!-- All applicable licenses -->
<licenses>
<license>
<name>Mozilla Public License Version 1.1</name>
<url>http://www.mozilla.org/MPL/1.1/</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU Lesser General Public License, version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Git repository -->
<scm>
<url>https://github.com/glyptodon/guacamole-client</url>
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
</scm>
<!-- Developers -->
<developers>
<developer>
<id>mike.jumper</id>
<name>Michael Jumper</name>
<email>mike.jumper@guac-dev.org</email>
</developer>
<developer>
<id>james.muehlner</id>
<name>James Muehlner</name>
<email>james.muehlner@guac-dev.org</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

View File

@@ -9,6 +9,50 @@
<name>guacamole-common</name>
<url>http://guac-dev.org/</url>
<description>
The base Java API of the Guacamole project, providing Java support for
the Guacamole stack.
</description>
<!-- All applicable licenses -->
<licenses>
<license>
<name>Mozilla Public License Version 1.1</name>
<url>http://www.mozilla.org/MPL/1.1/</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU Lesser General Public License, version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Git repository -->
<scm>
<url>https://github.com/glyptodon/guacamole-client</url>
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
</scm>
<!-- Developers -->
<developers>
<developer>
<id>mike.jumper</id>
<name>Michael Jumper</name>
<email>mike.jumper@guac-dev.org</email>
</developer>
<developer>
<id>james.muehlner</id>
<name>James Muehlner</name>
<email>james.muehlner@guac-dev.org</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

View File

@@ -9,6 +9,50 @@
<name>guacamole-ext</name>
<url>http://guac-dev.org/</url>
<description>
The Java API for extending the main Guacamole web application. This
is not needed for authoring a new Guacamole-based web application.
</description>
<!-- All applicable licenses -->
<licenses>
<license>
<name>Mozilla Public License Version 1.1</name>
<url>http://www.mozilla.org/MPL/1.1/</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU Lesser General Public License, version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Git repository -->
<scm>
<url>https://github.com/glyptodon/guacamole-client</url>
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
</scm>
<!-- Developers -->
<developers>
<developer>
<id>mike.jumper</id>
<name>Michael Jumper</name>
<email>mike.jumper@guac-dev.org</email>
</developer>
<developer>
<id>james.muehlner</id>
<name>James Muehlner</name>
<email>james.muehlner@guac-dev.org</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

View File

@@ -9,6 +9,40 @@
<name>guacamole</name>
<url>http://guac-dev.org/</url>
<description>
The base Java API of the Guacamole project, providing Java support for
the Guacamole stack.
</description>
<!-- All applicable licenses -->
<licenses>
<license>
<name>GNU Affero General Public License</name>
<url>http://www.gnu.org/licenses/agpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Git repository -->
<scm>
<url>https://github.com/glyptodon/guacamole-client</url>
<connection>scm:git:git://github.com/glyptodon/guacamole-client.git</connection>
</scm>
<!-- Developers -->
<developers>
<developer>
<id>mike.jumper</id>
<name>Michael Jumper</name>
<email>mike.jumper@guac-dev.org</email>
</developer>
<developer>
<id>james.muehlner</id>
<name>James Muehlner</name>
<email>james.muehlner@guac-dev.org</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>