Skip to content

Commit df974fd

Browse files
committed
chore: migrate license from PMPL-1.0-or-later to MPL-2.0
1 parent 484b162 commit df974fd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

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
# (MPL-2.0 is the automatic legal fallback until PMPL is formally
33
# recognised. The LICENSE file carries the MPL-2.0 text; every source
44
# file's SPDX header and this declaration agree — single, consistent

README.md

Lines changed: 2 additions & 2 deletions
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
<!-- (MPL-2.0 is the automatic legal fallback until PMPL is formally recognised.) -->
33

44
# EchoTypes.jl
@@ -90,7 +90,7 @@ that is warranted.
9090

9191
## Licence
9292

93-
`PMPL-1.0-or-later`; `MPL-2.0` (see [`LICENSE`](LICENSE)) is the
93+
`MPL-2.0`; `MPL-2.0` (see [`LICENSE`](LICENSE)) is the
9494
automatic legal fallback until PMPL is formally recognised. The
9595
LICENSE file, this statement, and every source SPDX header agree —
9696
one consistent licence, deliberately not a Project-vs-source split.

src/EchoTypes.jl

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
# (MPL-2.0 is the automatic legal fallback until PMPL is formally recognised.)
33
#
44
# EchoTypes.jl — an *executable companion* to the Agda library

test/runtests.jl

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
# (MPL-2.0 is the automatic legal fallback until PMPL is formally recognised.)
33
#
44
# Each testset is the finite-domain shadow of a named Agda lemma in

0 commit comments

Comments
 (0)