1- MIT License
1+ This project is licensed under a dual-license structure to appropriately cover
2+ both the software code and the non-code content (data, text, figures, etc.).
23
3- Copyright (c) 2024 Calkit
4+ Source code (MIT License)
5+
6+ All source code contained within this repository, including but not limited to
7+ files with the extensions .js, .py, .html, .css, .ts, .jsx, .tsx, shell
8+ scripts, build configurations, and their related files, is licensed under
9+ the MIT License.
10+
11+ The MIT License (MIT)
12+
13+ Copyright (c) 2025 Calkit
414
515Permission is hereby granted, free of charge, to any person obtaining a copy
616of this software and associated documentation files (the "Software"), to deal
@@ -19,3 +29,23 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1929LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2030OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2131SOFTWARE.
32+
33+ Content, data, and documentation (CC BY 4.0)
34+
35+ All non-code assets, including but not limited to prose, documentation, data,
36+ figures, images, designs, and text written in Markdown or similar formats
37+ (e.g., files in a docs/ directory, this LICENSE file itself, or .txt files
38+ containing prose or data), are licensed under the Creative Commons Attribution
39+ 4.0 International Public License (CC BY 4.0).
40+
41+ To view a copy of this license, visit:
42+
43+ CC BY 4.0 Deed (summary):
44+ https://creativecommons.org/licenses/by/4.0/
45+
46+ CC BY 4.0 Legal Code (full license):
47+ https://creativecommons.org/licenses/by/4.0/legalcode
48+
49+ This license requires you to give appropriate credit, provide a link to the
50+ license, and indicate if changes were made. You may do so in any reasonable
51+ manner, but not in any way that suggests the licensor endorses you or your use.
0 commit comments