diff options
author | phil <[email protected]> | 2016-12-04 20:17:57 +1300 |
---|---|---|
committer | phil <[email protected]> | 2016-12-04 20:17:57 +1300 |
commit | 5fd55607bf2746994a22c5edb83de3c81f5f141a (patch) | |
tree | 7d836200583b953aa018aa7fd83b34ec37089716 /pom.xml | |
parent | ccfce542ddaa3388c244b3cd498e223fb53a0c29 (diff) |
update licenses and added myself as maintainer
Altered new examples to use a JogAmp Community Simplified BSD License
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,7 +11,7 @@ <licenses> <license> - <name>The GNU General Public License (GPL)</name> + <name>Simplified BSD License</name> <distribution>repo</distribution> </license> </licenses> @@ -20,9 +20,14 @@ <developer> <id>philjord</id> <name>Philip Jordan</name> + <email>[email protected]</email> <url>https://github.com/philjord</url> <organization>JogAmp</organization> <organizationUrl>http://jogamp.org/</organizationUrl> + <roles> + <role>maintainer</role> + </roles> + <timezone>+12</timezone> </developer> </developers> <contributors> |