Skip to content

Commit 7eeff98

Browse files
Jonathan D.A. Jewellclaude
andcommitted
chore: update SPDX headers to PMPL-1.0
Update all file license headers from MIT to PMPL-1.0 (Palimpsest-MPL License v1.0) to match the project license change. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6b93d59 commit 7eeff98

36 files changed

Lines changed: 37 additions & 37 deletions

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0
22
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0
22
# RSR-compliant .gitignore
33

44
# OS & Editor

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MIT
1+
# SPDX-License-Identifier: PMPL-1.0
22
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
33
#
44
# GitLab CI/CD Configuration for Project Wharf

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: AGPL-3.0-or-later
1+
// SPDX-License-Identifier: PMPL-1.0
22
= Changelog
33

44
All notable changes to Project Wharf will be documented in this file.

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
1+
<!-- SPDX-License-Identifier: PMPL-1.0 -->
22
# Contributor Covenant Code of Conduct
33

44
## Our Pledge

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ All source files must include SPDX headers:
166166

167167
[source,rust]
168168
----
169-
// SPDX-License-Identifier: MIT
169+
// SPDX-License-Identifier: PMPL-1.0
170170
// SPDX-FileCopyrightText: 2025 Your Name <email>
171171
----
172172

@@ -241,6 +241,6 @@ Security-related contributions require extra care:
241241
== License
242242

243243
By contributing, you agree that your contributions will be licensed under the
244-
MIT License. See LICENSE.txt for details.
244+
Palimpsest-MPL License v1.0 (PMPL-1.0). See LICENSE.txt for details.
245245

246246
All contributions must include SPDX headers attributing your work.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolver = "2"
1313
version = "0.1.0"
1414
edition = "2021"
1515
authors = ["Jonathan D. A. Jewell <hyperpolymath>"]
16-
license = "MIT"
16+
license = "PMPL-1.0"
1717
repository = "https://gitlab.com/hyperpolymath/wharf"
1818
description = "The Sovereign Web Hypervisor - Immutable CMS Infrastructure"
1919

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MIT
1+
# SPDX-License-Identifier: PMPL-1.0
22
# SPDX-FileCopyrightText: 2025 hyperpolymath
33

44
# Multi-stage Dockerfile for Project Wharf

FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MIT
1+
# SPDX-License-Identifier: PMPL-1.0
22
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
33
#
44
# Funding and Sponsorship Information

MAINTAINERS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: AGPL-3.0-or-later
1+
// SPDX-License-Identifier: PMPL-1.0
22
= Maintainers
33
:toc: preamble
44

0 commit comments

Comments
 (0)