From 8b6646a2eb4d0019d7cafd6c292a885e6dbfc7af Mon Sep 17 00:00:00 2001 From: sairajzero Date: Thu, 6 Jul 2023 05:18:20 +0530 Subject: [PATCH] relocate script files --- LICENCE | 21 ------------------- btcOperator.js => scripts/btcOperator.js | 0 compactIDB.js => scripts/compactIDB.js | 0 .../floBlockchainAPI.js | 0 floCloudAPI.js => scripts/floCloudAPI.js | 0 floCrypto.js => scripts/floCrypto.js | 0 floDapps.js => scripts/floDapps.js | 0 floTokenAPI.js => scripts/floTokenAPI.js | 0 lib.js => scripts/lib.js | 0 9 files changed, 21 deletions(-) delete mode 100644 LICENCE rename btcOperator.js => scripts/btcOperator.js (100%) rename compactIDB.js => scripts/compactIDB.js (100%) rename floBlockchainAPI.js => scripts/floBlockchainAPI.js (100%) rename floCloudAPI.js => scripts/floCloudAPI.js (100%) rename floCrypto.js => scripts/floCrypto.js (100%) rename floDapps.js => scripts/floDapps.js (100%) rename floTokenAPI.js => scripts/floTokenAPI.js (100%) rename lib.js => scripts/lib.js (100%) diff --git a/LICENCE b/LICENCE deleted file mode 100644 index d3f4c4c..0000000 --- a/LICENCE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Sai Raj - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/btcOperator.js b/scripts/btcOperator.js similarity index 100% rename from btcOperator.js rename to scripts/btcOperator.js diff --git a/compactIDB.js b/scripts/compactIDB.js similarity index 100% rename from compactIDB.js rename to scripts/compactIDB.js diff --git a/floBlockchainAPI.js b/scripts/floBlockchainAPI.js similarity index 100% rename from floBlockchainAPI.js rename to scripts/floBlockchainAPI.js diff --git a/floCloudAPI.js b/scripts/floCloudAPI.js similarity index 100% rename from floCloudAPI.js rename to scripts/floCloudAPI.js diff --git a/floCrypto.js b/scripts/floCrypto.js similarity index 100% rename from floCrypto.js rename to scripts/floCrypto.js diff --git a/floDapps.js b/scripts/floDapps.js similarity index 100% rename from floDapps.js rename to scripts/floDapps.js diff --git a/floTokenAPI.js b/scripts/floTokenAPI.js similarity index 100% rename from floTokenAPI.js rename to scripts/floTokenAPI.js diff --git a/lib.js b/scripts/lib.js similarity index 100% rename from lib.js rename to scripts/lib.js