Krischal's Digital Garden
Should contain the things I have learned and collected ..ideally.
⚖️ Licensing & Inheritance Rules
Unless explicitly overridden, the license governing any file or directory
in this repository is determined by the following inheritance rules:
- Local License: If a directory contains a
LICENSEorCOPYINGfile,
that license applies to all contents within that directory and its subdirectories. - Hierarchical Fallback: If a directory lacks a license file, it inherits
the license of its closest ancestor directory, looking upward all the
way to the repository root. - Explicit Exceptions: Any individual file or subdirectory containing an
explicit licensing header (such as anSPDX-License-Identifiertag or local
license file) completely overrides the inherited default for that specific item.
Default license is provided as:
LICENSE
Repository Root License
This repository functions as my personal digital garden. Unless overridden by a more specific local license or an explicit file header, as outlined by the README > ⚖️ Licensing & Inheritance Rules in the README, the following default rules apply to all contents within this repository:
Link to original
Default License (Prose, Math, LaTeX, and General Content): Everything in this digital garden is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License. This includes all markdown notes, prose, LaTeX source files, mathematical formulas, and any other files not explicitly exempted below.
- Full Legal Text: CC-BY
Special Exception (Code Blocks and Software): As an exception to the default license above, all executable source code, software scripts, programming files, and code blocks embedded inside the notes are licensed under the MIT License.
- Full Legal Text: MIT