-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
166 lines (104 loc) · 5.27 KB
/
Copy pathLICENSE
File metadata and controls
166 lines (104 loc) · 5.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
## Scientific Toolkit v2.0 License
Copyright (c) 2026 Sefy Levy
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
To view a copy of this license, visit: http://creativecommons.org/licenses/by-nc-sa/4.0/
or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
---
## You are free to:
- **Share** — copy and redistribute the material in any medium or format
- **Adapt** — remix, transform, and build upon the material
The licensor cannot revoke these freedoms as long as you follow the license terms.
---
## Under the following terms:
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- **NonCommercial** — You may not use the material for commercial purposes.
- **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
- **No additional restrictions** — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
---
## Notices:
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
---
## How to Give Credit (Attribution)
When using or citing this software, please include:
**APA Format**:
```
Levy, S. (2026). Scientific Toolkit v2.0 [Computer software].
Based on Basalt Provenance Triage Toolkit v10.2.
https://doi.org/10.5281/zenodo.18727756
```
**BibTeX Format**:
```bibtex
@software{levy2026scientific,
author = {Levy, Sefy},
title = {Scientific Toolkit v2.0},
year = {2026},
note = {Based on Basalt Provenance Triage Toolkit v10.2},
url = {https://github.com/sefy-levy/scientific-toolkit},
doi = {10.5281/zenodo.18727756}
}
```
**In Publications**:
If this toolkit contributed to your research, please cite it in your publications and acknowledge in the acknowledgments section:
```
"Data analysis was performed using Scientific Toolkit v2.0 (Levy, 2026)."
```
---
## Commercial Use
This license **prohibits commercial use** of the software without explicit permission.
Commercial use includes but is not limited to:
- Using the software in a commercial laboratory for profit
- Selling data analysis services using this software
- Incorporating the software into a commercial product
- Using the software for commercial consulting
### Commercial Licensing
If you are interested in commercial use, please contact:
- **Email**: sefy76@gmail.com
- **Subject**: Commercial License Inquiry
Commercial licenses are available on a case-by-case basis and may include:
- Custom features and support
- Priority bug fixes
- Integration assistance
- Training and documentation
---
## Academic and Research Use
This software is **free for academic and research purposes**, including:
- University research projects
- Student theses and dissertations
- Academic publications
- Non-profit research institutions
- Educational use in teaching
- Museum collections management (non-profit)
- Government research agencies
---
## Contributions
By contributing to this project, you agree that your contributions will be licensed under the same CC BY-NC-SA 4.0 license.
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
---
## Disclaimer of Warranty
THIS 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.
---
## Third-Party Dependencies
This software uses various open-source libraries (NumPy, Pandas, Matplotlib, etc.), each with their own licenses. These libraries are not covered by this license. Please refer to their respective licenses for terms of use.
See [requirements.txt](requirements.txt) for a full list of dependencies.
---
## Patent and Trademark Notice
No patent rights or trademark rights are granted under this license.
"Scientific Toolkit" is a descriptive name and is not registered as a trademark. You are free to use the name with proper attribution.
---
## Legal Code
The full legal code of the CC BY-NC-SA 4.0 license can be found at:
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
---
## Questions?
For licensing questions, contact: sefy76@gmail.com
For other inquiries, see [README.md](README.md) for contact information.
---
## Version Information
- License: CC BY-NC-SA 4.0
- Software: Scientific Toolkit v2.0
- Date: February 2026
- Author: Sefy Levy
---
**Thank you for respecting the license terms and supporting open scientific software!** 🙏