Skip to content

Commit 9f08a3c

Browse files
chore(licence): normalise to MPL-2.0 + CC-BY-SA-4.0 (canonical pair) (#63)
Estate licence normalisation. LICENSES/={MPL-2.0,CC-BY-SA-4.0}; root LICENSE=verbatim MPL-2.0 (GitHub display); code->MPL-2.0, docs(.md/.adoc)->CC-BY-SA-4.0; vendored untouched. Residual mentions (mostly legitimate anti-AGPL rules): 15. Manual-review licence PR. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0cb9fe8 commit 9f08a3c

38 files changed

Lines changed: 578 additions & 37 deletions

.githooks/pre-commit

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: MIT
2+
# SPDX-License-Identifier: MPL-2.0
33
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
44
#
55
# Pre-commit hook for Project Wharf

.githooks/pre-push

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: MIT
2+
# SPDX-License-Identifier: MPL-2.0
33
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
44
#
55
# Pre-push hook for Project Wharf

.machine_readable/svc/k9/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MPL-2.0
1+
// SPDX-License-Identifier: CC-BY-SA-4.0
22
= K9 Contractiles — Project Wharf
33
:toc: left
44
:icons: font

.well-known/ai.txt

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: MPL-2.0
22
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
33
#
44
# AI Crawling Policy

.well-known/consent-required.txt

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: MPL-2.0
22
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
33
#
44
# Consent Required Protocol (HTTP 430)

.well-known/security.txt

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: MPL-2.0
22
# SPDX-FileCopyrightText: 2025 Jonathan D. A. Jewell <hyperpolymath>
33
#
44
# Security Policy (RFC 9116)

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MPL-2.0
1+
// SPDX-License-Identifier: CC-BY-SA-4.0
22
= Changelog
33

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-License-Identifier: MPL-2.0
2+
SPDX-License-Identifier: CC-BY-SA-4.0
33
SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath)
44
-->
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CITATION.cff - Citation File Format for wharf
22
# https://citation-file-format.github.io/
3-
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
3+
# SPDX-License-Identifier: MPL-2.0 OR LicenseRef-Palimpsest-0.5
44

55
cff-version: 1.2.0
66
title: "wharf"

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
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: MPL-2.0
169+
// SPDX-License-Identifier: CC-BY-SA-4.0
170170
// SPDX-FileCopyrightText: 2025 Your Name <email>
171171
----
172172

0 commit comments

Comments
 (0)