summaryrefslogtreecommitdiffstats
path: root/jquery.once.js
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-11-18 04:49:03 -0500
committerRob Loach <robloach@gmail.com>2014-11-18 04:49:03 -0500
commit4e47cb9089340aa069e94fa1bf8ee6886d3b780a (patch)
tree15a2ccba6644c736627347f8c2a3c3e257e3ed06 /jquery.once.js
parent03027a958db2e5af6c49156f97b8879cdc612a65 (diff)
downloadjquery-once-4e47cb9089340aa069e94fa1bf8ee6886d3b780a.zip
jquery-once-4e47cb9089340aa069e94fa1bf8ee6886d3b780a.tar.gz
jquery-once-4e47cb9089340aa069e94fa1bf8ee6886d3b780a.tar.bz2
Remove dependency on Grunt for eslint and uglifyjs
Diffstat (limited to 'jquery.once.js')
-rw-r--r--jquery.once.js10
1 files changed, 4 insertions, 6 deletions
diff --git a/jquery.once.js b/jquery.once.js
index 4664218..1f770c1 100644
--- a/jquery.once.js
+++ b/jquery.once.js
@@ -1,10 +1,8 @@
/*!
- * jQuery Once 2.0.0-alpha.9
- * http://github.com/robloach/jquery-once
- *
- * Dual licensed under the MIT and GPL licenses:
- * http://www.opensource.org/licenses/mit-license.php
- * http://www.gnu.org/licenses/gpl.html
+ * jQuery Once v2.0.0-alpha.9 - http://github.com/robloach/jquery-once
+ * @license MIT, GPL-2.0
+ * http://opensource.org/licenses/MIT
+ * http://opensource.org/licenses/GPL-2.0
*/
/**