diff options
author | louis cuny <louiscuny@gmail.com> | 2011-09-29 02:27:14 +0300 |
---|---|---|
committer | louis cuny <louiscuny@gmail.com> | 2011-09-29 02:27:14 +0300 |
commit | a6918a1d21f4c4af783987f9e9ca85978e578b0f (patch) | |
tree | 02b0d77d8d2bdefd94c9e4ad2fed20a87383e5ad /js/jquery.multi-select.js | |
parent | 2168a06162cdeb1f3224bbb4d2a2ea4651441803 (diff) | |
download | multi-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.js | 10 |
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){ |