From 027d3ff9ca1c0771b356bb6775a57d41cdf1d446 Mon Sep 17 00:00:00 2001 From: tebarius Date: Fri, 25 Jul 2025 14:14:15 +0200 Subject: [PATCH] LICENSEs --- LICENSE | 6 ++++++ NOTICES => NOTICES_streamlit | 0 2 files changed, 6 insertions(+) rename NOTICES => NOTICES_streamlit (100%) diff --git a/LICENSE b/LICENSE index 1bf398c..aebdbcf 100644 --- a/LICENSE +++ b/LICENSE @@ -17,3 +17,9 @@ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +------------------------------------------------------------------------------------------------------------ + +THIS PROJECT IS USING THE STREAMLIT-PYTHON-FRAMEWORK [https://streamlit.io/](https://streamlit.io/) / +[https://github.com/streamlit/streamlit](https://github.com/streamlit/streamlit) WHICH IS +Licensed under the Apache License, Version 2.0. The LICENCE- and NOTICE-File of Streamlit is included in the +files [LICENCE_streamlit](./LICENSE_streamlit) and [NOTICES_streamlit](./NOTICES_streamlit) diff --git a/NOTICES b/NOTICES_streamlit similarity index 100% rename from NOTICES rename to NOTICES_streamlit