Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
  • Loading branch information
eparreno committed Apr 30, 2010
1 parent d1a9de9 commit 2aeff9b
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 7 deletions.
19 changes: 19 additions & 0 deletions LICENSE
@@ -0,0 +1,19 @@
Copyright (c) 2010, Emili Parreño

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.
6 changes: 5 additions & 1 deletion README → README.rdoc
Expand Up @@ -7,4 +7,8 @@ Ruby regular expressions library
RubyRegex::Url
RubyRegex::Domain
RubyRegex::Email
RubyRegex::ZipCode
RubyRegex::ZipCode

---

RubyRegex is released under the MIT-License and is Copyright (c)2010 Emili Parreño.
4 changes: 3 additions & 1 deletion doc/CHANGELOG.html
Expand Up @@ -31,7 +31,9 @@ <h3 class="section-header">Files</h3>

<li class="file"><a href="./CHANGELOG.html">CHANGELOG</a></li>

<li class="file"><a href="./README.html">README</a></li>
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>

<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>

</ul>
</div>
Expand Down
103 changes: 103 additions & 0 deletions doc/LICENSE.html
@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

<title>File: LICENSE [RDoc Documentation]</title>

<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />

<script src="./js/jquery.js" type="text/javascript"
charset="utf-8"></script>
<script src="./js/thickbox-compressed.js" type="text/javascript"
charset="utf-8"></script>
<script src="./js/quicksearch.js" type="text/javascript"
charset="utf-8"></script>
<script src="./js/darkfish.js" type="text/javascript"
charset="utf-8"></script>
</head>

<body class="file">
<div id="metadata">
<div id="project-metadata">


<div id="fileindex-section" class="section project-section">
<h3 class="section-header">Files</h3>
<ul>

<li class="file"><a href="./CHANGELOG.html">CHANGELOG</a></li>

<li class="file"><a href="./LICENSE.html">LICENSE</a></li>

<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>

</ul>
</div>


<div id="classindex-section" class="section project-section">
<h3 class="section-header">Class Index
<span class="search-toggle"><img src="./images/find.png"
height="16" width="16" alt="[+]"
title="show/hide quicksearch" /></span></h3>
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
<fieldset>
<legend>Quicksearch</legend>
<input type="text" name="quicksearch" value=""
class="quicksearch-field" />
</fieldset>
</form>

<ul class="link-list">

<li><a href="./RubyRegex.html">RubyRegex</a></li>

</ul>
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
</div>


</div>
</div>

<div id="documentation">
<p>
Copyright &#169; 2010, Emili Parreño
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
&#8220;Software&#8221;), 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:
</p>
<p>
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED &#8220;AS IS&#8221;, 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.
</p>

</div>

<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
Rdoc Generator</a> 1.1.6</small>.</p>
</div>
</body>
</html>

10 changes: 8 additions & 2 deletions doc/README.html → doc/README_rdoc.html
Expand Up @@ -6,7 +6,7 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

<title>File: README [RDoc Documentation]</title>
<title>File: README.rdoc [RDoc Documentation]</title>

<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />

Expand All @@ -31,7 +31,9 @@ <h3 class="section-header">Files</h3>

<li class="file"><a href="./CHANGELOG.html">CHANGELOG</a></li>

<li class="file"><a href="./README.html">README</a></li>
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>

<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>

</ul>
</div>
Expand Down Expand Up @@ -74,6 +76,10 @@ <h2>Methods</h2>
RubyRegex::Email
RubyRegex::ZipCode
</pre>
<hr size="1"></hr><p>
<a href="RubyRegex.html">RubyRegex</a> is released under the MIT-License
and is Copyright &#169;2010 Emili Parreño.
</p>

</div>

Expand Down
4 changes: 3 additions & 1 deletion doc/RubyRegex.html
Expand Up @@ -62,7 +62,9 @@ <h3 class="section-header">Files</h3>

<li class="file"><a href="./CHANGELOG.html">CHANGELOG</a></li>

<li class="file"><a href="./README.html">README</a></li>
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>

<li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>

</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/created.rid
@@ -1 +1 @@
Fri, 30 Apr 2010 22:12:28 +0200
Fri, 30 Apr 2010 22:17:54 +0200
4 changes: 3 additions & 1 deletion doc/index.html
Expand Up @@ -32,7 +32,9 @@ <h2>Files</h2>

<li class="file"><a href="CHANGELOG.html">CHANGELOG</a></li>

<li class="file"><a href="README.html">README</a></li>
<li class="file"><a href="LICENSE.html">LICENSE</a></li>

<li class="file"><a href="README_rdoc.html">README.rdoc</a></li>

</ul>

Expand Down

0 comments on commit 2aeff9b

Please sign in to comment.