Skip to content

Commit 7828d69

Browse files
fix(spdx): add missing MPL-2.0 headers to new files in coord-fed PR #146
- Fix 3 Elixir test files with incorrect PMPL-1.0-or-later license - Add SPDX headers to 6 markdown files missing them Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent e9598f8 commit 7828d69

9 files changed

Lines changed: 21 additions & 3 deletions

File tree

docs/backend-assurance/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
14
# Backend-Assurance Harness
25

36
External evidence for the class-(J) `believe_me` axioms in

docs/backend-assurance/prim__eqChar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
14
# Backend-Assurance: `prim__eqChar`
25

36
Trusted-extraction validation for the two class-(J) axioms over

docs/backend-assurance/prim__strAppend.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
14
# Backend-Assurance: `prim__strAppend`
25

36
Trusted-extraction validation for the class-(J) axiom over Idris2's

docs/backend-assurance/prim__strSubstr.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
14
# Backend-Assurance: `prim__strSubstr`
25

36
Trusted-extraction validation for the class-(J) axiom over Idris2's

docs/backend-assurance/prim__strToCharList.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
14
# Backend-Assurance: `prim__strToCharList`
25

36
Trusted-extraction validation for the class-(J) axiom over Idris2's

elixir/test/backend_assurance/prim_str_append_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# Backend-assurance harness for `prim__strAppend`.

elixir/test/backend_assurance/prim_str_substr_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# Backend-assurance harness for `prim__strSubstr`.

elixir/test/backend_assurance/prim_str_to_char_list_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# Backend-assurance harness for `prim__strToCharList`.

tests/backend-assurance/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> -->
3+
14
# `tests/backend-assurance/` — pointer
25

36
The runnable property-test harness for the backend-assurance campaign

0 commit comments

Comments
 (0)