mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
afd39c18ba
* Move TraceView to core grafana * Remove unused code * yarn install * Remove jaeger-ui-components from CODEOWNERS and other tools * Type fixes * yarn install * Remove mock that we no longer need * Fix merge conflicts * Re-add Apache license for trace view components * Use an exclamation-circle instead of triangle to denote errors * Remove eslint disables and update betterer results instead
35 lines
777 B
Markdown
35 lines
777 B
Markdown
# 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/
|
|
packaging/
|
|
kinds/
|
|
pkg/kinds/
|
|
pkg/kindsys/
|
|
pkg/registry/corekind/
|
|
grafana-mixin/
|
|
public/app/plugins/datasource/tempo
|
|
public/app/features/explore/TraceView/components
|
|
public/img/icons/solid/
|
|
public/img/icons/unicons/
|
|
```
|
|
|
|
The following directories and their subdirectories are licensed under their original upstream licenses:
|
|
|
|
```
|
|
public/vendor/
|
|
```
|