On Fri, May 23, 2003 at 12:10:21AM +0200, olivier leplus wrote:
> voila, j'aimerais juste savoir comment faire pour mettre un logiciel sous
> licence GNU/GPL s'il vous plait
> merci :-)

C'est écrit dans la GPL elle-même.


tu places le fichier contenant la GPL (appelé COPYING généralement)
dans l'arborescence de ton logiciel, ensuite dans chacun des fichiers
qui composent ton logiciel tu incorpore les lignes suivantes :

---
# (c) 2003 Ton Nom <[EMAIL PROTECTED]>
# 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.
---

et enfin tu t'assures que si l'un de tes programmes est lancé de manière
interactive, il affiche (par exemple lors du --help) le message ci-dessus

et voilà.

Jérôme Alet

Linux-Azur :      http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****

Répondre à