diff --git a/bower.json b/bower.json index 3dc1cac..3203996 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "multiselect", "version": "0.9.12", "description" : "A user-friendlier drop-in replacement for the standard select with multiple attribute activated.", - "license" : "WTFPL", + "license" : "MIT", "main": [ "./css/multi-select.css", "./img/switch.png", diff --git a/multi-select.jquery.json b/multi-select.jquery.json index 91830f8..0a6b6d6 100644 --- a/multi-select.jquery.json +++ b/multi-select.jquery.json @@ -21,12 +21,7 @@ "url": "https://github.com/lou" } ], - "licenses": [ - { - "type": "wtfpl", - "url": "http://sam.zoy.org/wtfpl/COPYING" - } - ], + "license": "MIT", "bugs": "https://github.com/lou/multi-select/issues", "homepage": "http://loudev.com/", "docs": "http://loudev.com/",