Questo non è ciò che è quella clausola .
Is there some way that I can GPL the output people get from use of my program? For example, if my program is used to develop hardware designs, can I require that these designs must be free? (#GPLOutput)
In general this is legally impossible; copyright law does not give you
any say in the use of the output people make from their data using
your program. If the user uses your program to enter or convert his
own data, the copyright on the output belongs to him, not you. More
generally, when a program translates its input into some other form,
the copyright status of the output inherits that of the input it was
generated from.
So the only way you have a say in the use of the output is if substantial parts of the output are copied (more or less) from text in
your program. For instance, part of the output of Bison (see above)
would be covered by the GNU GPL, if we had not made an exception in
this specific case.
Come affermano gli autori, il copyright non fornisce un mezzo per limitare l' output di un programma ai termini della licenza che si applicano al programma stesso. Questo è possibile solo se l'output consiste in parte di il codice sorgente del programma GPL'd . (Ad esempio, YACC o Bison generano un codice sorgente per i lexer e i parser, e il loro output contiene grandi parti del codice sorgente di YACC e Bison stessi.)
Ma non è il tuo caso. Il codice sorgente di un KDEnlive è GPL'd, ma l'output con cui produci non è derivato dal suo codice sorgente, è derivato dai sottotitoli che inserisci in esso. Pertanto questa clausola non si applica a te.