From 29db473218158d0bdae6794e321b2fdad778519f Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Thu, 16 Jul 2026 08:44:28 -0700 Subject: [PATCH] Add axe-core to dependency lists quarto-dev/quarto-cli#14677 vendors axe-core (MPL-2.0) as a bundled resource, so it now belongs in the license page's dependency table. The FAQ's dependency list now points to that table rather than growing its own copy. --- docs/faq/index.qmd | 2 ++ license.qmd | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/faq/index.qmd b/docs/faq/index.qmd index 874cbf97d5..2679bef539 100644 --- a/docs/faq/index.qmd +++ b/docs/faq/index.qmd @@ -70,6 +70,8 @@ Quarto's dependencies include: - [esbuild](https://esbuild.github.io/) - [Dart Sass](https://sass-lang.com/dart-sass/) +See the [open source license page](/license.qmd#dependencies) for a fuller list of bundled components and their licenses. + ## Licensing ### Is Quarto free to use? diff --git a/license.qmd b/license.qmd index b4c4e243b5..305e6887ca 100644 --- a/license.qmd +++ b/license.qmd @@ -27,6 +27,7 @@ Quarto also makes use of several other open-source projects, the distribution of | [Observable Runtime](https://github.com/observablehq/runtime) | [ISC](https://github.com/observablehq/runtime/blob/main/LICENSE) | | [Typst](https://typst.app/docs/) | [Apache License 2.0](https://github.com/typst/typst/blob/main/LICENSE) | | [Juice](https://github.com/Automattic/juice) | [MIT](https://github.com/Automattic/juice/blob/master/LICENSE.md) | +| [axe-core](https://github.com/dequelabs/axe-core) | [MPL 2.0](https://github.com/dequelabs/axe-core/blob/develop/LICENSE) | ## Trademark