Add SPDX license headers when first BSL 1.1 file is added #8

Open
opened 2026-04-06 22:25:19 -07:00 by pyr0ball · 0 comments
Owner

Summary

Per cf-licensing review: when cf_voice integration begins and BSL 1.1 files first appear in the repo, add SPDX headers to ALL existing MIT files at the same time so the boundary is visually clear from the first BSL commit.

When to do this

At the start of the cf-voice integration milestone (milestone 4). Not before.

Pattern

# SPDX-License-Identifier: MIT
# Copyright (c) 2026 CircuitForge LLC

on all current files. BSL files get:

# SPDX-License-Identifier: BSL-1.1
# Copyright (c) 2026 CircuitForge LLC

Also update LICENSE file to include BSL 1.1 text as a second section.

References

  • cf-licensing review finding
## Summary Per cf-licensing review: when `cf_voice` integration begins and BSL 1.1 files first appear in the repo, add SPDX headers to ALL existing MIT files at the same time so the boundary is visually clear from the first BSL commit. ## When to do this At the start of the cf-voice integration milestone (milestone 4). Not before. ## Pattern ```python # SPDX-License-Identifier: MIT # Copyright (c) 2026 CircuitForge LLC ``` on all current files. BSL files get: ```python # SPDX-License-Identifier: BSL-1.1 # Copyright (c) 2026 CircuitForge LLC ``` Also update LICENSE file to include BSL 1.1 text as a second section. ## References - cf-licensing review finding
pyr0ball added this to the cf-voice Integration milestone 2026-04-06 22:25:19 -07:00
pyr0ball added the
infra
docs
labels 2026-04-06 22:25:19 -07:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/minerva#8
No description provided.