From 9d3c3f2b99290fedb0da8bed8c82b195f239c533 Mon Sep 17 00:00:00 2001 From: recanman Date: Wed, 10 Jan 2024 17:07:48 -0800 Subject: [PATCH] add GNU LibreJS license information --- js/main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/main.js b/js/main.js index 24257e2..62b5864 100644 --- a/js/main.js +++ b/js/main.js @@ -1,3 +1,7 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +// The above is a GNU LibreJS specific license declaration. The Expat license is the same as the MIT license. +// See: https://www.gnu.org/software/librejs/free-your-javascript.html#magnet-link-license + // Saves themes in-between pages to LocalStorage. const themeSwitcher = document.getElementById('theme-switcher');