Skip to content

Commit 79ea2f3

Browse files
chore(licence): normalise to MPL-2.0 + CC-BY-SA-4.0 (canonical pair) (#61)
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): 8. Manual-review licence PR. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ac446c1 commit 79ea2f3

56 files changed

Lines changed: 663 additions & 155 deletions

Some content is hidden

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

.githooks/install.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: GPL-3.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
#
44
# Install Git hooks for Candy Crash
55
# Usage: ./.githooks/install.sh

.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: GPL-3.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
#
44
# Git pre-commit hook for Candy Crash
55
# Thin wrapper that delegates to Just recipes

.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: GPL-3.0-or-later
2+
# SPDX-License-Identifier: MPL-2.0
33
#
44
# Git pre-push hook for Candy Crash
55
# Thin wrapper that delegates to Just recipes

.github/pull_request_template.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-or-later
2+
SPDX-License-Identifier: CC-BY-SA-4.0
33
-->
44

55
## Description

.github/workflows/governance.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: Governance
33

44
on:

.github/workflows/hypatia-scan.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: Hypatia Security Scan
33

44
on:

.github/workflows/scorecard.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: OSSF Scorecard
33

44
on:

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: MPL-2.0
33
# SPDX-FileCopyrightText: 2025 Hyperpolymath
44

55
# Husky pre-commit hook for language policy enforcement

.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
33
:toc: left
44
:icons: font

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

0 commit comments

Comments
 (0)