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
23 changes: 0 additions & 23 deletions .github/workflows/boj-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion 0-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ After reading this file, demonstrate understanding by stating:
- **Format Version:** 1.0.0
- **Last Updated:** 2026-04-23
- **Maintained By:** Jonathan D.A. Jewell (hyperpolymath)
- **License:** PMPL-1.0-or-later
- **License:** MPL-2.0 (code), CC-BY-SA-4.0 (documentation)
661 changes: 0 additions & 661 deletions LICENSES/AGPL-3.0-or-later.txt

This file was deleted.

7 changes: 5 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,12 @@ See `formal/PRESERVATION-DESIGN.md §12` and `PROOF-NEEDS.md §3`.

== Licence

PMPL-1.0-or-later — see link:LICENSES/PMPL-1.0-or-later.txt[PMPL-1.0-or-later.txt].
Code is `MPL-2.0` — see link:LICENSES/MPL-2.0.txt[MPL-2.0.txt].

MPL-2.0 fallback available — see link:LICENSES/MPL-2.0.txt[MPL-2.0.txt].
Documentation is `CC-BY-SA-4.0` — see link:LICENSES/CC-BY-SA-4.0.txt[CC-BY-SA-4.0.txt].

Every file carries its own `SPDX-License-Identifier:` header, so the applicable
licence is always the one named in the file itself.

== Author

Expand Down
2 changes: 1 addition & 1 deletion ephapax-linear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "ephapax-linear"
version = "0.1.0"
edition = "2021"
rust-version = "1.83"
license = "PMPL-1.0-or-later"
license = "MPL-2.0"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
repository = "https://github.com/hyperpolymath/ephapax"
description = "Standalone linear/affine discipline checker for ephapax — dual grammars with full substructural focusing"
Expand Down
5 changes: 2 additions & 3 deletions guix.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; SPDX-License-Identifier: MPL-2.0
// Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
;; Owner: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
;; guix.scm — GNU Guix package definition for ephapax
;; Usage: guix shell -f guix.scm

Expand All @@ -15,5 +15,4 @@
(synopsis "ephapax")
(description "ephapax — part of the hyperpolymath ecosystem.")
(home-page "https://github.com/hyperpolymath/ephapax")
(license ((@@ (guix licenses) license) "PMPL-1.0-or-later"
"https://github.com/hyperpolymath/palimpsest-license")))
(license mpl2.0))
2 changes: 1 addition & 1 deletion llm-warmup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ See README.adoc for overview.
- `just heal` — attempt auto-repair

## Quick Context
- License: PMPL-1.0-or-later
- License: MPL-2.0 (code), CC-BY-SA-4.0 (documentation)
- Part of hyperpolymath ecosystem
- See EXPLAINME.adoc for architecture
2 changes: 1 addition & 1 deletion llm-warmup-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ See README.adoc for overview.
- `just heal` — attempt auto-repair

## Quick Context
- License: PMPL-1.0-or-later
- License: MPL-2.0 (code), CC-BY-SA-4.0 (documentation)
- Part of hyperpolymath ecosystem
- See EXPLAINME.adoc for architecture
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "ephapax"
version = "0.1.0"
description = "A dyadic linear/affine type system language targeting WebAssembly"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
license = "PMPL-1.0-or-later"
license = "MPL-2.0"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64"]

Expand Down
2 changes: 1 addition & 1 deletion src/ephapax-ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name = "ephapax-ir"
version = "0.1.0"
edition = "2021"
license = "PMPL-1.0-or-later"
license = "MPL-2.0"

[dependencies]
smol_str = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/ephapax-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ephapax-lsp"
version = "0.1.0"
edition = "2021"
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
license = "PMPL-1.0-or-later"
license = "MPL-2.0"
description = "Language Server Protocol implementation for Ephapax"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/ephapax-vram-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ GPU Memory (4GB Quadro M2000M)

## License

PMPL-1.0-or-later
MPL-2.0

## Related

Expand Down
30 changes: 0 additions & 30 deletions src/lexer.mll

This file was deleted.

41 changes: 0 additions & 41 deletions src/parser.mli

This file was deleted.

95 changes: 0 additions & 95 deletions src/parser.mly

This file was deleted.

2 changes: 1 addition & 1 deletion stapeln.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "ephapax"
version = "0.1.0"
description = "ephapax"
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
license = "PMPL-1.0-or-later"
license = "MPL-2.0"
registry = "ghcr.io/hyperpolymath"

[build]
Expand Down
83 changes: 0 additions & 83 deletions test/test_typecheck.ml

This file was deleted.

Loading
Loading