@prefix cc: <http://creativecommons.org/ns#> .
@prefix dalicc: <https://dalicc.net/ns#> .
@prefix dalicclib: <https://dalicc.net/licenselibrary/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dalicclib:PHP-3.01 a odrl:Set ;
    cc:attributionName "PHP Group" ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <http://www.php.net/license/3_01.txt> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "PHP License v3.01",
        "PHP-3.01",
        "The PHP License, version 3.01" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "The PHP Group" ;
    dct:source <https://spdx.org/licenses/PHP-3.01.html> ;
    dct:title "PHP License v3.01"@en ;
    spdx:licenseId "PHP-3.01" ;
    odrl:permission [ a odrl:Permission ;
            odrl:action cc:CommercialUse ],
        [ a odrl:Permission ;
            odrl:action odrl:derive ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ],
        [ a odrl:Permission ;
            odrl:action cc:DerivativeWorks ],
        [ a odrl:Permission ;
            odrl:action dalicc:ModifiedWorks ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeDistributionFee ],
        [ a odrl:Permission ;
            odrl:action dalicc:noWarrantyNotice ],
        [ a odrl:Permission ;
            odrl:action dalicc:ChangeLicense ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action dalicc:compliantLicense ;
                    dalicc:convention "family rule 15: Permissive records permit relicensing" ;
                    dalicc:statementOrigin dalicc:FromConvention ] ;
            dalicc:convention "family rule 15: Permissive records permit relicensing" ;
            dalicc:statementOrigin dalicc:FromConvention ],
        [ a odrl:Permission ;
            odrl:action odrl:reproduce ],
        [ a odrl:Permission ;
            odrl:action odrl:distribute ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ],
                [ a odrl:Duty ;
                    odrl:action dalicc:addStatement ] ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:present ],
        [ a odrl:Permission ;
            odrl:action odrl:modify ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ] ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:promote ;
            dalicc:evidence "The name \"PHP\" must not be used to endorse or promote products derived from this software without prior written permission." ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Software ] ;
    dalicc:LiabilityLimitation "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." ;
    dalicc:PromotionSpecification "6. Redistributions of any form whatsoever must retain the following acknowledgment: \"This product includes PHP software, freely available from <http://www.php.net/software/>\"." ;
    dalicc:WarrantyDisclaimer "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." ;
    dalicc:additionalClauses "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." ;
    dalicc:orLaterVersionOption true ;
    dalicc:reviewStatus dalicc:Created ;
    dalicc:reviewedOn "2026-09-15"^^xsd:date ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:variantKind "version" ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/PHP-3.01/versions> .

