Add license and citation metadata for Zenodo and ORCID - #29
Merged
Merged
Conversation
Add the GNU GPL v3 license text, matching java-monitor-example, and a CITATION.cff file with the project metadata so GitHub offers "Cite this repository" and Zenodo can read title, author, license and keywords when archiving a release. The README gains a license badge, a How to cite section with a placeholder for the Zenodo concept DOI badge, and a License section. The pom declares the license and project URL. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Summary
Groundwork for archiving releases on Zenodo and listing the project in ORCID.
LICENSE: GNU GPL v3, same as java-monitor-example. Zenodo requires a license to publish an open-access record.CITATION.cff: title, abstract, author (Luis Augusto Peña Pereira, ORCID 0009-0001-0739-7149), repository, license, version 8, release date, keywords, and references to Gamma et al. and the companion project. GitHub renders it as "Cite this repository"; Zenodo reads it when archiving, and the ORCID iD lets DataCite link the record to the author's profile.<url>and<licenses>declared.After merging
Verification
./mvnw validatepasses with the pom changesCITATION.cffparses as YAML; the ORCID iD resolves at pub.orcid.org and the name on record matches🤖 Generated with Claude Code