Revision a43fb527a62545b1c4a7d8b7f07cf693e458ead4 authored by Ida Furjesova on 05 October 2021, 08:13:41 UTC, committed by Ida Furjesova on 05 October 2021, 08:54:12 UTC
1 parent bcd3a09
Raw File
LICENSING.md
# Licensing

License names used in this document are as per [SPDX License List](https://spdx.org/licenses/).

The default license for this project is [AGPL-3.0-only](LICENSE).

## Apache-2.0

The following directories and their subdirectories are licensed under Apache-2.0:

```
packages/grafana-data/
packages/grafana-e2e/
packages/grafana-e2e-selectors/
packages/grafana-runtime/
packages/grafana-toolkit/
packages/grafana-ui/
packages/jaeger-ui-components/
packaging/
grafana-mixin/
cue/
```

The following directories and their subdirectories are the original upstream licenses:

```
public/vendor/
```
back to top