aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LICENCES
blob: 794ac5d474f9bb4fc7f7aa6a58c4f494fb4f949e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Unless otherwise stated, all of this is covered by the following BSD style
licence.

--------------------------------------------------------------------------------

Copyright notice for SledjHamr:

Copyright (C) 2011 David Walter Seikel and various contributors (see
AUTHORS)

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright      
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright       
notice, this list of conditions and the following disclaimer in the      
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------

The Enlightenment Foundation Libraries are mostly BSD, and copyright by
the various people mentioned in their respective AUTHORS files, except -

Edje's epp - GPL 2.
Eina - GPL 2.1.
Embryo - partly BSD, partly something similar to BSD.

See the various COPYING and AUTHORS files for details.

--------------------------------------------------------------------------------

The MLP scripts used for testing are BSD, Copyright (c) 2006, by Miffy Fluffy.

--------------------------------------------------------------------------------

The flex and btyacc source files, plus the C source files that wrap them
in LuaSL, where originally based on flex and bison examples provided on
the Wikipedia page -

http://en.wikipedia.org/wiki/GNU_bison

This is covered by "Creative Commons Attribution-ShareAlike 3.0 Unported
License".  The attribution portion is covered by the URL above, as per
the Wikipedia Terms of Use.

There is no longer any parts of that code left I think.

--------------------------------------------------------------------------------

The flex and bison source files for the LSL parser are from the SL
viewer under GPL 2 and copyright at some unknown date (due to missing
copyright notice in those specific files) by Linden Research, Inc.

It's likely this will go away, as I'm writing my own, and most of it was
useless to me anyway.

--------------------------------------------------------------------------------