Es la Lesser GPL. Se uso para libc para poder incluir la librería en programas propietarios. RMS explica la razón de hacerlo, y recomienda no usar LGPL.
Desde una consola de windows he hecho ffmpeg -L y éste ha sido el resultado:
"ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --disable-debug --enable-memalign-hack
built on Dec 23 2005 16:50:04, gcc: 3.4.2 (mingw-special) ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --disable-debug --enable-memalign-hack
built on Dec 23 2005 16:50:04, gcc: 3.4.2 (mingw-special) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
por
pobrecito hablador
el Sábado, 04 Agosto de 2007, 10:59h
(#941063)
¿Seguro que es cosa de la LGPL? Entiendo que lo que hace ese programa es, simplemente, ejecutar ffmpeg, nop enlazar con ninguna librería (o biblioteca, si se prefiere). De la misma manera que podría hacerlo yo dentro de un script en bash.
Y pregunto, porque no estoy seguro, aunque creo que no: si yo hago un script en la shell que use, por ejemplo, el cat de GNU, ¿tengo forzosamente que liberar el script bajo licencia GPL?
Claro, es correcto el uso
(Puntos:2)( Última bitácora: Jueves, 19 Noviembre de 2015, 17:28h )
http://www.gnu.org/licenses/lgpl.html [gnu.org]
http://www.gnu.org/licenses/why-not-lgpl.html [gnu.org]
Re:Claro, es correcto el uso
(Puntos:2, Informativo)( Última bitácora: Sábado, 27 Octubre de 2007, 15:34h )
"ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --disable-debug --enable-memalign-hack
built on Dec 23 2005 16:50:04, gcc: 3.4.2 (mingw-special)
ffmpeg version CVS, build 3342336, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --disable-debug --enable-memalign-hack
built on Dec 23 2005 16:50:04, gcc: 3.4.2 (mingw-special)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
Re:Claro, es correcto el uso
(Puntos:0)¿Seguro que es cosa de la LGPL? Entiendo que lo que hace ese programa es, simplemente, ejecutar ffmpeg, nop enlazar con ninguna librería (o biblioteca, si se prefiere). De la misma manera que podría hacerlo yo dentro de un script en bash.
Y pregunto, porque no estoy seguro, aunque creo que no: si yo hago un script en la shell que use, por ejemplo, el cat de GNU, ¿tengo forzosamente que liberar el script bajo licencia GPL?