github.com/grafana/pyroscope@v1.18.0/LICENSING.md (about) 1 # Licensing 2 3 License names used in this document are as per [SPDX License List](https://spdx.org/licenses/). 4 5 The default license for this project is [AGPL-3.0-only](LICENSE). 6 7 ## Apache-2.0 8 9 The following directories and their subdirectories are licensed under Apache-2.0: 10 ``` 11 lidia 12 og/pkg/agent/profiler 13 og/pkg/agent/ebpfspy 14 og/packages/pyroscope-flamegraph 15 og/packages/pyroscope-models 16 ``` 17 18 ## Vendored code 19 20 The following directories and their subdirectories are under the original upstream licenses, all of them ship the entire license text they are under. 21 22 ``` 23 vendor/ 24 ```