Skip to content

Commit ad357be

Browse files
author
Jonathan D.A. Jewell
committed
chore: sync
1 parent 8cfa3ef commit ad357be

13 files changed

Lines changed: 20 additions & 20 deletions

.github/FUNDING.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: PMPL-1.0-or-later
22
# Funding platforms for hyperpolymath projects
33
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
44

.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: PMPL-1.0-or-later
22
# Dependabot configuration for RSR-compliant repositories
33
# Covers common ecosystems - remove unused ones for your project
44

.github/workflows/rsr-antipattern.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# RSR Anti-Pattern CI Check
3-
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
# SPDX-License-Identifier: PMPL-1.0-or-later
44
#
55
# Enforces: No TypeScript, No Go, No Python (except SaltStack), No npm
66
# Allows: ReScript, Deno, WASM, Rust, OCaml, Haskell, Guile/Scheme

.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: AGPL-3.0-or-later
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Primary CI/CD - GitLab is the source of truth
33

44
stages:

AGENTIC.scm

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-or-later
22
;; AGENTIC.scm - AI agent interaction patterns
33

44
(define agentic-config

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: PMPL-1.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: PMPL-1.0-or-later
22
= Maintainers
33
:toc: preamble
44

NEUROSYM.scm

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-or-later
22
;; NEUROSYM.scm - Neurosymbolic integration config
33

44
(define neurosym-config

PLAYBOOK.scm

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-or-later
22
;; PLAYBOOK.scm - Operational runbook
33

44
(define playbook

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
image:https://img.shields.io/badge/license-PMPL--1.0-blue.svg[License,link="https://github.com/hyperpolymath/palimpsest-license"]
2-
// SPDX-License-Identifier: PMPL-1.0
1+
image:https://img.shields.io/badge/License-PMPL--1.0-blue.svg[License: PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"]
2+
// SPDX-License-Identifier: PMPL-1.0-or-later
33
// SPDX-FileCopyrightText: 2024 Hyperpolymath
44
= Explicit Trust Plane
55

@@ -207,7 +207,7 @@ gpg --version # gnupg 2.2.0 or later
207207

208208
== License
209209

210-
SPDX-License-Identifier: PMPL-1.0
210+
SPDX-License-Identifier: PMPL-1.0-or-later-or-later
211211

212212
This project is licensed under the GNU Affero General Public License v3.0 or later.
213213

0 commit comments

Comments
 (0)