Vykomentovani cookies boxu + uprava licencniho souboru

Changes to be committed:
	modified:   LICENSE
	modified:   src/App.svelte
	deleted:    src/lib/utils/supabase.js
This commit is contained in:
matthieu42morin 2023-03-03 19:17:11 +01:00
parent 36e13a4cd4
commit 67de825d2b
3 changed files with 6 additions and 11 deletions

13
LICENSE
View File

@ -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.

View File

@ -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 @@
</script>
<main>
<CookiesPopUp />
<!-- <CookiesPopUp /> -->
<!-- you can display loading while app is not ready (waiting for user and i18n) -->
{#if isReady}