Skip to content

Commit ca20b6f

Browse files
chore(license): rescript-vite LICENSE+SPDX → MPL-2.0 (Phase 5) (#107)
Closes the rescript-vite EXCLUDED carve-out from dev-ecosystem Phase 4 (#106). ## Classification Verified **owner-authored, NOT a fork**: - package.json author = Jonathan D.A. Jewell - README SPDX-FileCopyrightText = hyperpolymath - Description references owner-internal projects (BoJ, ssg-mcp cartridge) - Upstream zth/rescript-vite returns 404 (does not exist at that path) - No hyperpolymath/rescript-vite standalone either (this is the only copy) So rescript-vite is a dev-ecosystem-local sub-project, treated same as Phase 4 (own LICENSE + SPDX flipped together to MPL-2.0). ## Scope (~97 files) - 1 LICENSE file replaced (PMPL-1.0-or-later → MPL-2.0 canonical text from dev-ecosystem root) - 96 source SPDX flips (PMPL-1.0-or-later → MPL-2.0) After this PR: only rescript-tea (likely upstream fork) + affinescript-vite (deferred) + idaptik-rescript13-staging (AGPL-inherit) + submodules + check-in copies remain excluded. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 491f17c commit ca20b6f

96 files changed

Lines changed: 502 additions & 247 deletions

File tree

Some content is hidden

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

rescript-ecosystem/rescript-vite/.clinerules

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
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
# Authoritative source: docs/AI-CONVENTIONS.md
44

rescript-ecosystem/rescript-vite/.cursorrules

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
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
# Authoritative source: docs/AI-CONVENTIONS.md
44

rescript-ecosystem/rescript-vite/.devcontainer/Containerfile

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
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
#
44
# Dev Container image for {{PROJECT_NAME}}

rescript-ecosystem/rescript-vite/.devcontainer/README.adoc

Lines changed: 1 addition & 1 deletion

rescript-ecosystem/rescript-vite/.devcontainer/devcontainer.json

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
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
33
//
44
// Dev Container configuration for rescript-vite

rescript-ecosystem/rescript-vite/.envrc

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
# Activate development environment
33
# Install direnv: https://direnv.net/
44

rescript-ecosystem/rescript-vite/.gitattributes

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
# RSR-compliant .gitattributes
33

44
* text=auto eol=lf

rescript-ecosystem/rescript-vite/.github/CODEOWNERS

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
# CODEOWNERS - Define code review assignments
33
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
44
#

rescript-ecosystem/rescript-vite/.github/DISCUSSION_TEMPLATE/ideas.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
labels: [enhancement]
33
body:
44
- type: textarea

rescript-ecosystem/rescript-vite/.github/DISCUSSION_TEMPLATE/q-and-a.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
labels: [question]
33
body:
44
- type: textarea

0 commit comments

Comments
 (0)