Skip to content

Commit

Permalink
Update license URL in manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuuphuoc committed Nov 5, 2014
1 parent 05090c2 commit cc7b9d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions bootstrapValidator.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"," homepage": "https://twitter.com/nghuuphuoc" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
"email": "[email protected]"
},
"license": "Commercial and non-commercial",
"license": "http://bootstrapvalidator.com/license/",
"main": "./dist/js/bootstrapValidator.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit cc7b9d7

Please sign in to comment.