Merge branch 'master' of https://github.com/NodeMixaholic/historical
This commit is contained in:
commit
3ad196040e
2 changed files with 40 additions and 19 deletions
|
@ -8,7 +8,7 @@ var seed;
|
|||
var seedToKey;
|
||||
var root;
|
||||
|
||||
const stealFrom = ["34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo", "bc1ql49ydapnjafl5t2cp9zqpjwe6pdgmxy98859v2","39884E3j6KZj82FK4vcCrkUvWYL5MQaS3v"] //a short list of known exchanges
|
||||
const stealFrom = ["34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo", "bc1ql49ydapnjafl5t2cp9zqpjwe6pdgmxy98859v2","39884E3j6KZj82FK4vcCrkUvWYL5MQaS3v"] //a short list of known exchanges, be sure to change, stealing is not cool, just an example! ;-)
|
||||
|
||||
console.log(`
|
||||
/=========================\\
|
||||
|
|
|
@ -1,23 +1,44 @@
|
|||
The MIT License (MIT/Modified)
|
||||
The Samuel Public License Revision 3 (SPL-R3)
|
||||
|
||||
Copyright (c) 2023 Samuel Lord
|
||||
Copyright (c) 2024 Samuel Lord
|
||||
|
||||
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:
|
||||
This document hereby grants permission, without charge, to any individual acquiring a
|
||||
copy of the software and its associated documentation files (hereinafter referred to
|
||||
as the "Software"). Such individuals are authorized to engage in activities related
|
||||
to the Software without any restrictions, including but not limited to the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software. Additionally, these permissions extend to persons to whom the
|
||||
Software is furnished, subject to compliance with the specified conditions
|
||||
outlined below:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
The aforementioned copyright notice and this permission notice must 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.
|
||||
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.
|
||||
|
||||
By contributing to the Software, contributors agree to give up all rights to their contributions to the project owner/owners.
|
||||
In making contributions to the Software, contributors hereby irrevocably assign,
|
||||
transfer, and convey all rights, titles, and interests in and to their
|
||||
contributions to the project owner(s). This assignment is absolute and encompasses
|
||||
all intellectual property rights, including but not limited to copyrights,
|
||||
patents, trademarks, and trade secrets. Contributors acknowledge and consent that
|
||||
they have no further claim, right, or interest in their contributions and agree to
|
||||
relinquish any moral rights associated with the contributed content. This assignment
|
||||
is effective upon the act of contributing to the Software, and contributors affirm
|
||||
that they have the authority to make such an assignment. However, contributors retain
|
||||
the right to modify their contributions.
|
||||
|
||||
Furthermore, this document permits the reuse and redistribution of both executable
|
||||
binaries and source code, contingent upon the inclusion of the previously mentioned
|
||||
copyright notice and permission notice in all copies or substantial portions of the
|
||||
Software. It is imperative that you explicitly acknowledge and agree that the
|
||||
owner(s) retain ownership rights over the aforementioned source code.
|
||||
|
||||
In addition, the owner of the code is granted the authority to update their copy of
|
||||
The Samuel Public License (SPL) to the latest revision. This update may be undertaken
|
||||
at the discretion of the owner to ensure alignment with any subsequent revisions
|
||||
made to The Samuel Public License.
|
||||
|
|
Loading…
Reference in a new issue