summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-26 07:42:11 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-26 07:42:11 +0100
commit672df3effb12c3c5b773de8f06d3eff433b853cf (patch)
treeb62b1d7bfa374a9d0da1c8fca221f403951c696b
parent962a36adf1d8b7c24d9fe94e8dc51dbba08bbe5b (diff)
downloadluxio-672df3effb12c3c5b773de8f06d3eff433b853cf.tar.gz
Add a copy of the copyright license
-rw-r--r--LICENSE21
-rw-r--r--README2
2 files changed, 22 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..993bb1e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+Copyright 2012, 2013 Rob Kendrick <rjek+luxio@rjek.com>
+Copyright 2012 Daniel Silverstone <dsilvers@digital-scurf.org>
+
+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.
diff --git a/README b/README
index e4455bc..c8ff67a 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ Now:
6. Sub-process handling library (read/write io.popen with job control).
7. A prototype POSIX Message Queue-based IPC scheme that can serialise
most simple Lua values. (No closures, userdata, etc)
- 8. Liberal licence. (Same as Lua's.)
+ 8. Liberal licence. (Same as Lua's. See the file LICENSE.)
Future:
0. Well-documented.