From 09ae6ace9903e75c1ae03322b2d9ed53a3565edf Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 15 Mar 2021 19:08:27 +0100 Subject: Provide information about website code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also set JS free 🔥 --- "l\303\251gal.md" | 2 ++ scripts/concerts.js | 2 ++ 2 files changed, 4 insertions(+) diff --git "a/l\303\251gal.md" "b/l\303\251gal.md" index 7b88f7a..2de4da4 100644 --- "a/l\303\251gal.md" +++ "b/l\303\251gal.md" @@ -38,4 +38,6 @@ Les icônes suivantes sont publiées par [Freepik](https://freepik.com) sur [htt ## Code +Le code HTML, CSS et JavaScript est publié par [Kévin Le Gouguec](mailto:kevin.legouguec@gmail.com), [sous licence CC0](https://creativecommons.org/publicdomain/zero/1.0/). + # Avis de non-responsabilité diff --git a/scripts/concerts.js b/scripts/concerts.js index c4a07f3..bc1f47e 100644 --- a/scripts/concerts.js +++ b/scripts/concerts.js @@ -1,3 +1,4 @@ +// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0 // When JS is enabled, hide concert details by default, and allow the // user to display concerts selectively. var detailsStyle = document.createElement('style'); @@ -32,3 +33,4 @@ document.querySelectorAll('.event > a.thumbnail').forEach((link) => { pHint.style.display = 'none'; }); }); +// @license-end -- cgit v1.2.3