tzhuan / igotu2gpx

igotu2gpx clone from https://launchpad.net/igotu2gpx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:anoncvs@anoncvs.freedesktop.org:/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

About

igotu2gpx clone from https://launchpad.net/igotu2gpx

License:GNU General Public License v3.0


Languages

Language:C++ 84.4%Language:QMake 4.9%Language:C 3.7%Language:Python 2.9%Language:Groff 1.3%Language:Shell 1.2%Language:IDL 0.9%Language:AppleScript 0.7%Language:Makefile 0.0%