Comment fait-on pour mettre son logiciel sous licence GNU GPL ?

Ceci est clairement expliqué dans le texte de la GPL. Il suffit d'inclure au début de chaque fichier source la paragraphe suivant :
<Indiquer ici le nom du programme et ce qu'il fait>
Copyright (C) yyyy  <Nom de l'auteur>

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.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
Si vous ne désirez pas mettre partout la notice, vous pouvez juste insérer la ligne concernant le copyright et l'endroit ou se trouve la notice complète dans chaque fichier source. Le document Comment utiliser la LPG (GPL) ou la LPGA (LGPL) explique plus en détail cette problématique.

Commentaires

Poster un nouveau commentaire

  • Use [fn]...[/fn] (or <fn>...</fn>) to insert automatically numbered footnotes.
  • Utilisez [# ...] pour insérer automatiquement des notes de bas de page numérotées à la façon Textile.
  • Les adresses de pages web et de messagerie électronique sont transformées en liens automatiquement.
  • Tags HTML autorisés : <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <b> <i> <br> <h2> <h3> <h4> <audio> <video>
  • Les lignes et les paragraphes vont à la ligne automatiquement.
  • Insérer [toc list: ol; title: Table of Contents; minlevel: 2; maxlevel: 3; attachments: yes;] pour afficher une table des matières déroulable de style MediaWiki. Tous les arguments sont optionnels.
  • You may put comments within <!-- and -->. These comments will be visible in the HTML.
  • You may put comments within [!-- and --]. These comments will be not visible in the HTML.

Plus d'informations sur les options de formatage