Skip to content

Commit

Permalink
Add text to clear the licence
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaonex86 committed Feb 27, 2012
1 parent 48905ec commit 0bf5ea4
Show file tree
Hide file tree
Showing 45 changed files with 108 additions and 42 deletions.
3 changes: 2 additions & 1 deletion AuthPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the authentication plugin
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QDir>

Expand Down
3 changes: 2 additions & 1 deletion AuthPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the authentication plugin
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef AUTHPLUGIN_H
#define AUTHPLUGIN_H
Expand Down
3 changes: 2 additions & 1 deletion CopyEngineManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the copy engine manager
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QDebug>
#include <QMessageBox>
Expand Down
3 changes: 2 additions & 1 deletion CopyEngineManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the copy engine manager
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef COPYENGINEMANAGER_H
#define COPYENGINEMANAGER_H
Expand Down
3 changes: 2 additions & 1 deletion CopyListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the copy listener
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "CopyListener.h"

Expand Down
3 changes: 2 additions & 1 deletion CopyListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to load the plugin and lunch it
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef COPYLISTENER_H
#define COPYLISTENER_H
Expand Down
3 changes: 2 additions & 1 deletion Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class for the core
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QMessageBox>
#include <QtPlugin>
Expand Down
3 changes: 2 additions & 1 deletion Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class definition for core, the Copy of each copy/move window
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef CORE_H
#define CORE_H
Expand Down
3 changes: 2 additions & 1 deletion DebugEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class for the debug
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QDir>
#include <QFSFileEngine>
Expand Down
3 changes: 2 additions & 1 deletion DebugEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
\author alpha_one_x86
\version 0.3
\date 2010
\note This class don't need be thread safe because ultracopier is done with one thread, but I have implement some basic thread protection */
\note This class don't need be thread safe because ultracopier is done with one thread, but I have implement some basic thread protection
\licence GPL3, see the file COPYING */

#ifndef DEBUG_ENGINE_H
#define DEBUG_ENGINE_H
Expand Down
3 changes: 2 additions & 1 deletion DebugEngineMacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the macro for the debug
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef DEBUGENGINEMACRO_H
#define DEBUGENGINEMACRO_H
Expand Down
3 changes: 2 additions & 1 deletion Environment.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the environment variable and global function
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "Variable.h"
/// \brief The global include
Expand Down
3 changes: 2 additions & 1 deletion EventDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class of the event dispatcher
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QFSFileEngine>
#include <QCoreApplication>
Expand Down
3 changes: 2 additions & 1 deletion EventDispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class of the event dispatcher
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef EVENT_DISPATCHER_H
#define EVENT_DISPATCHER_H
Expand Down
3 changes: 2 additions & 1 deletion ExtraSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the socket of ultracopier
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "ExtraSocket.h"

Expand Down
3 changes: 2 additions & 1 deletion ExtraSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the socket for ultracopier
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef EXTRASOCKET_H
#define EXTRASOCKET_H
Expand Down
3 changes: 2 additions & 1 deletion GlobalClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class for all the class different of ResourcesManager, DebugEngine, ThemesManager, OptionEngine can have object of this class at the global scope
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "GlobalClass.h"

Expand Down
3 changes: 2 additions & 1 deletion GlobalClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class for all the class different of ResourcesManager, DebugEngine, ThemesManager, OptionEngine have object of this class at the global scope
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef GLOBAL_CLASS_H
#define GLOBAL_CLASS_H
Expand Down
3 changes: 2 additions & 1 deletion HelpDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the help dialog
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "HelpDialog.h"

Expand Down
3 changes: 2 additions & 1 deletion HelpDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the help dialog
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef DIALOG_H
#define DIALOG_H
Expand Down
3 changes: 2 additions & 1 deletion LanguagesManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to manage and load the languages
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QDir>
#include <QLibraryInfo>
Expand Down
3 changes: 2 additions & 1 deletion LanguagesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to manage and load the languages
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef LANGUAGES_MANAGER_H
#define LANGUAGES_MANAGER_H
Expand Down
3 changes: 2 additions & 1 deletion OptionEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class of the event dispatcher
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QFileInfo>
#include <QDir>
Expand Down
3 changes: 2 additions & 1 deletion OptionEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class of the option engine
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef OPTION_ENGINE_H
#define OPTION_ENGINE_H
Expand Down
3 changes: 2 additions & 1 deletion PlatformMacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the macro for the platform
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QObject>

Expand Down
3 changes: 2 additions & 1 deletion PluginInformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the plugin information
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "PluginInformation.h"
#include "ui_PluginInformation.h"
Expand Down
3 changes: 2 additions & 1 deletion PluginInformation.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the plugin information
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef PLUGININFORMATION_H
#define PLUGININFORMATION_H
Expand Down
3 changes: 2 additions & 1 deletion PluginLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the plugin loader
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "PluginLoader.h"

Expand Down
1 change: 1 addition & 0 deletions PluginLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\author alpha_one_x86
\version 0.3
\date 2010
\licence GPL3, see the file COPYING
This class load ALL plugin compatible to listen and catch the copy/move
*/
Expand Down
3 changes: 2 additions & 1 deletion PluginsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to manage and load the plugins
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QDir>
#include <QMessageBox>
Expand Down
3 changes: 2 additions & 1 deletion PluginsManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to manage and load the plugins
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef PLUGINS_MANAGER_H
#define PLUGINS_MANAGER_H
Expand Down
22 changes: 22 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,25 @@ 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.
3 changes: 2 additions & 1 deletion ResourcesManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to manage and load the resources linked with the themes
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QDir>
#include <QFile>
Expand Down
3 changes: 2 additions & 1 deletion ResourcesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the class to manage and load the resources linked with the themes
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#ifndef RESOURCES_MANAGER_H
#define RESOURCES_MANAGER_H
Expand Down
3 changes: 2 additions & 1 deletion SessionLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the session loader
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include "SessionLoader.h"

Expand Down
1 change: 1 addition & 0 deletions SessionLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
\author alpha_one_x86
\version 0.3
\date 2010
\licence GPL3, see the file COPYING
This class load ALL plugin compatible to listen and catch the copy/move
*/
Expand Down
3 changes: 2 additions & 1 deletion Singleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
\author alpha_one_x86
\note Big thanks to all people in the channel #qt-fr of freenode of irc
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QMutex>
#include <QMutexLocker>
Expand Down
3 changes: 2 additions & 1 deletion StructEnumDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
\brief Define the structure and enumeration used in ultracopier or into the plugin
\author alpha_one_x86
\version 0.3
\date 2010 */
\date 2010
\licence GPL3, see the file COPYING */

#include <QVariant>
#include <QString>
Expand Down
Loading

0 comments on commit 0bf5ea4

Please sign in to comment.