This file is intended to give an overview of the software and technologies
used in Q To-Do. Additionally, a list of licenses, copyrights, and 
trademarks is given. Though, no claim for completeness is made.


###########
# Q To-Do #
###########

Copyright 2011-2013, Ruediger Gad

This file is part of Q To-Do.

Q To-Do 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 3 of the License, or
(at your option) any later version.

Q To-Do 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 Q To-Do.  If not, see <http://www.gnu.org/licenses/>.


#############
# Libraries #
#############

Except of the standard C and C++ libraries, Q To-Do, depending on the actual
platform and version, makes use of the following libraries:
LibQxt, OpenSSL, qmlcanvas, Qt, and the Qt Messaging Framework (QMF).

LibQxt (Qt Extension Library), Copyright (C) 2007 Qxt Foundation, is licensed
under the terms of either the Common Public License (CPL) version 1.0 or the
GNU Lesser General Public License (LGPL) version 2.1. 
See also the homepage: http://dev.libqxt.org/libqxt/wiki/Home 

Note that compiled OpenSSL libraries are only included for the Windows version.
Please see also the remarks about the Windows version below.
Following is an excerpt of the OpenSSL licensing explanation:
"... The OpenSSL toolkit is licensed under an Apache-style licence which 
basically means that you are free to get and use it for commercial and 
non-commercial purposes. ..."
See also: http://www.openssl.org/about/

qmlcanvas, Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies), is
licensed under the term of the BSD license.
See also the qmlcanvas gitorious page: https://qt.gitorious.org/qt-labs/qmlcanvas

The Qt Toolkit is Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies) and
other contributors. Qt is licensed either under a commercial license agreement,
the GNU Lesser General Public License (LGPL) version 2.1, or the GNU General
Public License (GPL) version 3.0.
See also: http://qt-project.org/doc/qt-4.8/licensing.html

The Qt Messaging Framework (QMF), Copyright (C) 2010 Nokia Corporation and/or
its subsidiary(-ies) and later Copyright (C) 2013 Digia Plc and/or its 
subsidiary(-ies) (Please refer to the actual QMF version for the actual 
licensing/copyright information.), is licensed under the terms of the GNU
Lesser General Public License (LGPL) version 2.1.
See also the QMF gitorious page: http://qt.gitorious.org/qt-labs/messagingframework

The Windows version of Q To-Do also ships with libraries part of the MinGW
runtime. These libraries are public domain, and are not governed by copyright.
See also: http://www.mingw.org
All libraries based on GNU tools are licensed under the terms of the GPL.
Furthermore, the Windows version ships with libraries from the OpenSSL project.
The compile OpenSSL libraries had been extracted from pre-compiled packages of
OpenSSL that had been downloaded from:
http://slproweb.com/products/Win32OpenSSL.html


################
# Header Files #
################

Additionally to above mentioned libraries the git repository of Q To-Do
contains unmodified header files of LibQxt and QMF.
For the detailed licenses etc. please see the respective header files.


#############
# Packaging #
#############

The Windows version ships with dynamic link libraries (DLLs) and 
executables taken from LibQxt, MinGW, OpenSSL, qmlcanvas, Qt, and QMF. 
The LibQxt, qmlcanvas, and QMF binaries and executables had been compiled from
the source tarballs that can be found in the Q To-Do repository.

The Linux version ships with libraries and executables taken from LibQxt,
qmlcanvas, and QMF. The LibQxt, qmlcanvas, and QMF binaries and executables 
had been compiled from the  source tarballs that can be found in the Q To-Do
repository.
For running Q To-Do, additionally, Qt is required. For installing Qt please
refer to the manual of your Linux distribution.

The Harmattan version of Q To-Do ships with the qmlcanvas library. The qmlcanvas
library had been compiled from the source tarball that can be found in the
Q To-Do repository.

The Mer version (e.g. the version that ships with Nemomobile) does not ship 
with additional libraries. All required libraries are shipped with Mer.


##############
# Trademarks #
##############

Linux is a registered trademark of Linus Torvalds.
Nokia and respective logos are trademarks of Nokia Corporation in Finland 
and/or other countries worldwide. 
Digia, Qt, and the Qt logo are registered trademarks of Digia plc and/or its 
subsidiaries and is used pursuant to a license from Digia plc and/or its 
subsidiaries.
Windows is a registered trademark of Microsoft Corporation in the United States 
and other countries.
All other trademarks are property of their respective owners


