diff --git a/static/fluoride.js b/static/fluoride.js index 6be61c0..44af7c9 100644 --- a/static/fluoride.js +++ b/static/fluoride.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0 + var actionIcons = { "like": "/static/icons/star-o.png", "dark-like": "/static/icons/dark-star-o.png", @@ -199,3 +201,5 @@ document.addEventListener("DOMContentLoaded", function() { replyLinks.forEach(handleReplyLink); }); }); + +// @license-end