From e01454287de3263772c1e486698ab429d3f47e17 Mon Sep 17 00:00:00 2001 From: Guillaume Sousa Date: Wed, 22 Feb 2023 16:01:20 -0500 Subject: [PATCH] chore: update third party licenses Change-Id: I222d01285a62181827ad1c13e3f1a92d524c3fc5 --- LICENSE.txt => LICENSE.md | 0 THIRD_PARTY_LICENSES.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) rename LICENSE.txt => LICENSE.md (100%) create mode 100644 THIRD_PARTY_LICENSES.md diff --git a/LICENSE.txt b/LICENSE.md similarity index 100% rename from LICENSE.txt rename to LICENSE.md diff --git a/THIRD_PARTY_LICENSES.md b/THIRD_PARTY_LICENSES.md new file mode 100644 index 0000000..d029e2e --- /dev/null +++ b/THIRD_PARTY_LICENSES.md @@ -0,0 +1,19 @@ +# Third party licenses + +In this file are included licenses of third party dependencies required by this package. +For a full list of licenses used by this package, please also check dependencies of +this package (`requirements.*` files) and their dependencies. + +## Python + +| Name | License | +|-----------------------|---------------------------------------------------------| +| celery | BSD License | +| Django | BSD License | + +## JavaScript / CSS + +| Name | License | +|-----------------------|---------------------------------------------------------| +| jQuery Dropotron | MIT License | +| skel | MIT License |