Skip to content

Commit

Permalink
some licensing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
enaeher committed Jan 7, 2014
1 parent 7070490 commit 42958fe
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTORS
@@ -0,0 +1,3 @@
Eli Naeher <enaeher@gmail.com>

Some code was adapted from local-time, which is copyright 2005-2012 by Daniel Lowe <dlowe@dlowe.net>.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013 Webcheckout, Inc.

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: 6 additions & 6 deletions doc/local-time-duration.html
Expand Up @@ -128,7 +128,7 @@ <h2>Functions
<section id='apiref-duration/=' class='section-apiref-item'>
<div class='apiref-spec'>DURATION/=
</div>
<div class='apiref-lambda'>(&amp;REST TIMES)
<div class='apiref-lambda'>(&amp;REST ITEMS)
</div>
<div class='apiref-result'>
</div>
Expand All @@ -141,7 +141,7 @@ <h2>Functions
<section id='apiref-duration<' class='section-apiref-item'>
<div class='apiref-spec'>DURATION&lt;
</div>
<div class='apiref-lambda'>(&amp;REST TIMES)
<div class='apiref-lambda'>(&amp;REST ITEMS)
</div>
<div class='apiref-result'>
</div>
Expand All @@ -154,7 +154,7 @@ <h2>Functions
<section id='apiref-duration<=' class='section-apiref-item'>
<div class='apiref-spec'>DURATION&lt;=
</div>
<div class='apiref-lambda'>(&amp;REST TIMES)
<div class='apiref-lambda'>(&amp;REST ITEMS)
</div>
<div class='apiref-result'>
</div>
Expand All @@ -167,7 +167,7 @@ <h2>Functions
<section id='apiref-duration=' class='section-apiref-item'>
<div class='apiref-spec'>DURATION=
</div>
<div class='apiref-lambda'>(&amp;REST TIMES)
<div class='apiref-lambda'>(&amp;REST ITEMS)
</div>
<div class='apiref-result'>
</div>
Expand All @@ -180,7 +180,7 @@ <h2>Functions
<section id='apiref-duration>' class='section-apiref-item'>
<div class='apiref-spec'>DURATION&gt;
</div>
<div class='apiref-lambda'>(&amp;REST TIMES)
<div class='apiref-lambda'>(&amp;REST ITEMS)
</div>
<div class='apiref-result'>
</div>
Expand All @@ -193,7 +193,7 @@ <h2>Functions
<section id='apiref-duration>=' class='section-apiref-item'>
<div class='apiref-spec'>DURATION&gt;=
</div>
<div class='apiref-lambda'>(&amp;REST TIMES)
<div class='apiref-lambda'>(&amp;REST ITEMS)
</div>
<div class='apiref-result'>
</div>
Expand Down
4 changes: 4 additions & 0 deletions local-time-duration.asd
Expand Up @@ -2,6 +2,10 @@
(in-package :local-time-duration-system)

(defsystem :local-time-duration
:description "local-time-duration: Simple duration functionality on top of local-time"
:version "1.0"
:author "WebCheckout, Inc."
:license "MIT"
:depends-on (:local-time :alexandria)
:serial t
:components
Expand Down

0 comments on commit 42958fe

Please sign in to comment.