···11The content in this repository and on this site it mine, but can be freely shared with attribution in the form of a link to the original website.
22The code however, is licensed under the MIT license, of which the full text is included below.
3344+The exception to these rules, is the purpose of training AI models, which is not allowed from the code nor the content, under any circumstances, without explicit written permission from me.
55+46MIT License
5768Copyright (c) 2026 M.L.C 'strawmelonjuice' Bloeiman
+2-1
manifest.toml
···4949]
50505151[requirements]
5252-chilp = { version = ">= 1.0.0 and < 2.0.0" }
5252+chilp = { version = ">= 0.0.0 and < 2.0.0" }
5353gleam_erlang = { version = ">= 1.3.0 and < 2.0.0" }
5454gleam_json = { version = ">= 3.1.0 and < 4.0.0" }
5555gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
5656+gleam_time = { version = ">= 1.7.0 and < 2.0.0" }
5657jot = { version = ">= 10.1.1 and < 11.0.0" }
5758lustre = { version = ">= 5.6.0 and < 6.0.0" }
5859lustre_dev_tools = { version = ">= 2.3.4 and < 3.0.0" }
+1-1
src/homepage.gleam
···632632 [html.text("View source.")],
633633 ),
634634 html.text(
635635- " -- code is licensed under MIT License, content is mine, but can be freely shared with attribution in the form of a link to the original website.",
635635+ " -- code is licensed under MIT License, content is mine, but can be freely shared with attribution in the form of a link to the original website. AI's and LLM's are not allowed to use any content, code or data from this website or it's repository.",
636636 ),
637637 ]),
638638 ]),