Cita:
Iniciado por Dvdcr
Como que viola patentes al utilisar open source? No se supone que es OPEN y cualquiera lo puede usar y modificar como se de la gana?
Hola Dvdcd,
Hay distintas clases de "open source" y por eso no es bueno generalizarlas en a todas en la misma bolsa.
Un tipo de licencia "open source" es la BSD. En este tipo de licencias lo que se protege es el "honor del autor":
Cita: * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * 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.
* * Neither the name of the <organization> nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
http://en.wikipedia.org/wiki/BSD_license
Pero también están las licencias GNU protegidas por copyleft, destinadas a proteger al proyecto:
Cita: ...In contrast, an author may, through a copyleft licensing scheme, give every person who receives a copy of a work permission to reproduce, adapt or distribute the work as long as any resulting copies or adaptations are also bound by the same copyleft licensing scheme.
http://en.wikipedia.org/wiki/Copyleft
Como verás ambas licencias tienen sus restricciones por lo que ambas licencias pueden violarse.
Saludos