mirror of
https://github.com/ansible/ansible.git
synced 2026-08-01 00:34:56 +02:00
* Deconstruct AGENTS.md to context dir * Split guidelines applicable to both humans and agents to top-level `context` dir. * Instruct agents to read all context files for now- piecemeal/just-in-time context ingestion has been spotty and problematic to date. Co-authored-by: Matt Clay <matt@mystile.com> Assisted-by: Claude * update package-data sanity to ignore context * markdown line length sanity * Ignore context dir in change detection * Remove core plugin deprecation instructions * Inconsistent with published docs and docsite behavior- resolve those first. --------- Co-authored-by: Matt Clay <matt@mystile.com>
7 lines
323 B
Markdown
7 lines
323 B
Markdown
# Licensing requirements
|
|
|
|
- **ansible-core**: All code must be **GPLv3 compatible**.
|
|
- **lib/ansible/module_utils/**: Defaults to **BSD-2-Clause** (more permissive).
|
|
- **External dependencies**: Only use libraries compatible with these licenses.
|
|
- **When in doubt**: Ask about licensing compatibility rather than assuming.
|