Browse Source

Update license URL in manifest files

phuoc 11 years ago
parent
commit
cc7b9d7017
3 changed files with 2 additions and 7 deletions
  1. 0 5
      bootstrapValidator.jquery.json
  2. 1 1
      bower.json
  3. 1 1
      package.json

+ 0 - 5
bootstrapValidator.jquery.json

@@ -9,12 +9,7 @@
     },
     "licenses": [
         {
-            "type": "Commercial",
             "url": "http://bootstrapvalidator.com/license/"
-        },
-        {
-            "type": "Non-commercial",
-            "url": "http://creativecommons.org/licenses/by-nc-nd/3.0/"
         }
     ],
     "dependencies": {

+ 1 - 1
bower.json

@@ -16,7 +16,7 @@
         "dist/css/bootstrapValidator.css",
         "dist/js/bootstrapValidator.js"
     ],
-    "license": "Commercial and non-commercial",
+    "license": "http://bootstrapvalidator.com/license/",
     "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
     "authors": [
         { "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me"," homepage": "https://twitter.com/nghuuphuoc" }

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
         "url": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
         "email": "phuoc@huuphuoc.me"
     },
-    "license": "Commercial and non-commercial",
+    "license": "http://bootstrapvalidator.com/license/",
     "main": "./dist/js/bootstrapValidator.js",
     "repository": {
         "type": "git",