From 4632b070e4a4c736698df61c18494902a9f7d209 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Mon, 5 Jul 2021 21:33:01 +0200 Subject: [PATCH] Put vendored code under their upstream licenses explicitly (#36442) Signed-off-by: Richard Hartmann --- LICENSING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSING.md b/LICENSING.md index 2a8acf9a520..5c5d7d8f7a3 100644 --- a/LICENSING.md +++ b/LICENSING.md @@ -6,7 +6,7 @@ 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: +The following directories and their subdirectories are licensed under Apache-2.0: ``` packages/grafana-data/ @@ -20,3 +20,9 @@ packaging/ grafana-mixin/ cue/ ``` + +The following directories and their subdirectories are the original upstream licenses: + +``` +public/vendor/ +```