diff --git a/.gitattributes b/.gitattributes index df7c4c0..80d54a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,6 +26,7 @@ docker-compose*.yml text eol=lf *.webp binary *.db binary *.pyc binary +*.min.js binary *.woff2 binary *.woff binary *.ttf binary diff --git a/NOTICE b/NOTICE index 5342da2..0a26e34 100644 --- a/NOTICE +++ b/NOTICE @@ -7,3 +7,6 @@ Oeuvre originale: github.com/murtaza-nasir/speakr (C) 2024-2026 Murtaza Nasir Bundled fonts (SIL OFL 1.1): - Inter Variable v4.1 — © 2016 The Inter Project Authors (https://github.com/rsms/inter) - JetBrains Mono Variable v2.304 — © 2020 JetBrains s.r.o. (https://github.com/JetBrains/JetBrainsMono) + +Bundled JavaScript (MIT): +- Alpine.js v3.15.11 — © Caleb Porzio (https://alpinejs.dev)