@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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:GPL-3.0-or-later-with-Bison-exception-2.2 a odrl:Set ;
    cc:jurisdiction dalicc:worldwide ;
    cc:legalcode <https://www.gnu.org/licenses/gpl-3.0.html> ;
    cc:license dalicclib:CC-BY-4.0 ;
    dct:alternative "GNU General Public License v3.0 or later with Bison exception 2.2",
        "GPL-3.0+ with Bison exception",
        "GPL-3.0-or-later WITH Bison-exception-2.2",
        "GPL-3.0-or-later-with-Bison-exception-2.2",
        "GPLv3 or later with Bison exception" ;
    dct:hasVersion "2" ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-09-24"^^xsd:date ;
    dct:publisher "Free Software Foundation" ;
    dct:source <https://spdx.org/licenses/Bison-exception-2.2.html> ;
    dct:title "GNU General Public License v3.0 or later with Bison exception 2.2"@en ;
    spdx:licenseId "GPL-3.0-or-later WITH Bison-exception-2.2" ;
    odrl:duty [ a odrl:Duty ;
            odrl:action cc:ShareAlike ;
            dalicc:evidence "You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy." ] ;
    odrl:permission [ a odrl:Permission ;
            odrl:action odrl:modify ;
            odrl:duty [ a odrl:Duty ;
                    odrl:action cc:Attribution ],
                [ a odrl:Duty ;
                    odrl:action cc:Notice ],
                [ a odrl:Duty ;
                    odrl:action cc:SourceCode ],
                [ a odrl:Duty ;
                    odrl:action dalicc:modificationNotice ;
                    dalicc:evidence "The work must carry prominent notices stating that you modified it, and giving a relevant date." ] ],
        [ a odrl:Permission ;
            odrl:action dalicc:ModifiedWorks ],
        [ 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:Duty ;
                    odrl:action cc:SourceCode ],
                [ a odrl:Duty ;
                    odrl:action dalicc:modificationNotice ;
                    dalicc:evidence "The work must carry prominent notices stating that you modified it, and giving a relevant date." ] ],
        [ a odrl:Permission ;
            odrl:action dalicc:chargeDistributionFee ],
        [ a odrl:Permission ;
            odrl:action cc:DerivativeWorks ],
        [ a odrl:Permission ;
            odrl:action cc:CommercialUse ],
        [ a odrl:Permission ;
            odrl:action dalicc:exceptedCombination ],
        [ a odrl:Permission ;
            odrl:action dalicc:patentGrant ],
        [ a odrl:Permission ;
            odrl:action odrl:reproduce ;
            dalicc:evidence "You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee." ],
        [ 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 cc:SourceCode ] ],
        [ a odrl:Permission ;
            odrl:action odrl:display ],
        [ a odrl:Permission ;
            odrl:action odrl:present ] ;
    odrl:prohibition [ a odrl:Prohibition ;
            odrl:action dalicc:ChangeLicense ] ;
    odrl:target [ a odrl:AssetCollection ;
            dct:type dcmitype:Software ] ;
    foaf:logo <https://www.gnu.org/graphics/gplv3-127x51.png> ;
    dalicc:LiabilityLimitation "IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES." ;
    dalicc:WarrantyDisclaimer "THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION." ;
    dalicc:WarrantyOrLiabilityAcceptance "you may offer support or warranty protection for a fee" ;
    dalicc:additionalClauses "Bison Exception As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison." ;
    dalicc:curePeriod "30 days" ;
    dalicc:licenseVersion "3.0" ;
    dalicc:orLaterVersionOption true ;
    dalicc:reciprocityScope "the parser skeleton, not a larger work that contains it, unless that work is itself a parser generator" ;
    dalicc:reviewStatus dalicc:Created ;
    dalicc:reviewedOn "2026-09-22"^^xsd:date ;
    dalicc:terminatesOnBreach true ;
    dalicc:validityType dalicc:perpetual ;
    dalicc:variantKind "exception" ;
    dalicc:variantOf dalicclib:GPL-3.0-or-later ;
    dalicc:versionHistory <https://dalicc.net/licenselibrary/GPL-3.0-or-later-with-Bison-exception-2.2/versions> .

