Skip to content

Commit caf3102

Browse files
author
Jonathan D.A. Jewell
committed
chore: sync
1 parent 34eaabe commit caf3102

11 files changed

Lines changed: 29 additions & 14 deletions

.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: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0-or-later
22
version: 2
33
updates:
44
- package-ecosystem: "github-actions"

.github/workflows/codeql.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-or-later
22
name: CodeQL
33
on:
44
push:

.github/workflows/mirror.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-or-later
22
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
name: Mirror to Git Forges
44

.github/workflows/rsr-antipattern.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-or-later
22
name: RSR Language Policy
33

44
on:

.github/workflows/scorecard-enforcer.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-or-later
22
# Prevention workflow - runs OpenSSF Scorecard and fails on low scores
33
name: OpenSSF Scorecard Enforcer
44

.github/workflows/secret-scanner.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-or-later
22
# Prevention workflow - scans for hardcoded secrets before they reach main
33
name: Secret Scanner
44

.github/workflows/workflow-linter.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-or-later
22
# Prevention workflow - validates all workflows have proper security config
33
name: Workflow Security Linter
44

CONTRIBUTING.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: MPL-2.0-or-later
22
= Contributing Guide
33

44
== Getting Started

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: MPL-2.0-or-later
22
= Maintainers
33
:toc: preamble
44

README.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// SPDX-License-Identifier: MIT AND Palimpsest-0.8
1+
// SPDX-License-Identifier: MPL-2.0-or-later
22
// SPDX-FileCopyrightText: 2024-2025 hyperpolymath
33

44
= Neural Foundations
55

6-
image:https://img.shields.io/badge/license-AGPL--3.0-blue.svg[PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"] image:https://img.shields.io/badge/philosophy-Palimpsest-purple.svg[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-licence"]
6+
image:https://img.shields.io/badge/License-MPL_2.0-blue.svg[MPL-2.0-or-later,link="https://opensource.org/licenses/MPL-2.0"]
77
:author: hyperpolymath
88
:revnumber: 0.1.0
99
:revdate: 2025-12-26
@@ -15,6 +15,12 @@ image:https://img.shields.io/badge/license-AGPL--3.0-blue.svg[PMPL-1.0,link="htt
1515
image:https://img.shields.io/badge/RSR-Gold-ffd700[RSR Gold]
1616
image:https://img.shields.io/badge/CCCP-Certified-c41e3a[CCCP Certified]
1717

18+
== License & Philosophy
19+
20+
This project must declare **MPL-2.0-or-later** for platform/tooling compatibility.
21+
22+
Philosophy: **Palimpsest**. The Palimpsest-MPL (PMPL) text is provided in `license/PMPL-1.0.txt`, and the canonical source is the palimpsest-license repository.
23+
1824
== What is Neural Foundations?
1925

2026
*Neural Foundations* is the primary repository for AI and neural computing *core technologies*—the fundamental building blocks, not their applications.

0 commit comments

Comments
 (0)