diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..4bc12d1
--- /dev/null
+++ b/LICENSE
@@ -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.
+ */
diff --git a/UNLICENSE b/UNLICENSE
deleted file mode 100644
index 51129ad..0000000
--- a/UNLICENSE
+++ /dev/null
@@ -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
diff --git a/src/imag/static/index.js b/src/imag/static/index.js
index da64dfe..001d914 100644
--- a/src/imag/static/index.js
+++ b/src/imag/static/index.js
@@ -1,8 +1,20 @@
-/**
- * @file
- * @license
- * This is free and unencumbered software released into the public domain.
- * For more information, please refer to
+/*
+ * 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.
*/
"use strict";
@@ -40,7 +52,7 @@ function vote(mode, id) {
function main() {
console.log(
- "Originally made with <3 by Ari Archer on 2024/03/10, licensed under the Unlicense: https://ari.lt/gh/imag",
+ "Originally made with <3 by Ari Archer 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"))
diff --git a/src/imag/templates/index.j2 b/src/imag/templates/index.j2
index ba70846..c3047ea 100644
--- a/src/imag/templates/index.j2
+++ b/src/imag/templates/index.j2
@@ -26,7 +26,7 @@
-
+
@@ -36,31 +36,24 @@
* @licstart The following is the entire license notice for the JavaScript
* 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
*
+ * 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
* in this page.
*/