• # Piller le code GPL ca les arrangerait bien...

    Posté par . En réponse à la dépêche Linux menace l'innovation : Microsoft dans l'embarras. Évalué à 0.

    > Contrainte qui, selon Microsoft, n'existerait pas dans la licence BSD.

    Evidemment ca ca les arrange bien hein. Selon le coté duequel on se place on peut dire que la license BSD est plus libre que la GPL parce qu'elle n'impose pas de remettre les sources modifiés sous GPL et autorise a produire du code sous licence plus restrictive.

    Bref, il l'ont bien compris pour porter un vieux client FTP sur leur environnement. Manque de bol, la souche utilisée est très vieille et buguée, ca fait les affaires de sociétés tierce qui proposent des client FTP qui tiennent la route.

    En fait ce qui dérange MS dans la GPL c'est que s'ils prenaient des bouts de code GPL pour faire leur sauce, il seraient obligés de mettre le fruit de leur travaux en GPL et donc accessible à tous...

    La différence majeure se trouve là (désolé c'est de l'anglais)

    BSD:
    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
    conditions are met:

    1.Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    2.Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    3.All advertising materials mentioning features or use of this software must display the following acknowledgement:

    This product includes software developed by the University of California, Berkeley and its contributors.

    4.Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

    http://www.freebsd.org/copyright/license.html(...)


    GPL:

    1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this
    License along with the Program.

    Et le fameux paragraphe 2.b qui les embète:

    2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

    http://www.gnu.org/copyleft/gpl.html(...)