Skip to content

Commit 3235513

Browse files
committed
Added license
1 parent c201124 commit 3235513

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

validator.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
FORM VALIDATION MADE EASY
3+
------------------------------------------
4+
Created by Victor Jonsson <http://www.victorjonsson.se>
5+
Documentation and issue tracking on Github <https://github.com/victorjonsson/jQuery-Form-Validator/>
6+
Available for download on jQuery.com <http://plugins.jquery.com/project/jQueryFormValidtor/>
7+
8+
(c) 2011 Victor Jonsson, Sweden.
9+
Dual licensed under the MIT or GPL Version 2 licenses
10+
11+
$version 1.0
12+
*/
113
(function($) {
214
$.extend($.fn, {
315
validate : function(language, settings) {

0 commit comments

Comments
 (0)