quarto-dev / quarto-dev/quarto-cli

Support CC0 licence explicitly in normalized metada for correct default text and version

Open
#13,845 0 comments 0 reactions 1 assignee View on GitHub

@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
image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.