summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-27 19:36:19 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-27 19:36:19 +0200
commit098a8d291b81df649c981b8885bea521ba4ca86f (patch)
tree9ffb4431e3ee1a6b142c6d2cfb8e737b23e9dedb /public
parentcfe1bcb84ae8f9ba7499bab20844fa00bce52ec0 (diff)
Add copyright information
Diffstat (limited to 'public')
-rw-r--r--public/static/marquee.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/static/marquee.js b/public/static/marquee.js
index 9e046d5..b64c630 100644
--- a/public/static/marquee.js
+++ b/public/static/marquee.js
@@ -1,6 +1,7 @@
/**
* author Remy Sharp
-* url http://remysharp.com/tag/marquee
+* url https://remysharp.com/2008/09/10/the-silky-smooth-marquee
+* license MIT
*/
(function ($) {
@@ -152,4 +153,4 @@
return $(newMarquee);
};
-}(jQuery)); \ No newline at end of file
+}(jQuery));