Skip to content

Commit 88ce975

Browse files
hyperpolymathclaude
andcommitted
fix: global AGPL-3.0-or-later → PMPL-1.0-or-later replacement
Comprehensive replacement in all file types (SPDX headers, dual-license, workflow checks, package metadata). Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 10cf857 commit 88ce975

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/wiki/Home.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jk commit # Or: jk rollback
107107

108108
=== License
109109

110-
JanusKey is dual-licensed under MIT OR AGPL-3.0-or-later.
110+
JanusKey is dual-licensed under MIT OR PMPL-1.0-or-later.
111111

112112
=== Contributing
113113

src/januskey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "1.0.0"
77
edition = "2021"
88
authors = ["Jonathan D.A. Jewell <jonathan.jewell@gmail.com>"]
99
description = "Provably reversible file operations through Maximal Principle Reduction"
10-
license = "MIT OR AGPL-3.0-or-later"
10+
license = "MIT OR PMPL-1.0-or-later"
1111
repository = "https://github.com/hyperpolymath/januskey"
1212
keywords = ["reversible", "filesystem", "transactions", "undo", "backup"]
1313
categories = ["command-line-utilities", "filesystem"]

src/januskey/src/attestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// JanusKey Attestation & Audit Log Module

src/januskey/src/content_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// Content-Addressed Storage with SHA256 hashing

src/januskey/src/delta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// Delta Storage: Efficient storage for file modifications

src/januskey/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// JanusKey Error Types

src/januskey/src/keys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// JanusKey Key Management Module

src/januskey/src/keys_cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// JanusKey Key Management CLI

src/januskey/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// JanusKey: Provably Reversible File Operations

src/januskey/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
1+
// SPDX-License-Identifier: MIT OR PMPL-1.0-or-later
22
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
//
44
// JanusKey CLI: Provably Reversible File Operations

0 commit comments

Comments
 (0)