PDA

View Full Version : [C++] licenze per pubblicare codice


Albitexm
15-12-2012, 16:18
Ho scritto un programma che implementa codice open source liberamente scaricabile da internet. Ho letto che per pubblicarlo devo dichiarare che ho utilizzato tale codice, inoltre devo rendere il mio codice anche open source. E' vero? Sono obbligato a pubblicare il mio codice sorgente, se ho utilizzato anche codice open source per crearlo?
E se non lo faccio cosa rischio? Ovvero: se lo pubblico in modo free, ma non open source?

Braccop
15-12-2012, 17:10
le tue domande non hanno senso senza il riferimento alla licenza del software in questione.

leggila per intero e troverai tutte le risposte

idoido
15-12-2012, 17:58
dipende dalla licenza, GPL, LGPL, MIT, Apache, MS-PL, etc etc

Albitexm
17-12-2012, 17:56
le tue domande non hanno senso senza il riferimento alla licenza del software in questione.

leggila per intero e troverai tutte le risposte

Il programma open source che ho implementato è allegato a una licenza
"GNU General Public License".

Albitexm
17-12-2012, 18:04
dipende dalla licenza, GPL, LGPL, MIT, Apache, MS-PL, etc etc

La licenza è:
is free, and distributed under the GNU General Public License Version 3 (GPLv3). Essentially, this means that you are free to do almost exactly what you want with the program, including distributing it among your friends, making it available for download from your web site, selling it (either by itself or as part of some bigger software package), or using it as the starting point for a software project of your own.

The only real limitation is that whenever you distribute the program in some way, you must always include the full source code, or a pointer to where the source code can be found. If you make any changes to the source code, these changes must also be made available under the GPL:GNU (http://www.gnu.org/copyleft/gpl.html)

idoido
17-12-2012, 18:12
se usi codice GPLv3 anche il codice che hai scritto tu deve essere rilasciato sotto licenza GPLv3.

non ti dico cosa penso della GPL :rolleyes: ti consiglio di trovare librerie con licenza LGPL oppure MIT.