Commit 6384e9f
chore: add owner SPDX header to all .rs (satisfy licence hook) + axial test rename
The pre-commit licence enforcer requires BOTH SPDX-License-Identifier: MPL-2.0
AND the owner string 'Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>' on every
staged source file, but NO .rs file carried the owner line -- so any edit to a
.rs file was blocked by the hook (a latent repo-wide gap). Inserts the
SPDX-FileCopyrightText owner line on line 2 of all 91 tracked .rs files (each
already had SPDX-License-Identifier on line 1). Also renames the cosmetic
'audience.md' temp filename in the axial test to 'axial.md', completing the
audience->axial sweep.
Comment-only changes plus one test-string rename; cargo check --all-targets passes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 926c507 commit 6384e9f
91 files changed
Lines changed: 92 additions & 1 deletion
File tree
- benches
- examples
- runtime
- abduct/abduct-20260211191053
- amuck
- src
- a2ml
- abduct
- adjudicate
- aggregate
- ambush
- amuck
- assail
- assay
- attack
- attestation
- axial
- bridge
- campaign
- i18n
- kanren
- mass_panic
- panll
- query
- report
- signatures
- storage
- sweep_tracker
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments