Skip to content

Commit 3162901

Browse files
committed
Clarify licenses
1 parent 9bbc272 commit 3162901

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,20 @@ yarn dev-vscode # run development/debug version of extension
2525
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.
2626

2727
See our [`CONTRIBUTING`](https://github.com/quarto-dev/quarto/blob/main/apps/vscode/CONTRIBUTING.md) file for more information
28+
29+
## Licenses
30+
31+
This repository contains code under multiple open source licenses:
32+
33+
| Component | License |
34+
|-----------|---------|
35+
| [VS Code Extension](apps/vscode/package.json) | AGPL-3.0 |
36+
| [Language Server](apps/lsp/package.json) | AGPL-3.0 |
37+
| [Visual Editor](packages/editor/package.json) | AGPL-3.0 |
38+
| [Panmirror](apps/panmirror/package.json) (RStudio integration) | AGPL-3.0 |
39+
| @quarto/* npm packages | MIT (e.g. [mapped-string](packages/mapped-string/package.json)) |
40+
| OJS Runtime | ISC (e.g. [quarto-ojs-runtime](packages/ojs/quarto-ojs-runtime/package.json)) |
41+
42+
Individual package licenses are specified in each package's `package.json` file.
43+
44+
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.

0 commit comments

Comments
 (0)