From 139b80cea862093ba4be42e44774f33ec852d26d Mon Sep 17 00:00:00 2001 From: tebarius Date: Fri, 25 Jul 2025 14:18:14 +0200 Subject: [PATCH] LICENSEs --- LICENSE.md => LICENSE | 7 +++---- app/app.py | 2 +- app/helper.py | 2 +- app/tools.py | 2 +- examples.py | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) rename LICENSE.md => LICENSE (75%) diff --git a/LICENSE.md b/LICENSE similarity index 75% rename from LICENSE.md rename to LICENSE index aebdbcf..ff87d5d 100644 --- a/LICENSE.md +++ b/LICENSE @@ -19,7 +19,6 @@ 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) +THIS PROJECT IS USING THE STREAMLIT-PYTHON-FRAMEWORK https://streamlit.io / 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 +project root as LICENSE_streamlit and NOTICES_streamlit diff --git a/app/app.py b/app/app.py index 5c91947..1282de7 100644 --- a/app/app.py +++ b/app/app.py @@ -1,5 +1,5 @@ # Copyright (c) 2025 Martin Kayser (tebarius) -# Licensed under the MIT License. See LICENSE.md file in the project root. +# Licensed under the MIT License. See LICENSE file in the project root. import streamlit as st import tools diff --git a/app/helper.py b/app/helper.py index 3a7db4e..9bd8495 100644 --- a/app/helper.py +++ b/app/helper.py @@ -1,5 +1,5 @@ # Copyright (c) 2025 Martin Kayser (tebarius) -# Licensed under the MIT License. See LICENSE.md file in the project root. +# Licensed under the MIT License. See LICENSE file in the project root. import math from re import match # für unkennify import streamlit as st diff --git a/app/tools.py b/app/tools.py index ba6dc89..25ddefc 100644 --- a/app/tools.py +++ b/app/tools.py @@ -1,5 +1,5 @@ # Copyright (c) 2025 Martin Kayser (tebarius) -# Licensed under the MIT License. See LICENSE.md file in the project root. +# Licensed under the MIT License. See LICENSE file in the project root. from itertools import chain # für primfaktoren zerlegung import helper import pandas as pd diff --git a/examples.py b/examples.py index 001bb15..6208d5c 100644 --- a/examples.py +++ b/examples.py @@ -1,5 +1,5 @@ # Copyright (c) 2025 Martin Kayser (tebarius) -# Licensed under the MIT License. See LICENSE.md file in the project root. +# Licensed under the MIT License. See LICENSE file in the project root. # start with: streamlit run examples.py import streamlit as st