[gelöst] Lizenz Frage OpenCV und QT

Dein Thema passt einfach in kein Forum? Dann probiers mal hier.
Antworten
Neabit
Beiträge: 6
Registriert: 27. Mai 2007 18:30

[gelöst] Lizenz Frage OpenCV und QT

Beitrag von Neabit »

Ich hab in meinem Projekt viel Code von anderen mit unterschiedlichen Lizenzen verarbeitet. Nun ist die Frage unter welcher Lizenz muss/darf/kann ich das gesamte Projekt rausgeben oder muss ich teile splitten und unter verschiedenen Lizenzen veröffentlichen?

Benutzt wurde zusätzlich zu QT:
OpenCV, cvEyeTracker-1.2.5 und videoInput

Lizenztext von OpenCV

Code: Alles auswählen

IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. 

By downloading, copying, installing or using the software you agree to this license.
If you do not agree to this license, do not download, install,
copy or use the software.


                       Intel License Agreement 
               For Open Source Computer Vision Library 

Copyright (C) 2000-2006, Intel Corporation, all rights reserved.
Third party copyrights are property of their respective owners. 

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

  * Redistribution's of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.

  * Redistribution's in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.

  * The name of Intel Corporation may not be used to endorse or promote products
    derived from this software without specific prior written permission.

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 Intel Corporation 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.  
Lizenztext von cvEyeTracker-1.2.5
in einer Datei steht das

Code: Alles auswählen

* cvEyeTracker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * cvEyeTracker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with cvEyeTracker; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *
 * cvEyeTracker - Version 1.2.5
 * Part of the openEyes ToolKit -- http://hcvl.hci.iastate.edu/openEyes
 * Release Date:
 * Authors : Dongheng Li <dhli@iastate.edu>
 *           Derrick Parkhurst <derrick.parkhurst@hcvl.hci.iastate.edu>
 *           Jason Babcock <babcock@nyu.edu>
 *           David Winfield <dwinfiel@iastate.edu>
 * Copyright (c) 2004-2006
 * All Rights Reserved.
in einer weiteren dies ...

Code: Alles auswählen

Copyright (c) 2003, Division of Imaging Science and Biomedical Engineering,
University of Manchester, UK.  All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    Redistributions of source code must retain the above copyright notice, this list
    of conditions and the following disclaimer.

    Redistributions in binary form must reproduce the above copyright notice, this
    list of conditions and the following disclaimer in the documentation and/or other
    materials provided with the distribution.

    Neither the name of the University of Manchester nor the names of its contributors
    may be used to endorse or promote products derived from this software without
    specific prior written permission.


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.
Lizenztext von videoInput

Code: Alles auswählen

DISCLAIMER - This software is experimental, use at your own risk. 
It is released free of charge under no license, feel free to 
send me fixes, improvements etc - email is in the header file.
Zuletzt geändert von Neabit am 26. November 2007 01:33, insgesamt 1-mal geändert.
Neabit
Beiträge: 6
Registriert: 27. Mai 2007 18:30

Beitrag von Neabit »

Die Lizenzen von OpenCV und ein Teil vom cvEyeTracker sind anscheint BSD Lizenz und da die kompatible zur GLP sein soll dürfte es ja kein Problem geben.

Der Lizenztext auch in Deutsch
http://de.wikipedia.org/wiki/BSD-Lizenz
Die BSD Lizenz ausführlich mit dem zusatz das dort steht das sie GPL Kompatible ist.
http://en.wikipedia.org/wiki/BSD_licenses

Hier wird dann aufgeführt was das dann in meinem Fall bedeutet.
http://en.wikipedia.org/wiki/License_co ... patibility

Ergo muss/kann ich meinen Code unter der GPL veröffentlichen.

Vielen Dank für die Hilfe *g*
Antworten