From 098a8d291b81df649c981b8885bea521ba4ca86f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 27 Oct 2018 19:36:19 +0200 Subject: Add copyright information --- public/static/marquee.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public') 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)); -- cgit v1.2.3