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