1
0

remove license from title blurb as it's in the magnet link

This commit is contained in:
dtb 2022-02-22 14:39:12 -05:00
parent 9f6c8c9552
commit 2f1468e799
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/* cookies.js; Deven Blake 2021; Public Domain */ /* cookies.js; Deven Blake 2021 */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ /* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
window.setCookie = function(name, value){ window.setCookie = function(name, value){
var d; var d;

View File

@ -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. */ /* With thanks to Ками on Discord. */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
/* To use: /* To use:
* - add two elements with the IDs QUOTE_AUTHOR_ID (see code) and * - add two elements with the IDs QUOTE_AUTHOR_ID (see code) and
* QUOTE_VALUE_ID (see code) respectively * QUOTE_VALUE_ID (see code) respectively

View File

@ -1,6 +1,6 @@
/* Depends on cookies.js */ /* Depends on cookies.js */
/* sheets.js; Deven Blake 2021; Public Domain */ /* sheets.js; Deven Blake 2021 */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */ /* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
/* sets the sheet to the sheet in the cookie, if the user saved their /* sets the sheet to the sheet in the cookie, if the user saved their
* preferences */ * preferences */