ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/LICENSE
Revision: 1.9
Committed: Tue Aug 4 07:39:22 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-4_01, rel-4_00, rel-4_03, rel-4_02, rel-4_04, rel-3_9, rel-3_8, EV_rel-4_11, EV_rel-4_10, rel-4_11
Changes since 1.8: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.9 All files in libev are Copyright (C)2007,2008,2009 Marc Alexander Lehmann.
2 root 1.7
3 root 1.1 Redistribution and use in source and binary forms, with or without
4     modification, are permitted provided that the following conditions are
5     met:
6    
7     * Redistributions of source code must retain the above copyright
8     notice, this list of conditions and the following disclaimer.
9    
10     * Redistributions in binary form must reproduce the above
11     copyright notice, this list of conditions and the following
12     disclaimer in the documentation and/or other materials provided
13     with the distribution.
14    
15     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 root 1.8
27     Alternatively, the contents of this package may be used under the terms
28     of the GNU General Public License ("GPL") version 2 or any later version,
29     in which case the provisions of the GPL are applicable instead of the
30     above. If you wish to allow the use of your version of this package only
31     under the terms of the GPL and not to allow others to use your version of
32     this file under the BSD license, indicate your decision by deleting the
33     provisions above and replace them with the notice and other provisions
34     required by the GPL in this and the other files of this package. If you do
35     not delete the provisions above, a recipient may use your version of this
36     file under either the BSD or the GPL.