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