mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-20 09:11:40 +01:00
Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).
This commit is contained in:
@@ -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
6
jquery.validate.js
vendored
@@ -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($) {
|
||||
|
||||
10
package.json
10
package.json
@@ -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
29
validation.jquery.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user