From adfdecfeb0a3256126e759b86f99a116076bbbd2 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 27 Oct 2023 16:34:56 +0200 Subject: [PATCH] reference on README --- README.md | 6 ++++++ .../README.md | 0 .../license_distribution.png | Bin .../license_pie_chart.py | 0 4 files changed, 6 insertions(+) rename {open_source_acknowledgments => open-source-licences}/README.md (100%) rename {open_source_acknowledgments => open-source-licences}/license_distribution.png (100%) rename {open_source_acknowledgments => open-source-licences}/license_pie_chart.py (100%) diff --git a/README.md b/README.md index 53e5f016..8cb1b474 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ Reference on the Short-range expiratory jet model from: Jia W, Wei J, Cheng P, Wang Q, Li Y. (2022). Exposure and respiratory infection risk via the short-range airborne route. _Building and Environment_ *219*: 109166. https://doi.org/10.1016/j.buildenv.2022.109166 +***Open Source Acknowledgments*** + +For a detailed list of the open-source dependencies used in this project along with their respective licenses, please refer to [License Information](open-source-licences/README.md). This includes both the core dependencies specified in the project's requirements and their transitive dependencies. + +The information also features a distribution diagram of licenses and a brief description of each of them. + ## Applications ### Calculator diff --git a/open_source_acknowledgments/README.md b/open-source-licences/README.md similarity index 100% rename from open_source_acknowledgments/README.md rename to open-source-licences/README.md diff --git a/open_source_acknowledgments/license_distribution.png b/open-source-licences/license_distribution.png similarity index 100% rename from open_source_acknowledgments/license_distribution.png rename to open-source-licences/license_distribution.png diff --git a/open_source_acknowledgments/license_pie_chart.py b/open-source-licences/license_pie_chart.py similarity index 100% rename from open_source_acknowledgments/license_pie_chart.py rename to open-source-licences/license_pie_chart.py