docs: add per-file SPDX licensing metadata - #17
Open
anderslindho wants to merge 2 commits into
Open
Conversation
Preserve Argonne's attribution on the makeBaseApp-derived IOC mains while identifying the reccaster source files as licensed under EPICS.
Use REUSE's scoped file validator to ensure EPICS source, build, database, and startup files retain copyright and license identifiers without imposing metadata requirements on unrelated repository files. Keep the applied EPICS text in REUSE's required license inventory while retaining the top-level LICENSE expected in EPICS distributions.
anderslindho
requested review from
mdavidsaver,
ralphlange,
shroffk and
tynanford
August 3, 2026 09:58
Contributor
Author
|
FYI @anjohnson |
|
I don't think you need to keep the This looks fine to me either way. |
Contributor
Author
|
REUSE does allow that, but the current EPICS licensing guidance explicitly says to put the licence text in the top-level directory, so I want to honour that here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to the review discussion on #14.
This adds SPDX copyright and licence identifiers to the project's EPICS source artifacts: C/C++ sources, Make and configure files, database definitions, and the IOC startup script.
Files derived from makeBaseApp retain their upstream Argonne attribution and year. Project-specific work uses the reccaster holder wording from #14.
A scoped
reuse-lint-filehook checks the same files through the existing pre-commit workflow. This deliberately does not claim full REUSE compliance or require metadata on documentation, workflows,.gitignore, or other repository-administration files.REUSE requires the EPICS licence text under
LICENSES/EPICS.txt. The top-levelLICENSEremains because that is the layout expected for EPICS distributions; the two files are identical.This PR is stacked on #14 because its project attribution depends on the holder wording being settled there.