From 31629018b58857008afef1cc52ccaf8ea8db67c5 Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Wed, 25 Feb 2026 15:32:22 -0800 Subject: [PATCH] Clarify licenses --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0c174137..5a211417 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,20 @@ yarn dev-vscode # run development/debug version of extension Use the VS Code **Run and Debug** pane in the activity bar to run a version of VS Code with the development build of the extension. See our [`CONTRIBUTING`](https://github.com/quarto-dev/quarto/blob/main/apps/vscode/CONTRIBUTING.md) file for more information + +## Licenses + +This repository contains code under multiple open source licenses: + +| Component | License | +|-----------|---------| +| [VS Code Extension](apps/vscode/package.json) | AGPL-3.0 | +| [Language Server](apps/lsp/package.json) | AGPL-3.0 | +| [Visual Editor](packages/editor/package.json) | AGPL-3.0 | +| [Panmirror](apps/panmirror/package.json) (RStudio integration) | AGPL-3.0 | +| @quarto/* npm packages | MIT (e.g. [mapped-string](packages/mapped-string/package.json)) | +| OJS Runtime | ISC (e.g. [quarto-ojs-runtime](packages/ojs/quarto-ojs-runtime/package.json)) | + +Individual package licenses are specified in each package's `package.json` file. + +Note that the [Quarto CLI](https://github.com/quarto-dev/quarto-cli) is in a separate repository and is MIT licensed. See the [Quarto license page](https://quarto.org/license.html) for an overview of licensing across all Quarto projects.