• [^] # Re: Une question

    Posté par (site web personnel) . En réponse au journal Reflexion sur les licences libres (suite). Évalué à 1.


    0. This License applies to any program or other work which contains
    a notice placed by the copyright holder saying it may be distributed
    under the terms of this General Public License. The "Program", below,
    refers to any such program or work, and a "work based on the Program"
    means either the Program or any derivative work under copyright law:
    that is to say, a work containing the Program or a portion of it,
    either verbatim or with modifications and/or translated into another
    language.


    C'est un peu flou, mais il paraît que ça veut dire tout ce qui est lié statiquement ou dynamiquement à un programme GPL. Ceci dit, vu qu'un programme sous GPL est par défaut distribué sans aucune garantie, tu peux très bien distribuer un logiciel qui a besoin d'une lib sous GPL sous n'importe quelle license, dire "Tant pis pour vous, ça marche pas, je vous avais dit qu'il n'y avait pas de garantie", et ensuite, comme par magie, le mec devine qu'il faut télécharger la bibliothèque en question, le fait, et ça marche. Ce qu'il n'a pas le droit de faire, c'est de distribuer les deux en même temps. C'est compliqué, la "GNU/liberté".

    Si c'est dans des processus séparés, la restriction ne s'applique pas.