Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loki/LICENSING.md

26 lines
477 B

# 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 folders and their subfolders are licensed under Apache-2.0:
```
clients/
pkg/logproto/
pkg/loghttp/
pkg/logqlmodel/
pkg/util
production/
tools/
```
The following directories and their subdirectories are licensed under their original upstream licenses:
```
vendor/
```