Skip to content

fix(ops): upgrade to AGPL-3.0, add AI training clause and .aiignore#172

Merged
forkwright merged 1 commit intomainfrom
fix/license-agpl-upgrade
Apr 13, 2026
Merged

fix(ops): upgrade to AGPL-3.0, add AI training clause and .aiignore#172
forkwright merged 1 commit intomainfrom
fix/license-agpl-upgrade

Conversation

@forkwright
Copy link
Copy Markdown
Owner

Summary

  • LICENSE replaced with full AGPL-3.0-or-later text (matches aletheia/akroasis)
  • NOTICE added: copyright 2024-2026 Cody Kickertz + supplemental AI training prohibition
  • .aiignore added: blocks GitHub AI pipelines with *
  • Cargo.toml license fields updated: workspace root, theatron-desktop, akouo-core
  • deny.toml allowlist updated to include AGPL-3.0-or-later

Test plan

  • grep -r "license = " . --include="*.toml" --exclude-dir=.claude shows only AGPL-3.0-or-later
  • NOTICE file exists and contains copyright + AI training clause
  • .aiignore exists with *
  • LICENSE opens with "GNU AFFERO GENERAL PUBLIC LICENSE"
  • CI passes (cargo check / clippy unaffected by license field changes)

Closes #139

…139)

- LICENSE: AGPL-3.0-or-later (matches aletheia/akroasis)
- NOTICE: copyright 2024-2026 Cody Kickertz + supplemental AI training prohibition
- .aiignore: blocks GitHub AI pipelines
- Cargo.toml: license field updated (workspace, theatron-desktop, akouo-core)
- deny.toml: AGPL-3.0-or-later added to allowlist

Closes #139

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@forkwright forkwright merged commit e782981 into main Apr 13, 2026
2 of 3 checks passed
@forkwright forkwright deleted the fix/license-agpl-upgrade branch April 13, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ops): evaluate GPL→AGPL upgrade, add AI training clause and .aiignore

1 participant