See the Development team section of http://ultracopier.first-world.info/contact.html
for an updated list of Ultracopier team!

Core Developers
===========================================

BRULE Herman <ultracopier@first-world.info>
- Original author, API, kio_slaves, source


Ultracopier, The KDE advanced copier License
===========================================

Ultracopier is licensed under the GNU General Public License version 3
or later. The text of the GNU General Public License can be viewed at
http://www.gnu.org/licenses/gpl.html

Ultracopier is an advanced file copier with copy list management.
http://ultracopier.first-world.info/
It requires the QT.

Building and install
===========================================
For build you need gcc and QT4 lib.
You need do this command:
cd src/
qmake -project
qmake
make
Or use Qt creator for GUI building.

For use KDE 4 version install KDE 4 and cmake 2.6:
cmake .
make

Only for Mac OS X
===========================================
Ultracopier need the software Growl.
Require for compilation: Xcode and Qt SDK

Onyl for Debian, (K)Ubuntu
===========================================
Require for compilation: dev-tools build-essential qt4-dev qt4-qmake
