
Akim Demaille wrote:
"Niels" == Niels Van Vliet <niels@lrde.epita.fr> writes:
+// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License.
When was this un-restriction added?
Actuellement (oln 10.121): olena % rgrep "As a special exception, you may use\ dquote> this file as part of a free" . | wc -l 308 Dans olena 0.1: olena-0.1 % rgrep "As a special exception, you may use\ dquote> this file as part of a free" . | wc -l 132 Dans milena 0.1 (dernière version): milena %rgrep "As a special exception, you " . 0 [ A noter tout de même dans src/io/old-io_pnm.hh et src/io/old-io_pnm.hxx, l'exception suivante (que l'on ne retrouve plus dans olena): // As a special exception, if you link this library with files to produce // an executable, this does not cause the resulting executable to be // covered by the GNU General Public License. This exception does not // however invalidate any other reasons why the executable file might be // covered by the GNU General Public License. ] Tu veux plus de précision? J'ai du mal à comprendre ce type de paragraphe. Veut-il dire que n'importe qui peut utiliser les classes et fonctions paramétrées dans un projet non-GPL? Je retire les 300 "As a sepcial exception[...]" ? -- Niels