-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57c78ff
commit 9bc3228
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Custom License Agreement | ||
Version 1.0, January 2025 | ||
|
||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | ||
|
||
1. Permission for Personal Use | ||
|
||
You are allowed to use, modify, and distribute this software for personal and | ||
non-commercial purposes. This includes the right to modify the code and share | ||
it with others, provided the terms outlined in this license are met. | ||
|
||
2. No Commercial Use | ||
|
||
Companies and other organizations are prohibited from using, modifying, or | ||
distributing this software for commercial purposes without explicit written | ||
consent from the author. Commercial use includes any activity that directly | ||
or indirectly generates revenue or is intended for commercial advantage. | ||
|
||
3. Attribution Requirement | ||
|
||
If you use, modify, or distribute this software in any public capacity, you | ||
must provide clear and visible attribution to the original author. This | ||
attribution should include the author's name and a link to the original | ||
project repository. | ||
|
||
4. Request for Commercial Use | ||
|
||
For any commercial use, you must contact the author to negotiate a separate | ||
agreement. Commercial use is only permitted after entering into a custom | ||
contract with terms agreed upon by both parties. | ||
|
||
5. Disclaimer of Liability | ||
|
||
This software is provided "as is", without any warranties of any kind, either | ||
express or implied, including but not limited to the warranties of | ||
merchantability, fitness for a particular purpose, or non-infringement. In no | ||
event shall the author 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. | ||
|
||
6. Governing Law | ||
|
||
This license shall be governed by and construed in accordance with the laws | ||
of Germany. | ||
|
||
END OF TERMS AND CONDITIONS | ||
|
||
Copyright 2025 Benjamin Thomas Schwertfeger | ||
|
||
[email protected] | ||
https://github.com/btschwertfeger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,9 @@ dynamic = ["version"] | |
authors = [ | ||
{ name = "Benjamin Thomas Schwertfeger", email = "[email protected]" }, | ||
] | ||
description = "Infinity grid trading bot for the Kraken cryptocurrency exchange." | ||
description = "Infinity grid trading algorithm for the Kraken cryptocurrency exchange." | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
|
||
requires-python = ">=3.11" | ||
dependencies = [ | ||
|