Skip to content

Commit 490bbb5

Browse files
committed
chore: migrate license from PMPL-1.0-or-later to MPL-2.0
1 parent 7636f03 commit 490bbb5

121 files changed

Lines changed: 152 additions & 152 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.containerization/Containerfile

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
# FireFlag Extension Build Container
33
# Uses chainguard minimal images for security
44

@@ -111,7 +111,7 @@ COPY --from=builder /build/LICENSE /fireflag/
111111
LABEL org.opencontainers.image.title="FireFlag"
112112
LABEL org.opencontainers.image.description="Safe Firefox/Gecko flag management extension"
113113
LABEL org.opencontainers.image.authors="Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"
114-
LABEL org.opencontainers.image.licenses="PMPL-1.0-or-later"
114+
LABEL org.opencontainers.image.licenses="MPL-2.0"
115115
LABEL org.opencontainers.image.source="https://github.com/hyperpolymath/fireflag"
116116
LABEL org.opencontainers.image.vendor="hyperpolymath"
117117

.containerization/README.adoc

Lines changed: 2 additions & 2 deletions

.containerization/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
# FireFlag Containerized Build Script
44
# Orchestrates multi-stage container builds with security scanning
55

.containerization/cerro-terro.yml

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
# Cerro-Terro Build Orchestration
33
# Coordinates multi-stage builds with security scanning
44

.containerization/guix-channel.scm

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
;; Guix channel for FireFlag reproducible builds
33

44
(channel

.containerization/guix-manifest.scm

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
;; Guix manifest for FireFlag development environment
33

44
(specifications->manifest

.gitattributes

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
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf

.github/FUNDING.yml

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
# Funding platforms for hyperpolymath projects
33
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
44

.github/dependabot.yml

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
# Dependabot configuration for RSR-compliant repositories
33
# Covers common ecosystems - remove unused ones for your project
44

.github/workflows/boj-build.yml

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
name: BoJ Server Build Trigger
33
on:
44
push:

0 commit comments

Comments
 (0)