summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README56
1 files changed, 56 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..95a8b19
--- /dev/null
+++ b/README
@@ -0,0 +1,56 @@
+=======================================================
+Description ===========================================
+=======================================================
+
+Ultracopier (http://ultracopier.first-world.info/) is free and open
+source software licensed under GPL3 that acts as a replacement for
+files copy dialogs.
+
+Main features include:
+ - pause/resume transfers
+ - dynamic speed limitation
+ - on-error resume,
+ - error/collision management
+
+=======================================================
+License ===============================================
+=======================================================
+Ultracopier is licensed under the GNU General Public License version 3.
+The text of the GNU General Public License can be viewed at http://www.gnu.org/licenses/gpl.html
+See COPYING file.
+
+=======================================================
+Core Developers =======================================
+=======================================================
+BRULE Herman or alpha_one_x86 <ultracopier@first-world.info>
+- Original author, API, kio_slaves, source
+See the Development team section of http://ultracopier.first-world.info/contact.html for an updated list of Ultracopier team!
+
+=======================================================
+Building and documentation ============================
+=======================================================
+See the wiki for the general documentation and how to for building: http://ultracopier-wiki.first-world.info/
+For the code documentation: http://doc-ultracopier.first-world.info/ (generated by doxygen)
+The source proposed on the site is reconstritued source from: https://github.com/alphaonex86/Ultracopier to facilitate contribute effort.
+
+=======================================================
+Licence for the source ================================
+=======================================================
+All images into resources/ is extracted from the oxygen pack of KDE 4.8. Some are directly remaked from the png version.
+*.ts and *.qm into resources/ or plugins/Languages/ is under GPL3.
+All images into plugins/Languages/ are extracted from piwik.
+All informations.xml into plugins/Languages/ are under GPL3.
+All the file *.dox *.h *.cpp *.pro *.ui at the root, interface/ folder of the source are under GPL3.
+The files: QTarDecode.cpp, QTarDecode.h, QXzDecode.cpp,
+QXzDecode.h, QXzDecodeThread.cpp, QXzDecodeThread.h into: lib/qt-tar-xz/ are under GPL3.
+The other file into lib/qt-tar-xz/ is XZ Embedded.
+All *.qrc into resources/ are under GPL3.
+
+======================================================
+Licensing of XZ Embedded =============================
+======================================================
+
+All the files in this package have been written by Lasse Collin
+and/or Igor Pavlov. All these files have been put into the
+public domain. You can do whatever you want with these files.
+As usual, this software is provided "as is", without any warranty.