Add CC-BY-2.5, CC-BY-2.0, Artistic-2.0, GPL-2.0-or-later to license policy#342
Merged
Conversation
…olicy Mirrors the rows added in statistical-genomics-foundry, where sourcing the batch-design corpus hit all four: PLOS 2007-era articles (CC-BY-2.5), BMC 2012-era articles (CC-BY-2.0), Bioconductor package docs (Artistic-2.0), and GPL-2+ package sources. Without the rows each falls to the `default` row — own-words-only + defect — which forbids carrying the load-bearing verbatim quotes those sources exist to supply. All four are verbatim-ok. Artistic-2.0 is non-copyleft for our purposes (docs, not linked code); GPL-2.0-or-later carries the same copyleft posture as GPL-2.0-only: verbatim/sidecar, no own-words launder. meta_schema's license enum is edited in lockstep — tests/license-policy.test.ts enforces it. license-policy.yml is a hand-mirrored copy of galaxyproject/foundry-pattern#4; the statistical-genomics-foundry copy is updated to match, and its GPL-2.0-or-later row reordered so the two files are byte-identical apart from each naming the other. Co-Authored-By: Claude Opus 4.8 <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.
Why
license-policy.ymlis a hand-mirrored copy of the shared decision in galaxyproject/foundry-pattern#4, and the statistical-genomics-foundry instance keeps an identical copy. Sourcing a batch-design corpus over there hit four licenses the table doesn't carry:CC-BY-2.5CC-BY-2.0Artistic-2.0GPL-2.0-or-laterAbsent from the table, each resolves to the
defaultrow — own-words-only +defect: true— which forbids carrying exactly the short load-bearing verbatim quotes those sources exist to supply. That is a false negative of the policy, not a real restriction: all four are permissive-or-attribution licenses that plainly allow attributed verbatim carry.What
verbatim-okwithlicense_file: true.Artistic-2.0— non-copyleft for our purposes. We carry docs, not linked code; the license's copyleft-ish conditions bind modified-package redistribution, which is not what a source note does. Obligations recorded as attribution + license notice + state changes.GPL-2.0-or-later— same posture as the existingGPL-2.0-onlyrow:[verbatim, sidecar],copyleft: true, no own-words launder (per the table'sown_words_not_copyleft_launderglobal rule).meta_schema.yml's license enum is edited in lockstep —tests/license-policy.test.tsasserts the enum and the table's SPDX ids stay identical, so the schema edit is required, not incidental.Cross-repo
Per the file's own header this is a cross-repo change. The statistical-genomics-foundry copy is updated to match in the same work; its
GPL-2.0-or-laterrow was reordered to sit besideGPL-2.0-onlyso the two files are now byte-identical apart from each naming the other in the header. foundry-pattern#4 open question 4 still tracks the eventual shared-package/sync mechanism — until then, by hand.Testing
npx vitest run tests/license-policy.test.ts→ 5 passed (incl. the enum-lockstep test, which fails without themeta_schema.ymledit).npm run validate→ 224 files, 0 errors (194 pre-existing warnings).npm test→ 143 tests passed. One suite (tests/cli-registry.test.ts) fails to collect in a fresh worktree withoutsite/deps installed — verified identical on a clean checkout with these changes stashed, so it is pre-existing and unrelated.No LICENSES/ files are added here: this repo vendors license text per-source (
galaxy.LICENSE), and no Foundry note redistributes content under these four licenses yet. The rows are policy, ready when one does.🤖 Generated with Claude Code