From f87ad10f631662f547f6490a6dd4bca4acb2dcc0 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 26 Nov 2024 12:34:48 +0100 Subject: [PATCH] add explicit licensing file --- 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 0000000..6d1d29a --- /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). + +The following directories and their subdirectories are licensed under their +original upstream licenses: + +``` +vendor/ +```