From 92ca3977b8cca730405c5c481b3b70f780ce633e Mon Sep 17 00:00:00 2001 From: hama Date: Thu, 11 Feb 2016 00:20:08 +0100 Subject: [PATCH] license inserted --- appl/rebackgui/BackupEngine.cpp | 13 ++++++++----- appl/rebackgui/BackupEngine.hpp | 13 ++++++++----- appl/rebackgui/BackupUtils.cpp | 17 ++++++++++------- appl/rebackgui/BackupUtils.hpp | 17 ++++++++++------- appl/rebackgui/Configuration.cpp | 13 ++++++++----- appl/rebackgui/Configuration.hpp | 13 ++++++++----- appl/rebackgui/backupgui.hpp | 13 ++++++++----- appl/rebackgui/main.cpp | 13 ++++++++----- appl/rebackgui/mainwindow.cpp | 13 ++++++++----- appl/rebackgui/mainwindow.hpp | 13 ++++++++----- appl/recommand/CommandProcessor.cpp | 13 ++++++++----- appl/recommand/CommandProcessor.hpp | 13 ++++++++----- appl/recommand/main.cpp | 13 ++++++++----- appl/recommand/mainwindow.cpp | 13 ++++++++----- appl/recommand/mainwindow.hpp | 13 ++++++++----- appl/recommand/recommand.hpp | 13 ++++++++----- gui/ReGuiApplication.cpp | 2 +- gui/ReGuiApplication.hpp | 2 +- gui/ReGuiUtils.cpp | 13 ++++++++----- gui/ReGuiUtils.hpp | 13 ++++++++----- 20 files changed, 150 insertions(+), 96 deletions(-) diff --git a/appl/rebackgui/BackupEngine.cpp b/appl/rebackgui/BackupEngine.cpp index d27e744..2b11701 100644 --- a/appl/rebackgui/BackupEngine.cpp +++ b/appl/rebackgui/BackupEngine.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * BackupEngine.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "backupgui.hpp" diff --git a/appl/rebackgui/BackupEngine.hpp b/appl/rebackgui/BackupEngine.hpp index 2b148e4..f1f9bc8 100644 --- a/appl/rebackgui/BackupEngine.hpp +++ b/appl/rebackgui/BackupEngine.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * BackupEngine.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef BACKUPPROCESSOR_HPP #define BACKUPPROCESSOR_HPP diff --git a/appl/rebackgui/BackupUtils.cpp b/appl/rebackgui/BackupUtils.cpp index df85b27..551f489 100644 --- a/appl/rebackgui/BackupUtils.cpp +++ b/appl/rebackgui/BackupUtils.cpp @@ -1,10 +1,13 @@ -/* - * Licence: - * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ +/* + * BackupUtils.cpp + * + * (Un)License: Public Domain + * You can use and modify this file without any restriction. + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "backupgui.hpp" BackupUtils::BackupUtils() diff --git a/appl/rebackgui/BackupUtils.hpp b/appl/rebackgui/BackupUtils.hpp index af97bfc..43f35bd 100644 --- a/appl/rebackgui/BackupUtils.hpp +++ b/appl/rebackgui/BackupUtils.hpp @@ -1,10 +1,13 @@ -/* - * Licence: - * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ +/* + * BackupUtils.hpp + * + * (Un)License: Public Domain + * You can use and modify this file without any restriction. + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef BACKUPUTILS_H #define BACKUPUTILS_H diff --git a/appl/rebackgui/Configuration.cpp b/appl/rebackgui/Configuration.cpp index 2bb4cda..348eb35 100644 --- a/appl/rebackgui/Configuration.cpp +++ b/appl/rebackgui/Configuration.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * Configuration.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "backupgui.hpp" diff --git a/appl/rebackgui/Configuration.hpp b/appl/rebackgui/Configuration.hpp index 38df7ca..4c4ca6e 100644 --- a/appl/rebackgui/Configuration.hpp +++ b/appl/rebackgui/Configuration.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * Configuration.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef CONFIGURATION_HPP #define CONFIGURATION_HPP diff --git a/appl/rebackgui/backupgui.hpp b/appl/rebackgui/backupgui.hpp index c2922fa..926b03b 100644 --- a/appl/rebackgui/backupgui.hpp +++ b/appl/rebackgui/backupgui.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * backupgui.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef BACKUPGUI_HPP #define BACKUPGUI_HPP diff --git a/appl/rebackgui/main.cpp b/appl/rebackgui/main.cpp index ab553b2..0d45da3 100644 --- a/appl/rebackgui/main.cpp +++ b/appl/rebackgui/main.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * main.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "base/rebase.hpp" #include "gui/regui.hpp" diff --git a/appl/rebackgui/mainwindow.cpp b/appl/rebackgui/mainwindow.cpp index b545a0d..339053e 100644 --- a/appl/rebackgui/mainwindow.cpp +++ b/appl/rebackgui/mainwindow.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * mainwindow.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "backupgui.hpp" #include "aboutdialog.hpp" diff --git a/appl/rebackgui/mainwindow.hpp b/appl/rebackgui/mainwindow.hpp index 749ed75..ed735f7 100644 --- a/appl/rebackgui/mainwindow.hpp +++ b/appl/rebackgui/mainwindow.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * mainwindow.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef MAINWINDOW_HPP #define MAINWINDOW_HPP diff --git a/appl/recommand/CommandProcessor.cpp b/appl/recommand/CommandProcessor.cpp index 14979fa..1ffd867 100644 --- a/appl/recommand/CommandProcessor.cpp +++ b/appl/recommand/CommandProcessor.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * CommandProcessor.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "recommand.hpp" diff --git a/appl/recommand/CommandProcessor.hpp b/appl/recommand/CommandProcessor.hpp index 0899fdf..3042481 100644 --- a/appl/recommand/CommandProcessor.hpp +++ b/appl/recommand/CommandProcessor.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * CommandProcessor.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef COMMANDPROCESSOR_HPP #define COMMANDPROCESSOR_HPP diff --git a/appl/recommand/main.cpp b/appl/recommand/main.cpp index 344f0aa..1b5145e 100644 --- a/appl/recommand/main.cpp +++ b/appl/recommand/main.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * main.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "recommand.hpp" #include diff --git a/appl/recommand/mainwindow.cpp b/appl/recommand/mainwindow.cpp index 983a999..7d6afdb 100644 --- a/appl/recommand/mainwindow.cpp +++ b/appl/recommand/mainwindow.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * mainwindow.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "recommand.hpp" diff --git a/appl/recommand/mainwindow.hpp b/appl/recommand/mainwindow.hpp index 8ae12af..e6488ec 100644 --- a/appl/recommand/mainwindow.hpp +++ b/appl/recommand/mainwindow.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * mainwindow.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef MAINWINDOW_HPP #define MAINWINDOW_HPP diff --git a/appl/recommand/recommand.hpp b/appl/recommand/recommand.hpp index 7ca2a86..328cb8a 100644 --- a/appl/recommand/recommand.hpp +++ b/appl/recommand/recommand.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * recommand.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef RECOMMAND_HPP #define RECOMMAND_HPP diff --git a/gui/ReGuiApplication.cpp b/gui/ReGuiApplication.cpp index 4b38ab0..cbaab68 100644 --- a/gui/ReGuiApplication.cpp +++ b/gui/ReGuiApplication.cpp @@ -1,5 +1,5 @@ /* - * ReStateStorage.cpp + * ReGuiApplication.cpp * * (Un)License: Public Domain * You can use and modify this file without any restriction. diff --git a/gui/ReGuiApplication.hpp b/gui/ReGuiApplication.hpp index 5532319..868528d 100644 --- a/gui/ReGuiApplication.hpp +++ b/gui/ReGuiApplication.hpp @@ -1,5 +1,5 @@ /* - * ReStateStorage.hpp + * ReGuiApplication.hpp * * (Un)License: Public Domain * You can use and modify this file without any restriction. diff --git a/gui/ReGuiUtils.cpp b/gui/ReGuiUtils.cpp index bb397a3..a7751ed 100644 --- a/gui/ReGuiUtils.cpp +++ b/gui/ReGuiUtils.cpp @@ -1,10 +1,13 @@ /* - * Licence: + * ReGuiUtils.cpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #include "base/rebase.hpp" #include "gui/regui.hpp" diff --git a/gui/ReGuiUtils.hpp b/gui/ReGuiUtils.hpp index f783b58..4f9e6c3 100644 --- a/gui/ReGuiUtils.hpp +++ b/gui/ReGuiUtils.hpp @@ -1,10 +1,13 @@ /* - * Licence: + * ReGuiUtils.hpp + * + * (Un)License: Public Domain * You can use and modify this file without any restriction. - * There is no warranty. - * You also can use the licence from http://www.wtfpl.net/. - * The original sources can be found on https://github.com/republib. -*/ + * Do what you want. + * No warranties and disclaimer of any damages. + * More info: http://unlicense.org + * The latest sources: https://github.com/republib + */ #ifndef REGUIUTILS_HPP #define REGUIUTILS_HPP -- 2.39.5