The APPXC project applies either
  * Apache-2.0 (Apache License 2.0) OR
  * 0BSD (BSD Zero Clause License)
with license texts available in the LICENSES subfolder. There is no default
license for any file. Each file specifies it's applicable license using SPDX
tags. Files for which license tags are not available, are listed below.

The following guideline applies while the specification for each file remains
binding:
 * Apache 2.0 for [src, tests, tests_features] folders with python source files
   and tranlation PO files.
 * 0BSD for [.github, doc, scripts] with general scripts, CI automation and
   documentation.

FILES WITHOUT LICENSE TAGS
==========================
APPXC scans all maintained files for copyright and license information as part
of the CI pipeline. Since the listing below is used as exclusion filter, it is
quite verbose.

Apache-2.0 licenses
-------------------
Apache-2.0 license applies with copyright by the contributors of APPXC
(github.com/alexander-nbg/appxc) to:
 * src/requirements.txt
 * tests/requirements.txt

0BSD license
------------
0BSD license applies with copyright by the contributors of APPXC
(github.com/alexander-nbg/appxc) to:
 * LICENSE
 * CONTRIBUTORS
 * .gitignore
 * .github/ISSUE_TEMPLATE/*.md
 * .github/copilot-instructions.md
 * *.drawio
 * dev/requirements.txt
Those files belong to the documentation:
 * doc/requirements.txt
 * doc/conf.py
To avoid AI's needing to digest license information, it is not included:
 * AGENTS.md
 * **/AGENTS.md

No license
----------
The following files are not licensed:
 * LICENSES/*
The baseline file of basedpyright findings, generated by basedpyright:
 * .basedpyright/baseline.json
