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