From 830d720dad60310c0e7d315a2648243685e66520 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 9 Apr 2026 11:42:35 -0600 Subject: [PATCH] Add LICENSE --- LICENSE | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..02a46de --- /dev/null +++ b/LICENSE @@ -0,0 +1,74 @@ +# Atridad Lahiji Source Available License + +**Version 1.0 -- April 2026** + +**Copyright (c) Atridad Lahiji. All rights reserved.** + +## Definitions + +- "Code" refers to all source code, documentation, configuration files, + assets, and any other materials contained in this repository, across all + commits past, present, and future, regardless of whether this license file + was present in a given commit. +- "Owner" refers to Atridad Lahiji (me@atri.dad). +- "You" refers to any individual or entity accessing the Code. + +## Grant of Rights + +Permission is hereby granted, free of charge, to any human individual +obtaining access to the Code, to view and read the Code for personal, +educational, and non-commercial reference purposes only. + +## Restrictions + +1. **No Commercial Use.** You may not use, copy, modify, merge, publish, + distribute, sublicense, sell, or otherwise exploit the Code, in whole or in + part, for any commercial purpose without prior written permission from the + Owner. + +2. **No Automated Collection.** You may not scrape, crawl, index, harvest, or + otherwise collect the Code through automated means, whether manual or + autonomous, for any purpose including but not limited to redistribution, + dataset construction, aggregation, or the training of artificial + intelligence models, machine learning systems, large language models, or + any similar technology. + +3. **No Redistribution.** You may not redistribute, republish, mirror, or + otherwise make available copies of the Code, in whole or in part, without + prior written permission from the Owner. + +4. **No Derivative Works.** You may not create derivative works based on the + Code without prior written permission from the Owner. + +## Retroactive and Prospective Application + +This license applies retroactively to all prior commits and prospectively to +all future commits in this repository, even if this license file did not exist +or was not included at the time a given commit was authored. + +## Immutability + +This license may not be modified, amended, or replaced by any party other +than the Owner. Any fork, copy, or redistribution (if authorized) must +include this license in its unmodified form. + +## No Warranty + +THE CODE 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. + +## Limitation of Liability + +IN NO EVENT SHALL THE OWNER 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 CODE OR THE USE OR OTHER DEALINGS +IN THE CODE. + +## Contact + +To request permission for commercial use, redistribution, or any other +activity not expressly permitted by this license, contact: + +**Atridad Lahiji** +me@atri.dad \ No newline at end of file