Esteu aquí: Inici Projectes PortaLegal Com publicar un programa

Com publicar un programa

Recomanacions per publicar un programari lliure

Especificar per cada fitxer la llicència que té en la capçalera del fitxer, i entregar un fitxer llicències.txt amb tots els elements que composen el producte i especificar per cada un d'ells la seva llicència segons aquest criteris:

1. Per els programes i/o llibreries de desenvolupament propi, incloure una capçalera en el fitxer (veure model per llicència GPL al final del document). Incloure tambe en un xxx.tex el text complert de la llicència

2. Per els programes i llibreries modificats. S'ha d'especificar l'aportació que és fa en el fitxer de codi, posar la llicència de la modificació i assegurar-se que sigui compatible amb la del programa original.

3. Per els programes/llibreries que s'utilitzin sense modificar comprovar que la llicència es compatible amb la  llicència del producte.

4. Per la documentació triar una llicència creative commons. A la web http://creativecommons.org/license/?lang=es es pot triar la llicència que mes convingui. S'ha d'incloure el contingut d'aquesta llicència.

capçalera
------------------

# 'nom paquet'.xx: breu expliació
# Copyright (C) [2007] [Titular del paquet en general l'entitat que distribueix el paquest]
# This program is part of 'nom paquet'
# 'nom paquet' 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 actual 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 Original
# Author: xxxxxx You may contact the author at [email autor]
# And the copyright holder at: [email Titular] [i
# direcció postal Titular]