From 2f1468e799394c8b2f39da7f4411a1eeda9f46ad Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 22 Feb 2022 14:39:12 -0500 Subject: [PATCH] remove license from title blurb as it's in the magnet link --- homepage/js/cookies.js | 4 ++-- homepage/js/quotes.js | 4 ++-- homepage/js/sheets.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homepage/js/cookies.js b/homepage/js/cookies.js index b655bd5..0896834 100644 --- a/homepage/js/cookies.js +++ b/homepage/js/cookies.js @@ -1,5 +1,5 @@ -/* cookies.js; Deven Blake 2021; Public Domain */ -/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ +/* cookies.js; Deven Blake 2021 */ +/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ window.setCookie = function(name, value){ var d; diff --git a/homepage/js/quotes.js b/homepage/js/quotes.js index 18979b7..38863fa 100644 --- a/homepage/js/quotes.js +++ b/homepage/js/quotes.js @@ -1,6 +1,6 @@ -/* quotes.js; Deven Blake 2021-2022; Public Domain */ +/* quotes.js; Deven Blake 2021-2022 */ +/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ /* With thanks to Ками on Discord. */ -/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ /* To use: * - add two elements with the IDs QUOTE_AUTHOR_ID (see code) and * QUOTE_VALUE_ID (see code) respectively diff --git a/homepage/js/sheets.js b/homepage/js/sheets.js index e59538b..e3096c3 100644 --- a/homepage/js/sheets.js +++ b/homepage/js/sheets.js @@ -1,6 +1,6 @@ /* Depends on cookies.js */ -/* sheets.js; Deven Blake 2021; Public Domain */ -/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ +/* sheets.js; Deven Blake 2021 */ +/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ /* sets the sheet to the sheet in the cookie, if the user saved their * preferences */