licenses: Update libpng license to latest version
[gentoo.git] / licenses / SIFT
1
2 SIFT feature detection implementation
3 Copyright (C) 2004, Sebastian Nowozin (nowozin@cs.tu-berlin.de)
4
5 All rights reserved.
6
7
8 There follows a formal license for this software, please read it carefully.
9 Probably the most important part for the user is its restriction to
10 non-commercial use only. The license used the BSD license as template.
11
12
13 LICENSE
14
15 Use of this software and redistribution in source and binary forms, with or
16 without modification, are permitted provided that the following conditions are
17 met:
18
19     * Any redistribution must contain the complete source code, including all
20       modifications. Alternatively, the redistribution may contain a permanent
21       pointer to an Internet address where the full modified source code is
22       available for download free of charge.
23
24     * The redistributed software contains the following text as prominent
25       notice in the source code and as displayed program output whenever the
26       program is run:
27
28         "This software is provided for non-commercial use only. The University
29          of British Columbia has applied for a patent on the SIFT algorithm in
30          the United States. Commercial applications of this software may
31          require a license from the University of British Columbia."
32
33     * Neither the name of the authors nor the names of its contributors
34       may be used to endorse or promote products derived from this software
35       without specific prior written permission.
36
37     * The redistributed software must retain the above copyright notice,
38       this list of conditions and the following disclaimer.
39
40
41 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
42 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
44 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
45 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
47 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
48 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
49 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
50 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51
52