Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: The PHP License, version 3.0
Forum PHP.pl > Forum > PHP > Object-oriented programming
silence
http://www.php.net/license/3_0.txt

Czy wszystkie projekty napisane w php muszą być zgodne z tą licencją?

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

oznacza, że muszę dołączać ten plik do moich projektów w php?
talee
NIE! Oznacza to, że jeżeli zmodyfikujesz php lub dołączysz coś z php do własnego oprogramowania, to dalsze używanie tego produktu lub dystrybucja muszą być zgodne z powyższą licencją oraz zawierać jej tekst.
MStaniszczak
To ja się dołączę – czy jeśli wykorzystam kawałek kodu php w swoim programie, licencja nakazuje mi udostępnianie źródeł mojego programu i/lub rozpowszechnianie go za darmo?
bregovic
Afaik nie nakazuje ci rozpowszechniania go za darmo, lecz nakazuje ci udostepnienie wraz z programem jego zrodel - i zakazuje ci zakazywanie redystrybucji, a takze redystrybucji zmodyfikowanych wersji.
MStaniszczak
A co jak zrobię tak - z części źródeł php utworze bibliotekę dynamicznie ładowaną (.so, .dll) i udostępnię jej źródła. Bibliotekę tą z kolei wykorzystam w zamkniętym programie bez udostępniania jego źródeł?
bregovic
Teoretycznie mozesz tak zrobic. Jest to nieetyczne, lecz jak najbardziej dozwolone - z zaznaczeniem ze musisz udostepnic zrodla biblioteki.
MStaniszczak
No dobra, teraz powiedz mi jedno - w którym miejscu jest nakaz udostępniania źródeł aplikacji opartej na źródłach php?

Cytat
--------------------------------------------------------------------
                  The php License, Version 3.0
Copyright © 1999 - 2003 The php Group. All rights reserved.
--------------------------------------------------------------------

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

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

  2. 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.

  3. The name "php" must not be used to endorse or promote products
    derived from this software without prior written permission. For
    written permission, please contact group@php.net.
 
  4. Products derived from this software may not be called "php", nor
    may "php" appear in their name, without prior written permission
    from group@php.net.  You may indicate that your software works in
    conjunction with php by saying "Foo for php" instead of calling
    it "php Foo" or "phpfoo"

  5. The php Group may publish revised and/or new versions of the
    license from time to time. Each version will be given a
    distinguishing version number.
    Once covered code has been published under a particular version
    of the license, you may always continue to use it under the terms
    of that version. You may also choose to use such covered code
    under the terms of any subsequent version of the license
    published by the php Group. No one other than the php Group has
    the right to modify the terms applicable to covered code created
    under this License.

  6. Redistributions of any form whatsoever must retain the following
    acknowledgment:
    "This product includes php, freely available from
    <http://www.php.net/>".

THIS SOFTWARE IS PROVIDED BY THE php DEVELOPMENT TEAM ``AS IS'' AND
ANY EXPRESSED 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 php
DEVELOPMENT TEAM OR ITS 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.

--------------------------------------------------------------------

This software consists of voluntary contributions made by many
individuals on behalf of the php Group.

The php Group can be contacted via Email at group@php.net.

For more information on the php Group and the php project,
please see <http://www.php.net>.

This product includes the Zend Engine, freely available at
<http://www.zend.com>.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.