Chore/reuse inline headers#36
Draft
yreyricord wants to merge 5 commits into
Draft
Conversation
CODEOWNERS currently routes every path to the single primary maintainer. SME team handles for the L1, L2, Stack, docs and legal areas are pending confirmation by maintainers and will be applied in a follow-up PR. Signed-off-by: yreyricord <yoann.rey-ricord@acri-st.fr>
Weekly schedule covering Python (pyproject.toml per bps-* package) Signed-off-by: yreyricord <yoann.rey-ricord@acri-st.fr>
REUSE.toml covers legacy files in bulk by category. Signed-off-by: yreyricord <yoann.rey-ricord@acri-st.fr>
Replace the transitional REUSE.toml bulk manifest with inline SPDX headers on legacy source files, so licence and copyright are visible in each file and coverage no longer depends on path globs. - Annotate ARESYS legacy files as ARESYS - European Space Agency (ESA) - Add .license companions for JSON, MIT licence texts, and Dockerfiles - Download LICENSES/CC-BY-4.0.txt for IERS and OGC schema declarations - Reduce REUSE.toml to binary assets and LICENSES/** only Closes #25 Signed-off-by: yreyricord <yoann.rey-ricord@acri-st.fr>
Collaborator
|
@yreyricord here applies this comment from @matteoaletti #24 (comment) about the files header and also my comment on the same PR on the need to involve someone from ESA in the review process. |
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.
Linked issue
Closes #25
status:approved,good-first-issueorhelp-wanted.What this PR changes
SPDX-FileCopyrightTextandSPDX-License-Identifierheaders to legacy textual files across the repository (~800 files), replacing bulk coverage inREUSE.toml.REUSE.tomlto its minimal form: binary assets andLICENSES/**only..licensecompanion files where inline headers are not possible (JSON, per-packageLICENSE.txt,LICENSE.md,Dockerfile-from-yml, IERS bulletin).Notes for reviewers
SPDX-License-Identifier: MIT); Apache-2.0 applies to config, CI, Docker, XSD/XML, and README-style assets as annotated.chore/repository-config-foundation(PR Chore/repository config foundation #24). Plan is to rebase ontodevelopafter Chore/repository config foundation #24 merges so the diff againstdevelopis clean.User-facing change
If yes, write one short release-note sentence here (it will be picked up in
CHANGELOG.md):Documentation
Tier rationale
VERSION, or heavy regression paths touched. Validation isreuse lint(and existing baseline CI).AI assistance disclosure
What was generated (code, tests, documentation, commit messages): copyright attribution, commit/PR draft text; no processor logic changes.
I have reviewed the generated content and take responsibility for it.
Checklist