summaryrefslogtreecommitdiffstats
path: root/js/jquery.multi-select.js
diff options
context:
space:
mode:
authorlouis cuny <louiscuny@gmail.com>2011-09-29 02:27:14 +0300
committerlouis cuny <louiscuny@gmail.com>2011-09-29 02:27:14 +0300
commita6918a1d21f4c4af783987f9e9ca85978e578b0f (patch)
tree02b0d77d8d2bdefd94c9e4ad2fed20a87383e5ad /js/jquery.multi-select.js
parent2168a06162cdeb1f3224bbb4d2a2ea4651441803 (diff)
downloadmulti-select-a6918a1d21f4c4af783987f9e9ca85978e578b0f.zip
multi-select-a6918a1d21f4c4af783987f9e9ca85978e578b0f.tar.gz
multi-select-a6918a1d21f4c4af783987f9e9ca85978e578b0f.tar.bz2
add license
Diffstat (limited to 'js/jquery.multi-select.js')
-rw-r--r--js/jquery.multi-select.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js
index b6c91b0..7ed4e31 100644
--- a/js/jquery.multi-select.js
+++ b/js/jquery.multi-select.js
@@ -1,3 +1,13 @@
+/*
+* MultiSelect v0.1
+* Copyright (c) 2011 Louis Cuny
+*
+* Dual licensed under the MIT and GPL licenses:
+* http://www.opensource.org/licenses/mit-license.php
+* http://www.gnu.org/licenses/gpl.html
+*
+*/
+
(function($){
var msMethods = {
'init' : function(options){