Skip to content

Commit e4830be

Browse files
author
Rick Harrison
committed
Updated the copyright notice.
1 parent 32a881d commit e4830be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The text of this license is provided below:
44
MIT License
55
-----------
66

7-
Copyright (C) 2011 - 2013 by Rick Harrison, http://rickharrison.me
7+
Copyright (C) 2011 - 2014 by Rick Harrison, http://rickharrison.me
88

99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "validate",
2+
"name": "validate.js",
33
"version": "1.3.1",
44
"main": "validate.js"
55
}

validate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* validate.js 1.3.1
3-
* Copyright (c) 2011 Rick Harrison, http://rickharrison.me
3+
* Copyright (c) 2011 - 2014 Rick Harrison, http://rickharrison.me
44
* validate.js is open sourced under the MIT license.
55
* Portions of validate.js are inspired by CodeIgniter.
66
* http://rickharrison.github.com/validate.js
@@ -269,7 +269,7 @@
269269
method = parts[1];
270270
param = parts[2];
271271
}
272-
272+
273273
if (method.charAt(0) === '!') {
274274
method = method.substring(1, method.length);
275275
}
@@ -338,7 +338,7 @@
338338

339339
return (value !== null && value !== '');
340340
},
341-
341+
342342
"default": function(field, defaultName){
343343
return field.value !== defaultName;
344344
},

0 commit comments

Comments
 (0)