Skip to content

Commit 61efce5

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — AGPL→PMPL license, fix author email, add authors to subcrates
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent acd702b commit 61efce5

8 files changed

Lines changed: 161 additions & 377 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "conative-gating"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = ["Jonathan D.A. Jewell <jonathan@hyperpolymath.org>"]
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
66
description = "SLM-as-Cerebellum for LLM Policy Enforcement"
7-
license = "AGPL-3.0-or-later"
7+
license = "PMPL-1.0-or-later"
88
repository = "https://github.com/hyperpolymath/conative-gating"
99

1010
[workspace]

LICENSE

Lines changed: 148 additions & 368 deletions
Large diffs are not rendered by default.

docs/CITATIONS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
title = {conative-gating},
1111
year = {2025},
1212
url = {https://github.com/hyperpolymath/conative-gating},
13-
license = {AGPL-3.0-or-later}
13+
license = {PMPL-1.0-or-later}
1414
}
1515
----
1616

src/arbiter/mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <jonathan@hyperpolymath.org>
2-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
2+
# SPDX-License-Identifier: PMPL-1.0-or-later
33

44
defmodule ConativeGating.MixProject do
55
use Mix.Project
@@ -32,7 +32,7 @@ defmodule ConativeGating.MixProject do
3232

3333
defp package do
3434
[
35-
licenses: ["AGPL-3.0-or-later"],
35+
licenses: ["PMPL-1.0-or-later"],
3636
links: %{"GitHub" => "https://github.com/hyperpolymath/conative-gating"}
3737
]
3838
end

src/contract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
name = "gating-contract"
66
version = "0.1.0"
77
edition = "2021"
8-
authors = ["Jonathan D.A. Jewell <jonathan@hyperpolymath.org>"]
8+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
99
description = "Testable gating contract: inputs, outputs, refusal taxonomy, audit logging"
10-
license = "AGPL-3.0-or-later"
10+
license = "PMPL-1.0-or-later"
1111
repository = "https://github.com/hyperpolymath/conative-gating"
1212

1313
[dependencies]

src/contract/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: AGPL-3.0-or-later
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
22
// Copyright (C) 2025 Jonathan D.A. Jewell
33

44
//! Gating Contract - Testable specification for conative gating decisions

src/oracle/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "policy-oracle"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
56
description = "Deterministic policy rule checker"
7+
license = "PMPL-1.0-or-later"
68

79
[dependencies]
810
tokio.workspace = true

src/slm/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "slm-evaluator"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
56
description = "SLM bindings for adversarial policy evaluation"
7+
license = "PMPL-1.0-or-later"
68

79
[dependencies]
810
tokio.workspace = true

0 commit comments

Comments
 (0)