aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--LICENCES63
2 files changed, 64 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..b40b5e0
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
David "onefang" Seikel
diff --git a/LICENCES b/LICENCES
new file mode 100644
index 0000000..2c19ef3
--- /dev/null
+++ b/LICENCES
@@ -0,0 +1,63 @@
1Unless otherwise stated, all of this is covered by the following BSD style
2licence.
3
4--------------------------------------------------------------------------------
5
6Copyright notice for SledjHamr:
7
8Copyright (C) 2011 David Walter Seikel and various contributors (see
9AUTHORS)
10
11All rights reserved.
12
13Redistribution and use in source and binary forms, with or without
14modification, are permitted provided that the following conditions are
15met:
16
171. Redistributions of source code must retain the above copyright
18notice, this list of conditions and the following disclaimer.
19
202. Redistributions in binary form must reproduce the above copyright
21notice, this list of conditions and the following disclaimer in the
22documentation and/or other materials provided with the distribution.
23
24THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
25INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
26AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
27THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
28INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
30USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
31ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
35--------------------------------------------------------------------------------
36
37The Enlightenment Foundation Libraries are mostly BSD, and copyright by
38the various people mentioned in their respective AUTHORS files, except -
39
40Edje's epp - GPL 2.
41Eina - GPL 2.1.
42Embryo - partly BSD, partly something similar to BSD.
43
44See the various COPYING and AUTHORS files for details.
45
46--------------------------------------------------------------------------------
47
48The MLP scripts used for testing are BSD, Copyright (c) 2006, by Miffy Fluffy.
49
50--------------------------------------------------------------------------------
51
52The flex and btyacc source files, plus the C source files that wrap them
53in LuaSL, where originally based on flex and bison examples provided on
54the Wikipedia page -
55
56http://en.wikipedia.org/wiki/GNU_bison
57
58This is covered by "Creative Commons Attribution-ShareAlike 3.0 Unported
59License". The attribution portion is covered by the URL above, as per
60the Wikipedia Terms of Use.
61
62--------------------------------------------------------------------------------
63