From baca2bb3873a7139ff8e427cd408db12d1402de6 Mon Sep 17 00:00:00 2001 From: emmatebibyte Date: Tue, 22 Feb 2022 14:53:59 -0500 Subject: [PATCH] Forgot to add human-readable license names --- homepage/js/cookies.js | 2 +- homepage/js/quotes.js | 2 +- homepage/js/sheets.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homepage/js/cookies.js b/homepage/js/cookies.js index b655bd5..5de889a 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 */ +/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */ window.setCookie = function(name, value){ var d; diff --git a/homepage/js/quotes.js b/homepage/js/quotes.js index 18979b7..44d7f3c 100644 --- a/homepage/js/quotes.js +++ b/homepage/js/quotes.js @@ -1,6 +1,6 @@ /* quotes.js; Deven Blake 2021-2022; Public Domain */ /* With thanks to Ками on Discord. */ -/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ +/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */ /* 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..4ad778b 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 */ +/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */ /* sets the sheet to the sheet in the cookie, if the user saved their * preferences */