Skip to content

Commit

Permalink
incluida licensa mit
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bruno committed Mar 25, 2013
1 parent b7e1ec2 commit 749b156
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
21 changes: 21 additions & 0 deletions MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Copyright 2013 wbruno,
http://wbruno.com.br

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 12 additions & 0 deletions mask.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ <h1>Plugin jQuery.mask com REGEX</h1>

<label><span>Other</span>
<input type="text" name="other" maxlength="9" /></label>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7671312-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>

Expand Down
33 changes: 33 additions & 0 deletions mask.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "mask",
"title": "jQuery Mask",
"description": "jQuery plugin put maskes in inputs",
"keywords": [
"mask"
],
"version": "0.1.0",
"author": {
"name": "William Bruno",
"url": "https://github.com/wbruno"
},
"maintainers": [
{
"name": "wbruno",
"email": "wbrunom@gmail.com",
"url": "http://wbruno.com.br"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wbruno/jquery.mask/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/wbruno/jquery.mask/issues",
"homepage": "https://github.com/wbruno/jquery.mask",
"docs": "https://github.com/wbruno/jquery.mask",
"download": "https://github.com/wbruno/jquery.mask",
"dependencies": {
"jquery": ">=1.9"
}
}

0 comments on commit 749b156

Please sign in to comment.