Revision f7047afa5c18d27aee90b4ee8c17cbb38cc5d256 authored by Josh Hunt on 15 May 2023, 09:01:46 UTC, committed by GitHub on 15 May 2023, 09:01:46 UTC
Search: Fix Search returning results out of order (#68370)

* Search: Fix Search returning results out of order

* test

(cherry picked from commit 78afddebbff3b0b95e04ca467064772369113c02)
1 parent 9c76665
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/
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/
```
back to top