Home
Portal de desarrollo de gnuLinex en el que se puede visualizar y colaborar con desarrollos activos del Servicio de Tecnologías de la Educación de la Consejería de Educación y Empleo de la Junta de Extremadura.
A continuación se indica el estándar que en la medida de lo posible utilizaremos a la hora de licenciar el código que subamos a redmine (ya sean tareas de puppet, scripts...)
En cada uno de los archivos deberemos indicar en la cabecera:
#{ Nombre Proyecto }
# Author {Nombre} (email)
# Creation Date : {dd/mm/aaaa}
# Copyright (C) { year } Junta de Extremadura.
#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 3 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, see http://www.gnu.org/licenses/.
Los cambios que otra persona realice sobre el código que pretenda modificar, irán indicados directamente en el código, en aquella parte modificada, junto a un pequeño comentario sobre el por qué. Ese comentario se indicará también al subir los cambios a redmine.
Adicionalmente, si se trata de un proyecto con varios archivos, deberemos crear y poner en la raíz del proyecto, un archivo llamado LICENSE.txt, con el siguiente contenido.
{Nombre Programa} 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 3 of the License, or (at your option) any
later version.
{Nombre Programa} 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 {Nombre Programa}.
If not, see http://www.gnu.org/licenses/.