⑨⑨⑨⑨⑨ CIRNO IS THE STRONGEST IN GENSOKYO ⑨⑨⑨⑨⑨

This commit is contained in:
nyx 2025-01-31 09:35:44 -06:00
parent 7f2afc8b91
commit d2fd22d652
4 changed files with 54 additions and 57 deletions

18
LICENSE Normal file
View file

@ -0,0 +1,18 @@
/*
* THE STRONGEST PUBLIC LICENSE
* Draft 1, November 2010
*
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
* as the name is changed.
*
* THE STRONGEST PUBLIC LICENSE
* TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
*
* ⑨. This license document permits you to DO WHAT THE FUCK YOU WANT TO
* as long as you APPRECIATE CIRNO AS THE STRONGEST IN GENSOKYO.
*
* This program is distributed in the hope that it will be THE STRONGEST,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* USEFULNESS or FITNESS FOR A PARTICULAR PURPOSE.
*/

View file

@ -1,26 +0,0 @@
UNLICENSE
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>

View file

@ -1,8 +1,20 @@
/** /*
* @file * THE STRONGEST PUBLIC LICENSE
* @license * Draft 1, November 2010
* This is free and unencumbered software released into the public domain. *
* For more information, please refer to <http://unlicense.org/> * Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
* as the name is changed.
*
* THE STRONGEST PUBLIC LICENSE
* TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
*
* . This license document permits you to DO WHAT THE FUCK YOU WANT TO
* as long as you APPRECIATE CIRNO AS THE STRONGEST IN GENSOKYO.
*
* This program is distributed in the hope that it will be THE STRONGEST,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* USEFULNESS or FITNESS FOR A PARTICULAR PURPOSE.
*/ */
"use strict"; "use strict";
@ -40,7 +52,7 @@ function vote(mode, id) {
function main() { function main() {
console.log( console.log(
"Originally made with <3 by Ari Archer <ari@ari.lt> on 2024/03/10, licensed under the Unlicense: https://ari.lt/gh/imag", "Originally made with <3 by Ari Archer <ari@ari.lt> on 2024/03/10, licensed under the Unlicense: https://ari.lt/gh/imag. Now maintained by Nyx Tutt at https://git.everypizza.im/n/imag, under the Strongest Public License.",
); );
for (let img of document.getElementsByTagName("img")) for (let img of document.getElementsByTagName("img"))

View file

@ -26,7 +26,7 @@
<meta name="color-scheme" content="dark" /> <meta name="color-scheme" content="dark" />
<meta name="theme-color" content="black" /> <meta name="theme-color" content="black" />
<meta name="license" content="Unlicense" /> <meta name="license" content="WTFPL" />
<!-- preloads the css ( technically you can replace it with a style tag --> <!-- preloads the css ( technically you can replace it with a style tag -->
@ -36,31 +36,24 @@
* @licstart The following is the entire license notice for the JavaScript * @licstart The following is the entire license notice for the JavaScript
* code in this page. * code in this page.
* *
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.
*
* In jurisdictions that recognize copyright laws, the author or authors
* of this software dedicate any and all copyright interest in the
* software to the public domain. We make this dedication for the benefit
* of the public at large and to the detriment of our heirs and
* successors. We intend this dedication to be an overt act of
* relinquishment in perpetuity of all present and future rights to this
* software under copyright law.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* For more information, please refer to <http://unlicense.org/>
* *
* THE STRONGEST PUBLIC LICENSE
* Draft 1, November 2010
*
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
* as the name is changed.
*
* THE STRONGEST PUBLIC LICENSE
* TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
*
* ⑨. This license document permits you to DO WHAT THE FUCK YOU WANT TO
* as long as you APPRECIATE CIRNO AS THE STRONGEST IN GENSOKYO.
*
* This program is distributed in the hope that it will be THE STRONGEST,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* USEFULNESS or FITNESS FOR A PARTICULAR PURPOSE.
*
* @licend The above is the entire license notice for the JavaScript code * @licend The above is the entire license notice for the JavaScript code
* in this page. * in this page.
*/ */