Copyright (C) 2012 Trillian Mobile AB

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/gpl-2.0.html>.

Third party libraries
---------------------

The RoboVM compiler includes the com.dd.plist library. This library is
copyright 2011, Daniel Dreibrodt and released under the MIT license.
https://code.google.com/p/plist/

The MurmurHash3 algorithm in MurmurHash3.java was created by Austin Appleby and
ported to Java by Yonik Seeley. The original C code and the Java port are placed
into the public domain. Both authors disclaim copyright to the source code.
http://code.google.com/p/smhasher/
https://github.com/yonik/java_util

The RoboVM compiler includes Soot which is copyright Sable Research Group and
various contributors. Please see http://www.sable.mcgill.ca/soot/credits for a
full list of contributors. LGPL 2.1 license. http://www.sable.mcgill.ca/soot/

The RoboVM compiler includes Apache Commons IO which is copyright 2001-2008, the
Apache Software Foundation and released under the Apache License 2.0.
http://commons.apache.org/io/

The RoboVM compiler includes Apache Commons Exec which is copyright 2005-2009,
The Apache Software Foundation and released under the Apache License 2.0.
http://commons.apache.org/exec/

The RoboVM compiler includes code from the Apache Camel project which is 
copyright The Apache Software Foundation and released under the Apache License 
2.0. http://camel.apache.org/

The RoboVM compiler includes code from the Spring Framework project which is 
copyright 2002-2013 by several authors and released under the Apache License
2.0. http://www.springsource.org/spring-framework

The RoboVM compiler includes the JSON.simple JSON library which is copyright 
2009, Fang Yidong and Chris Nokleberg and released under the Apache License 2.0.
http://code.google.com/p/json-simple

The RoboVM compiler includes the ASM Java bytecode manipulation framework which
is copyright 2000-2011 INRIA, France Telecom and released under the 3-clause BSD
license.
http://asm.ow2.org/

The RoboVM compiler uses the ZeroTurnaround ZIP Library which is copyright 2012,
ZeroTurnaround LLC and released under the Apache License 2.0.
https://github.com/zeroturnaround/zt-zip

The RoboVM compiler includes the Simple XML serialization framework which is 
copyright Niall Gallagher and released under the Apache License 2.0.
http://simple.sourceforge.net

The RoboVM compiler includes the Bouncy Castle Crypto APIs for Java which is 
copyright 2000 - 2013, The Legion of the Bouncy Castle Inc. and released under 
the MIT license.
http://www.bouncycastle.org
