• [^] # Re: Pertinence de cette dépeche ?

    Posté par (site web personnel) . En réponse à la dépêche Lisaac 0.12 en GPL v3. Évalué à 3.

    > Mais un compilo ne génère jamais du travail dérivé.

    Si je prends un cas d'école (pas un compilateur, mais c'est pour le principe) :

    #! /bin/sh
    [... pleins de choses ...]
    cat 0ドル

    Est-ce que la sortie de mon script est un travail dérivé de mon script ?

    > Je ne voix d'ailleurs pas de quel exception tu parles pour libstd++

    Une solution aurait été de regarder la licence de ladite libstdc++ :

    The libstdc++-v3 library is licensed under the terms of the GNU General
    Public License, with this special exception:

    As a special exception, you may use this file as part of a free software
    library without restriction. Specifically, if other files instantiate
    templates or use macros or inline functions from this file, or you compile
    this file and link it with other files to produce an executable, this
    file does not by itself cause the resulting executable to be covered by
    the GNU General Public License. This exception does not however
    invalidate any other reasons why the executable file might be covered by
    the GNU General Public License.


    Par contre, ce que je ne comprends plus (j'étais persuadé que c'était LGPL + exception), c'est comment une application propriétaire peut linker la libstdc++ (partie non-template).