Relicense under GPL-3.0-or-later

Replace MIT with the full GNU GPLv3 text, update license metadata in
pyproject.toml (+ trove classifiers) and PKGBUILD, and add
SPDX-License-Identifier headers to all Python modules and shell scripts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Luna 2026-05-31 06:52:34 -07:00
parent 28d67a1360
commit 586f74b929
27 changed files with 702 additions and 20 deletions

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later
"""Detector registry.
Each detector is a ``Detector`` with a ``name`` and a ``detect(state, cfg)``