]> gitweb.hamatoma.de Git - reqt/commitdiff
license inserted
authorhama <hama@siduction.net>
Wed, 10 Feb 2016 23:20:08 +0000 (00:20 +0100)
committerhama <hama@siduction.net>
Wed, 10 Feb 2016 23:20:08 +0000 (00:20 +0100)
20 files changed:
appl/rebackgui/BackupEngine.cpp
appl/rebackgui/BackupEngine.hpp
appl/rebackgui/BackupUtils.cpp
appl/rebackgui/BackupUtils.hpp
appl/rebackgui/Configuration.cpp
appl/rebackgui/Configuration.hpp
appl/rebackgui/backupgui.hpp
appl/rebackgui/main.cpp
appl/rebackgui/mainwindow.cpp
appl/rebackgui/mainwindow.hpp
appl/recommand/CommandProcessor.cpp
appl/recommand/CommandProcessor.hpp
appl/recommand/main.cpp
appl/recommand/mainwindow.cpp
appl/recommand/mainwindow.hpp
appl/recommand/recommand.hpp
gui/ReGuiApplication.cpp
gui/ReGuiApplication.hpp
gui/ReGuiUtils.cpp
gui/ReGuiUtils.hpp

index d27e74447257e9753b747ecc0986e192fc347c2c..2b11701a5971a98ebbc6e52e6cc9203aa9dacf5f 100644 (file)
@@ -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"
 
index 2b148e42f21f90f62376b3141d34d114a90b62db..f1f9bc8febeeaf53eb03b7eb66e90bbb1784b370 100644 (file)
@@ -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
index df85b2708ce6b64c065b3b9922d0d7aa180fc00d..551f489bcb1f20f384b2954fa6ff7cadb0e51715 100644 (file)
@@ -1,10 +1,13 @@
-/*\r
- * Licence:\r
- * You can use and modify this file without any restriction.\r
- * There is no warranty.\r
- * You also can use the licence from http://www.wtfpl.net/.\r
- * The original sources can be found on https://github.com/republib.\r
-*/\r
+/*
+ * 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"\r
 \r
 BackupUtils::BackupUtils()\r
index af97bfcd05da1ae1d4947b5c9342d9e73c8055a6..43f35bd726d0284ae4a8e3aa836cf95bee34a0bb 100644 (file)
@@ -1,10 +1,13 @@
-/*\r
- * Licence:\r
- * You can use and modify this file without any restriction.\r
- * There is no warranty.\r
- * You also can use the licence from http://www.wtfpl.net/.\r
- * The original sources can be found on https://github.com/republib.\r
-*/\r
+/*
+ * 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\r
 #define BACKUPUTILS_H\r
 \r
index 2bb4cda772dc9c8a3c742e9d63f53ae7c361b0da..348eb3554d87289419c2e24b4fa54bc0c05393a4 100644 (file)
@@ -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"
 
index 38df7ca6ef8f90664522f6732ff5b009e6eee65e..4c4ca6edb203b40f7cc17c7973a7a555ea0bf79a 100644 (file)
@@ -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
index c2922fa70b467416b4b2b144441157160ec1b4eb..926b03b3bbfb7ff5e55d54281029384d94b7e1dc 100644 (file)
@@ -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
index ab553b233b4971bbd9e7e626e872c2f8e36dcbb8..0d45da37c32ca7f5859ce165dcbf3e544f18f72a 100644 (file)
@@ -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"
index b545a0d8c75a53c60eeb67b89b4bb5f18ff53858..339053e83cd47b9527f9324ecdce0e9ab485e372 100644 (file)
@@ -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"
index 749ed758f6c1e46c5bf56773bdda403852c4cec3..ed735f713c1287f0017b64572214d38b8dbf02b8 100644 (file)
@@ -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
index 14979fa210719101e4864eed293718e926f9824b..1ffd867fd3a44956ad24da63912a9e4b1bf1fb39 100644 (file)
@@ -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"
 
index 0899fdf397ea890bd5e55bd2b38f1fa0a1e1e430..30424812441c37821c5a741b53feba6f145a0fbd 100644 (file)
@@ -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
index 344f0aacb44e39e16b7ca30e4b7f380e5ef84f67..1b5145ee43830d7da617e744db887e02c735f85f 100644 (file)
@@ -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 <QApplication>
index 983a9993cafb79e4d84a2850f0fcc375d8b2b86c..7d6afdbb8dd8d8bcf0b589bd3aafa0a9c846c5ba 100644 (file)
@@ -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"
 
index 8ae12af4e21edf2eb679fc8d873cc57a15203b16..e6488ecd9601d549e690233498bc0fec1d9578d7 100644 (file)
@@ -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
index 7ca2a860b22c68c90a1be3e23d106b9e2d8bf96d..328cb8af2d474c406b8f8aff9f00cf0170a1a405 100644 (file)
@@ -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
index 4b38ab05163e7dd9d0562f66b9574e84f6467b77..cbaab68dced5cda554f609ff1cb634c81eefa987 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * ReStateStorage.cpp
+ * ReGuiApplication.cpp
  *
  * (Un)License: Public Domain
  * You can use and modify this file without any restriction.
index 55323195a1162f9d3e754e76ba6389778a274409..868528d03c98865b53c1e9458ed21325d2b3d9cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * ReStateStorage.hpp
+ * ReGuiApplication.hpp
  *
  * (Un)License: Public Domain
  * You can use and modify this file without any restriction.
index bb397a36bfbf6a0da04493faf88847204dbb70cf..a7751ed7f645a50981127006821e4b2e11dd620e 100644 (file)
@@ -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"
index f783b58feccbf1f97373e7c0872146f79abe25f0..4f9e6c3c09c7b1ab3e6b2f6b92464ffde12c9df7 100644 (file)
@@ -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