Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,036 changes: 663 additions & 373 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coord-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
edition = "2021"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
description = "Rapid-setup TUI for BoJ local-coord-mcp (AI multi-instance coordination)"
license = "MPL-2.0"
license = "AGPL-3.0-or-later"

# Architecture note: pure functions (state transitions, key dispatch) are
# deliberately isolated so SPARK/Ada formal modules can replace them later
Expand Down
2 changes: 1 addition & 1 deletion elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule BojRest.MixProject do

defp package do
[
licenses: ["MPL-2.0"],
licenses: ["AGPL-3.0-or-later"],
links: %{"GitHub" => "https://github.com/hyperpolymath/boj-server"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperpolymath/boj-server",
"version": "0.4.7",
"description": "Bundle of Joy (BoJ) MCP Server — cartridge-based DevOps + multi-agent coordination toolkit with 100 domain cartridges (database, container, git, k8s, observability, secrets, IaC, multi-instance AI coord, and more). Formally verified (Idris2) core; MPL-2.0.",
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tools/cartridge-configurator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"keywords": ["boj-server", "cartridge", "configurator"],
"author": "Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>",
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"type": "module"
}
2 changes: 1 addition & 1 deletion tools/cartridge-provisioner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"keywords": ["boj-server", "cartridge", "provisioner"],
"author": "Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>",
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"type": "module"
}
2 changes: 1 addition & 1 deletion tools/panel-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"keywords": ["boj-server", "cartridge", "panel-harness"],
"author": "Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>",
"license": "MPL-2.0",
"license": "AGPL-3.0-or-later",
"type": "module"
}
2 changes: 1 addition & 1 deletion tray/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.2.0"
edition = "2021"
description = "System tray app for BoJ server — Gossamer webview shell"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
license = "MPL-2.0"
license = "AGPL-3.0-or-later"

[[bin]]
name = "boj-tray"
Expand Down
Loading