Skip to content

Commit

Permalink
Updated the copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Harrison committed Dec 29, 2013
1 parent 32a881d commit e4830be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The text of this license is provided below:
MIT License
-----------

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "validate",
"name": "validate.js",
"version": "1.3.1",
"main": "validate.js"
}
6 changes: 3 additions & 3 deletions validate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* validate.js 1.3.1
* Copyright (c) 2011 Rick Harrison, http://rickharrison.me
* Copyright (c) 2011 - 2014 Rick Harrison, http://rickharrison.me
* validate.js is open sourced under the MIT license.
* Portions of validate.js are inspired by CodeIgniter.
* http://rickharrison.github.com/validate.js
Expand Down Expand Up @@ -269,7 +269,7 @@
method = parts[1];
param = parts[2];
}

if (method.charAt(0) === '!') {
method = method.substring(1, method.length);
}
Expand Down Expand Up @@ -338,7 +338,7 @@

return (value !== null && value !== '');
},

"default": function(field, defaultName){
return field.value !== defaultName;
},
Expand Down

0 comments on commit e4830be

Please sign in to comment.