Skip to content

tzhuan/igotu2gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d073e49 · May 20, 2013
Jul 5, 2010
Oct 26, 2009
May 17, 2013
May 20, 2013
Jul 5, 2010
Mar 18, 2010
Jul 5, 2010
Mar 17, 2010
Jul 5, 2010
Mar 15, 2009
Sep 22, 2009
May 18, 2013
May 16, 2013
May 17, 2013
Jul 5, 2010

Repository files navigation

Dependencies and licences
=========================

Included code
-------------

contrib/create-dmg
~~~~~~~~~~~~~~~~~~

- Creates a read-only disk image of the contents of a folder for Mac OS X
- Retrieved with
  git clone git://github.com/andreyvit/yoursway-create-dmg.git
- Licensed under the same license as Adium, which is the GNU General Public
  License, version 2 or later

contrib/openup
~~~~~~~~~~~~~~

- Program to set the "first-open-window" field of a volume
- Retrieved from http://tcltkaqua.sourceforge.net/8.4.4/Tools/openUp.c
- Licensed under the Apple Public Source License Version 1.1

contrib/tango
~~~~~~~~~~~~~

- Basic set of desktop icons that follow the Tango icon style guidelines
- Retrieved with 
  cvs -d:pserver:[email protected]:/cvs/tango co tango-icon-theme
- Released into the public domain

src/igotugui/qticonloader.*
~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Freedesktop icons in Qt4
- Retrieved with
  svn co svn://labs.trolltech.com/svn/iconloader
- Licensed under the same conditions as Qt, which includes
  * GNU Lesser General Public License version 2.1
  * GNU General Public License version 3

Linked libraries
----------------

Qt
~~

- Cross-platform application and UI framework
- Available at http://www.qtsoftware.com/
- Licenses include
  * GNU Lesser General Public License version 2.1
  * GNU General Public License version 3

boost
~~~~~

- Peer-reviewed portable C++ source libraries
- Available at http://www.boost.org/
- Licensed under the Boost Software License, version 1

libusb
~~~~~~

- User level access to USB devices
- Available at http://libusb.sourceforge.net/
- Licensed under the GNU General Public License, version 2 or later

libmarble
~~~~~~~~~

- Virtual globe and world atlas
- Available at http://edu.kde.org/marble/
- Licensed under the GNU Lesser General Public License, version 2.1

openssl (indirectly, dlopen inside Qt)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Open Source toolkit for SSL/TLS
- Available at http://www.openssl.org/
- Licensed under two BSD-style licenses