• [^] # Re: La sortie de la prochaine Debian menacée ?

    Posté par (site web personnel) . En réponse à la dépêche La sortie de la prochaine Debian menacée ?. Évalué à 1.

    La GPL oblige de fournir le code source. Or si tu distribue un firmware sous license GPL, tu dois fournir le source. Ce qui n'est pas le cas :

    /*
    This file contains the firmware of Seven of Diamonds from OSITECH.
    (Special thanks to Kevin MacPherson of OSITECH)

    This software may be used and distributed according to the terms of
    the GNU General Public License, incorporated herein by reference.
    */

    static const u_char __Xilinx7OD[] = {
    0xFF, 0x04, 0xA0, 0x36, 0xF3, 0xEC, 0xFF, 0xFF, 0xFF, 0xDF, 0xFB, 0xFF,
    0xF3, 0xFF, 0xFF, 0xFF,


    [...]

    (exemple tiré de drivers/net/pcmcia/ositech.h)

    Un firmware est un code. Peu importe sur quel processeur il tourne, s'il est distribué sous license GPL, le code source doit être fourni.

    Après de savoir si on considere le firmware comme libre ou pas est un autre problème.