diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/embryo/COPYING | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to '')
-rw-r--r-- | libraries/embryo/COPYING | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/libraries/embryo/COPYING b/libraries/embryo/COPYING new file mode 100644 index 0000000..26d6208 --- /dev/null +++ b/libraries/embryo/COPYING | |||
@@ -0,0 +1,47 @@ | |||
1 | Copyright notice for Embryo: | ||
2 | |||
3 | Copyright (C) 2004-2011 Carsten Haitzler and various contributors (see AUTHORS) | ||
4 | |||
5 | All rights reserved. | ||
6 | |||
7 | Redistribution and use in source and binary forms, with or without | ||
8 | modification, are permitted provided that the following conditions are met: | ||
9 | |||
10 | 1. Redistributions of source code must retain the above copyright | ||
11 | notice, this list of conditions and the following disclaimer. | ||
12 | 2. Redistributions in binary form must reproduce the above copyright | ||
13 | notice, this list of conditions and the following disclaimer in the | ||
14 | documentation and/or other materials provided with the distribution. | ||
15 | |||
16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | |||
27 | Large parts of this source come under the following license from the | ||
28 | original Small (renamed to Pawn afterwards, but was named Small when | ||
29 | Embryo split off). See the source files that are clearly marked as below: | ||
30 | |||
31 | Copyright (c) ITB CompuPhase, 1997-2003 | ||
32 | |||
33 | This software is provided "as-is", without any express or implied warranty. | ||
34 | In no event will the authors be held liable for any damages arising from | ||
35 | the use of this software. | ||
36 | |||
37 | Permission is granted to anyone to use this software for any purpose, | ||
38 | including commercial applications, and to alter it and redistribute it | ||
39 | freely, subject to the following restrictions: | ||
40 | |||
41 | 1. The origin of this software must not be misrepresented; you must not | ||
42 | claim that you wrote the original software. If you use this software in | ||
43 | a product, an acknowledgment in the product documentation would be | ||
44 | appreciated but is not required. | ||
45 | 2. Altered source versions must be plainly marked as such, and must not be | ||
46 | misrepresented as being the original software. | ||
47 | 3. This notice may not be removed or altered from any source distribution. | ||