summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-04-24 23:18:48 +0200
committerUlrich Müller <ulm@gentoo.org>2019-04-24 23:19:49 +0200
commit38ea1783b5176c18d9ec35cd4391c54cd5ed5bb6 (patch)
tree166889390fa9fa72f442d6346e3f8ac946b174b6 /licenses
parentmedia-gfx/enblend: Fix LICENSE. (diff)
downloadgentoo-38ea1783b5176c18d9ec35cd4391c54cd5ed5bb6.tar.gz
gentoo-38ea1783b5176c18d9ec35cd4391c54cd5ed5bb6.tar.bz2
gentoo-38ea1783b5176c18d9ec35cd4391c54cd5ed5bb6.zip
licenses: Remove unused SIFT and VIGRA licenses.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'licenses')
-rw-r--r--licenses/SIFT52
-rw-r--r--licenses/VIGRA99
2 files changed, 0 insertions, 151 deletions
diff --git a/licenses/SIFT b/licenses/SIFT
deleted file mode 100644
index 2c10e1a682a7..000000000000
--- a/licenses/SIFT
+++ /dev/null
@@ -1,52 +0,0 @@
-
-SIFT feature detection implementation
-Copyright (C) 2004, Sebastian Nowozin (nowozin@cs.tu-berlin.de)
-
-All rights reserved.
-
-
-There follows a formal license for this software, please read it carefully.
-Probably the most important part for the user is its restriction to
-non-commercial use only. The license used the BSD license as template.
-
-
-LICENSE
-
-Use of this software and redistribution in source and binary forms, with or
-without modification, are permitted provided that the following conditions are
-met:
-
- * Any redistribution must contain the complete source code, including all
- modifications. Alternatively, the redistribution may contain a permanent
- pointer to an Internet address where the full modified source code is
- available for download free of charge.
-
- * The redistributed software contains the following text as prominent
- notice in the source code and as displayed program output whenever the
- program is run:
-
- "This software is provided for non-commercial use only. The University
- of British Columbia has applied for a patent on the SIFT algorithm in
- the United States. Commercial applications of this software may
- require a license from the University of British Columbia."
-
- * Neither the name of the authors nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- * The redistributed software must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
diff --git a/licenses/VIGRA b/licenses/VIGRA
deleted file mode 100644
index fea39e7c1e04..000000000000
--- a/licenses/VIGRA
+++ /dev/null
@@ -1,99 +0,0 @@
-The VIGRA Artistic License
-==========================
-(modeled after the Perl Artistic License)
-
-
-Preamble
---------
-
-The intent of this document is to state the conditions under which
-VIGRA may be copied, such that the author maintains some
-semblance of artistic control over the development of the library,
-while giving the users of the library the right to use and
-distribute VIGRA in a more-or-less customary fashion, plus the
-right to make reasonable modifications.
-
-
-Definitions
------------
-
-"Copyright Holder" of the VIGRA library is
-Ullrich Koethe, Cognitive Systems Group, University of Hamburg, Germany.
-
-"Library" refers to the collection of files distributed by the
-Copyright Holder under the name "VIGRA" (including this
-LICENSE file and all accompanying documentation), and derivatives of that
-collection of files created through textual modification.
-
-"Standard Version" refers to the Library if it has not been
-modified, or has been modified in accordance with the wishes of the
-Copyright Holder as specified below.
-
-"You" is you, if you're thinking about using, copying, modifying or
-distributing this Library.
-
-"Freely Available" means that no fee is charged for the item.
-It also means that recipients of the item may redistribute it
-under the same conditions they received it.
-
-"Reasonable copying fee" is whatever you can justify on the basis
-of media cost, duplication charges, time of people involved, and so
-on. (You will not be required to justify it to the Copyright Holder,
-but only to the computing community at large as a market that must
-bear the fee.)
-
-
-License terms
--------------
-
-1. You may make and give away verbatim copies of the
- Standard Version of this Library without restriction, provided that
- you duplicate all of the original copyright notices, this license,
- and associated disclaimers.
-
-2. The Standard Version of the Library may be distributed as part
- of a collection of software, provided no more than a reasonable
- copying fee is charged for the software collection.
-
-3. You may apply bug fixes and portability fixes
- derived from the Public Domain or from the Copyright Holder. A
- Library modified in such a way shall still be considered the
- Standard Version.
-
-4. You may otherwise modify your copy of this Library in any way,
- provided that you insert a prominent notice in each changed file
- stating how and when you changed that file, and provided that you do
- at least ONE of the following:
-
- a. place your modifications in the Public Domain or otherwise
- make them Freely Available, for example by allowing the Copyright
- Holder to include your modifications in the Standard Version of
- the Library.
-
- b. use the modified Library only within your corporation or
- organization.
-
- c. make other distribution arrangements with the Copyright
- Holder.
-
-5. You may distribute programs which use this Library
- in object code or executable form without restriction.
-
-6. Any object code generated as a result of using this Library
- does not fall under the copyright of this Library, but
- belongs to whomever generated it, and may be sold commercially.
-
-7. The name of the Copyright Holder or the Library may not be used to
- endorse or promote products derived from this software without
- specific prior written permission.
-
-8. THIS LIBRARY IS PROVIDED AS IS AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
- IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL,
- INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
- OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ON ANY
- THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE USE
- OR PERFORMANCE OF THIS LIBRARY.