From d1b75d155ae9db09bfc639da43e8176c86e88e6d Mon Sep 17 00:00:00 2001 From: Romain Gaillard Date: Tue, 5 Nov 2024 12:53:01 +0100 Subject: [PATCH] Add LICENSING.md (#2029) --- LICENSING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 LICENSING.md diff --git a/LICENSING.md b/LICENSING.md new file mode 100644 index 000000000..6050828b7 --- /dev/null +++ b/LICENSING.md @@ -0,0 +1,13 @@ +# Licensing + +License names used in this document are as per [SPDX License List](https://spdx.org/licenses/). + +The default license for this project is [Apache-2.0](LICENSE). + +## MIT + +The following files are licensed under MIT: + +``` +internal/component/loki/secretfilter/gitleaks.toml +```