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 an
SPDX-License-Identifiertag or local license file) completely overrides the inherited default for that specific item.