From 67de825d2bb1a44f28a4905f4ac8771aea179125 Mon Sep 17 00:00:00 2001 From: matthieu42morin Date: Fri, 3 Mar 2023 19:17:11 +0100 Subject: [PATCH] Vykomentovani cookies boxu + uprava licencniho souboru Changes to be committed: modified: LICENSE modified: src/App.svelte deleted: src/lib/utils/supabase.js --- LICENSE | 13 ++++--------- src/App.svelte | 4 ++-- src/lib/utils/supabase.js | 0 3 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 src/lib/utils/supabase.js diff --git a/LICENSE b/LICENSE index fbb858d..3a8e485 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,8 @@ -MIT License +Proprietary License -Copyright (c) 2020 LudvĂ­k Prokopec +Copyright (c) 2023 Erant, s.r.o. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use the Software solely for the internal business purposes of Erant, s.r.o. Such use may include running the Software on company-owned or leased hardware, and allowing access to the Software by employees or contractors of Erant, s.r.o. No other use, reproduction, distribution, or modification of the Software or any part thereof is permitted without the prior written consent of Erant, s.r.o. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -18,4 +13,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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. +SOFTWARE. \ No newline at end of file diff --git a/src/App.svelte b/src/App.svelte index 1c37889..ebc919a 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,7 +5,7 @@ import { onMount } from 'svelte' import Routes from './__routes.svelte' - import CookiesPopUp from '$lib/components/Cookies/CookiesPopUp.svelte' + /** import CookiesPopUp from '$lib/components/Cookies/CookiesPopUp.svelte' */ import { navigate } from '$lib/router' let isMounted = false @@ -33,7 +33,7 @@
- + {#if isReady} diff --git a/src/lib/utils/supabase.js b/src/lib/utils/supabase.js deleted file mode 100644 index e69de29..0000000