diff --git a/static/script.js b/static/script.js index 492f92d..706dd3e 100644 --- a/static/script.js +++ b/static/script.js @@ -1,3 +1,6 @@ +// @license magnet:?xt=urn:btih:90dc5c0be029de84e523b9b3922520e79e0e6f08&dn=cc0.txt CC0 +// This script is licensed under CC0 + $(function() { $("#printable").click(function() { $("body").addClass("printable"); @@ -12,3 +15,5 @@ $(function() { } }); }); + +// @license-end