Skip to content

Commit 9e31997

Browse files
committed
license: set launcher metadata to MPL-2.0 baseline
1 parent 87820cf commit 9e31997

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

project-wharf-launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#!/usr/bin/env bash
3-
# SPDX-License-Identifier: PMPL-1.0-or-later
3+
# SPDX-License-Identifier: MPL-2.0
44
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
55
#
66
# @a2ml-metadata begin

project-wharf.launcher.a2ml

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
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
#
44
# project-wharf.launcher.a2ml — per-app launcher config for Project Wharf.
@@ -9,7 +9,7 @@ display = "Project Wharf"
99
description = "Project Wharf — container/workload staging and orchestration"
1010
categories = ["Development", "System"]
1111
version = "1.0.0"
12-
license = "PMPL-1.0-or-later"
12+
license = "MPL-2.0"
1313

1414
[repo]
1515
path = "/var/mnt/eclipse/repos/project-wharf"

0 commit comments

Comments
 (0)