mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
5c7849417b
* Create small registries for core and composable kinds * Update workflow with new registries * Fix imports in plugin schemas and deleted old registry generation files * Remove verification and maturity * Modify registries and add missing composable information to make schemas in kind-registry work * Add missing aliases * Remove unused templates * Remove kinds verification * Format generated code * Add gen header * Delete unused code and clean path in composable template * Delete kind-registry loader * Delete unused code * Update License link * Update codeowners path * Sort imports * More cleanup * Remove verify-kinds.yml from codeowners * Fix lint * Update composable_kidns * Fix cue extension * Restore verify-kinds to avoid to push outdated kind's registry * Fix composable format * Restore code owners for verify-kinds * Remove verify check
34 lines
750 B
Markdown
34 lines
750 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-ui/
|
|
packaging/
|
|
kinds/
|
|
pkg/kinds/
|
|
pkg/kindsys/
|
|
pkg/registry/schemas/
|
|
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/
|
|
```
|