From d84ffd15d8c63ea9859d669004924076823bf70d Mon Sep 17 00:00:00 2001 From: Amo Chen Date: Wed, 20 Jan 2016 18:04:32 +0800 Subject: [PATCH] update license field --- bower.json | 2 +- multi-select.jquery.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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/",