diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-08-16 02:42:00 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-08-16 02:42:00 +0000 |
commit | 777261851c090227b6a1d26733627644114bdb33 (patch) | |
tree | bf7d223d8a51b76f12bb5e5a9f352049d888b83e /legacy/eet/COPYING | |
parent | f0c2285096caea3f8f5f5472c6267e8032ce545d (diff) |
fix up license - does the same as before as license now has name of
lib it in.
SVN revision: 51149
Diffstat (limited to 'legacy/eet/COPYING')
-rw-r--r-- | legacy/eet/COPYING | 48 |
1 files changed, 20 insertions, 28 deletions
diff --git a/legacy/eet/COPYING b/legacy/eet/COPYING index 85467fad47..9371350d59 100644 --- a/legacy/eet/COPYING +++ b/legacy/eet/COPYING | |||
@@ -1,33 +1,25 @@ | |||
1 | Copyright notice for Eet: | ||
2 | |||
1 | Copyright (C) 2002-2010 Carsten Haitzler and various contributors (see AUTHORS) | 3 | Copyright (C) 2002-2010 Carsten Haitzler and various contributors (see AUTHORS) |
2 | 4 | ||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy | 5 | All rights reserved. |
4 | of this software and associated documentation files (the "Software"), to | ||
5 | deal in the Software without restriction, including without limitation the | ||
6 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | ||
7 | sell copies of the Software, and to permit persons to whom the Software is | ||
8 | furnished to do so, subject to the following conditions: | ||
9 | 6 | ||
10 | The above copyright notice and this permission notice shall be included in | 7 | Redistribution and use in source and binary forms, with or without |
11 | all copies of the Software and its Copyright notices. In addition publicly | 8 | modification, are permitted provided that the following conditions are met: |
12 | documented acknowledgment must be given that this software has been used if no | ||
13 | source code of this software is made available publicly. Making the source | ||
14 | available publicly means including the source for this software with the | ||
15 | distribution, or a method to get this software via some reasonable mechanism | ||
16 | (electronic transfer via a network or media) as well as making an offer to | ||
17 | supply the source on request. This Copyright notice serves as an offer to | ||
18 | supply the source on on request as well. Instead of this, supplying | ||
19 | acknowledgments of use of this software in either Copyright notices, Manuals, | ||
20 | Publicity and Marketing documents or any documentation provided with any | ||
21 | product containing this software. This License does not apply to any software | ||
22 | that links to the libraries provided by this software (statically or | ||
23 | dynamically), but only to the software provided. | ||
24 | 9 | ||
25 | Please see the COPYING-PLAIN for a plain-english explanation of this notice | 10 | 1. Redistributions of source code must retain the above copyright |
26 | and its intent. | 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. | ||
27 | 15 | ||
28 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
29 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
30 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
31 | THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
32 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
33 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 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. | ||