• [^] # Re: Excellente initiative!

    Posté par . En réponse à la dépêche Vers un noyau Linux d'origine contrôlée ?. Évalué à 2.

    le code t'appartient encore; enfin sauf erreur de ma part :
    voila ce qu'il y a sur un fichier du noyau linux ; il y a bien le copyright et il est sous gpl (desoler c'est un peu long)

    /*
    * Cryptographic API.
    *
    * AES Cipher Algorithm.
    *
    * Based on Brian Gladman's code.
    *
    * Linux developers:
    * Alexander Kjeldaas <astor@fast.no>
    * Herbert Valerio Riedel <hvr@hvrlab.org>
    * Kyle McMartin <kyle@debian.org>
    * Adam J. Richter <adam@yggdrasil.com> (conversion to 2.5 API).
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.
    *
    * ---------------------------------------------------------------------------
    * Copyright (c) 2002, Dr Brian Gladman <brg@gladman.me.uk>, Worcester, UK.
    * All rights reserved.
    *
    * LICENSE TERMS
    *
    * The free distribution and use of this software in both source and binary
    * form is allowed (with or without changes) provided that:
    *
    * 1. distributions of this source code include the above copyright
    * notice, this list of conditions and the following disclaimer;
    *
    * 2. distributions in binary form include the above copyright
    * notice, this list of conditions and the following disclaimer
    * in the documentation and/or other associated materials;
    *
    * 3. the copyright holder's name is not used to endorse products
    * built using this software without specific written permission.
    *
    * ALTERNATIVELY, provided that this notice is retained in full, this product
    * may be distributed under the terms of the GNU General Public License (GPL),
    * in which case the provisions of the GPL apply INSTEAD OF those given above.
    *
    * DISCLAIMER
    *
    * This software is provided 'as is' with no explicit or implied warranties
    * in respect of its properties, including, but not limited to, correctness
    * and/or fitness for purpose.
    * ---------------------------------------------------------------------------
    */


    et sur gnu.org
    http://www.gnu.org/licenses/why-assign.html(...)

    in order to make sure that all of our copyrights can meet the recordkeeping and other requirements of registration, and in order to be able to enforce the GPL most effectively, FSF requires that each author of code incorporated in FSF projects provide a copyright assignment, and, where appropriate, a disclaimer of any work-for-hire ownership claims by the programmer's employer. That way we can be sure that all the code in FSF projects is free code, whose freedom we can most effectively protect, and therefore on which other developers can completely rely.


    donc on peut developper en gpl ; que le code soit (c) par nous ;
    mais on dit que la fsf a aussi le (c) du code pour pouvoir nous defendre.
    enfin c'est comme ca que je le comprend.