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:

  1. Local License: If a directory contains a LICENSE or COPYING file, that license applies to all contents within that directory and its subdirectories.
  2. 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.
  3. Explicit Exceptions: Any individual file or subdirectory containing an explicit licensing header (such as an SPDX-License-Identifier tag or local license file) completely overrides the inherited default for that specific item.