diff options
author | Louis Cuny <louiscuny@gmail.com> | 2012-07-26 12:49:54 +0200 |
---|---|---|
committer | Louis Cuny <louiscuny@gmail.com> | 2012-07-26 12:50:02 +0200 |
commit | 6f920cb1948b8433d9cde198cc25c5c19f5bce81 (patch) | |
tree | 8329c6cd042defe0bed77ed31c631addb95ec2ee /js/jquery.multi-select.js | |
parent | 2b9dfd3bef8aaadea56740f0f823db3a9add9947 (diff) | |
download | multi-select-6f920cb1948b8433d9cde198cc25c5c19f5bce81.zip multi-select-6f920cb1948b8433d9cde198cc25c5c19f5bce81.tar.gz multi-select-6f920cb1948b8433d9cde198cc25c5c19f5bce81.tar.bz2 |
update license to DWTFYW
Diffstat (limited to 'js/jquery.multi-select.js')
-rw-r--r-- | js/jquery.multi-select.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/js/jquery.multi-select.js b/js/jquery.multi-select.js index 43b713f..8b94303 100644 --- a/js/jquery.multi-select.js +++ b/js/jquery.multi-select.js @@ -2,10 +2,11 @@ * MultiSelect v0.8 * Copyright (c) 2012 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 -* +* This program is free software. It comes without any warranty, to +* the extent permitted by applicable law. You can redistribute it +* and/or modify it under the terms of the Do What The Fuck You Want +* To Public License, Version 2, as published by Sam Hocevar. See +* http://sam.zoy.org/wtfpl/COPYING for more details. */ (function($){ |