quarto-dev / quarto-dev/quarto-cli
Support CC0 licence explicitly in normalized metada for correct default text and version
Open
@cderv is already working on this.
Since Jan 5, 2026.
authors
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Another oversight is the the support for CC0 that was added only on the TS part too: https://github.com/quarto-dev/quarto-cli/pull/10763
---
format: html
license: "CC0"
---
License: {{< meta license.text >}}
so it won't be CC0 1.0 like the link
Originally posted by @cderv in https://github.com/quarto-dev/quarto-cli/pull/13832#pullrequestreview-3627442358
We need to bring support for
licence: CC0
to be normalized to the CC0 type with default version 1.0 so that we get correct default text following #13832
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.