Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).

This commit is contained in:
Jörn Zaefferer
2013-01-22 22:21:43 +01:00
parent 4fe282c4bd
commit 315189301a
4 changed files with 38 additions and 13 deletions

View File

@@ -4,11 +4,9 @@
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* http://docs.jquery.com/Plugins/Validation
*
* Copyright (c) 2006 - 2011 Jörn Zaefferer
*
* Dual licensed under the MIT and GPL licenses:
* Copyright 2013 Jörn Zaefferer
* Released under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
(function() {

6
jquery.validate.js vendored
View File

@@ -4,11 +4,9 @@
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* http://docs.jquery.com/Plugins/Validation
*
* Copyright (c) 2012 Jörn Zaefferer
*
* Dual licensed under the MIT and GPL licenses:
* Copyright 2013 Jörn Zaefferer
* Released under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
(function($) {

View File

@@ -20,10 +20,6 @@
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/GPL-2.0"
}
],
"scripts": {
@@ -34,5 +30,9 @@
"grunt": "0.3.x",
"zipstream": "0.2.x"
},
"keywords": []
"keywords": [
"forms",
"validation",
"validate"
]
}

29
validation.jquery.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "validation",
"title": "jQuery Validation",
"description": "Form validation made easy",
"keywords": [
"forms",
"validation",
"validate"
],
"version": "1.11.0pre",
"author": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/jzaefferer/jquery-validation/issues",
"homepage": "https://github.com/jzaefferer/jquery-validation",
"docs": "http://docs.jquery.com/Plugins/Validation",
"download": "http://bassistance.de/jquery-plugins/jquery-plugin-validation/",
"dependencies": {
"jquery": ">=1.4.4"
}
}