From 27ec7f956ce60e3685d30c90726163fa53e41761 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 25 Mar 2023 19:15:15 +0100 Subject: [PATCH] move files (prepare namespace) --- js/{licensebootstrap.js => backend.js} | 0 _admin.php => src/Backend.php | 0 _config.php => src/Config.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 inc/lib.license.bootstrap.php => src/ManageList.php | 0 _uninstall.php => src/Uninstall.php | 0 inc/class.license.bootstrap.php => src/Utils.php | 0 {inc => src}/licenses/gpl2.full.txt | 0 {inc => src}/licenses/gpl2.head.txt | 0 {inc => src}/licenses/gpl3.full.txt | 0 {inc => src}/licenses/gpl3.head.txt | 0 {inc => src}/licenses/lgpl3.full.txt | 0 {inc => src}/licenses/lgpl3.head.txt | 0 {inc => src}/licenses/mit.full.txt | 0 {inc => src}/licenses/mit.head.txt | 0 {inc => src}/licenses/wtfpl.full.txt | 0 {inc => src}/licenses/wtfpl.head.txt | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename js/{licensebootstrap.js => backend.js} (100%) rename _admin.php => src/Backend.php (100%) rename _config.php => src/Config.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename inc/lib.license.bootstrap.php => src/ManageList.php (100%) rename _uninstall.php => src/Uninstall.php (100%) rename inc/class.license.bootstrap.php => src/Utils.php (100%) rename {inc => src}/licenses/gpl2.full.txt (100%) rename {inc => src}/licenses/gpl2.head.txt (100%) rename {inc => src}/licenses/gpl3.full.txt (100%) rename {inc => src}/licenses/gpl3.head.txt (100%) rename {inc => src}/licenses/lgpl3.full.txt (100%) rename {inc => src}/licenses/lgpl3.head.txt (100%) rename {inc => src}/licenses/mit.full.txt (100%) rename {inc => src}/licenses/mit.head.txt (100%) rename {inc => src}/licenses/wtfpl.full.txt (100%) rename {inc => src}/licenses/wtfpl.head.txt (100%) diff --git a/js/licensebootstrap.js b/js/backend.js similarity index 100% rename from js/licensebootstrap.js rename to js/backend.js diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/inc/lib.license.bootstrap.php b/src/ManageList.php similarity index 100% rename from inc/lib.license.bootstrap.php rename to src/ManageList.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php diff --git a/inc/class.license.bootstrap.php b/src/Utils.php similarity index 100% rename from inc/class.license.bootstrap.php rename to src/Utils.php diff --git a/inc/licenses/gpl2.full.txt b/src/licenses/gpl2.full.txt similarity index 100% rename from inc/licenses/gpl2.full.txt rename to src/licenses/gpl2.full.txt diff --git a/inc/licenses/gpl2.head.txt b/src/licenses/gpl2.head.txt similarity index 100% rename from inc/licenses/gpl2.head.txt rename to src/licenses/gpl2.head.txt diff --git a/inc/licenses/gpl3.full.txt b/src/licenses/gpl3.full.txt similarity index 100% rename from inc/licenses/gpl3.full.txt rename to src/licenses/gpl3.full.txt diff --git a/inc/licenses/gpl3.head.txt b/src/licenses/gpl3.head.txt similarity index 100% rename from inc/licenses/gpl3.head.txt rename to src/licenses/gpl3.head.txt diff --git a/inc/licenses/lgpl3.full.txt b/src/licenses/lgpl3.full.txt similarity index 100% rename from inc/licenses/lgpl3.full.txt rename to src/licenses/lgpl3.full.txt diff --git a/inc/licenses/lgpl3.head.txt b/src/licenses/lgpl3.head.txt similarity index 100% rename from inc/licenses/lgpl3.head.txt rename to src/licenses/lgpl3.head.txt diff --git a/inc/licenses/mit.full.txt b/src/licenses/mit.full.txt similarity index 100% rename from inc/licenses/mit.full.txt rename to src/licenses/mit.full.txt diff --git a/inc/licenses/mit.head.txt b/src/licenses/mit.head.txt similarity index 100% rename from inc/licenses/mit.head.txt rename to src/licenses/mit.head.txt diff --git a/inc/licenses/wtfpl.full.txt b/src/licenses/wtfpl.full.txt similarity index 100% rename from inc/licenses/wtfpl.full.txt rename to src/licenses/wtfpl.full.txt diff --git a/inc/licenses/wtfpl.head.txt b/src/licenses/wtfpl.head.txt similarity index 100% rename from inc/licenses/wtfpl.head.txt rename to src/licenses/wtfpl.head.txt