On Mon, Oct 29, 2012 at 11:48:13AM +0100, Adrian Reber wrote:
> On Sat, Oct 27, 2012 at 07:21:29PM -0400, Rocky Bernstein wrote:
> > On ftp.gnu.org are releases libcdio 0.90 and libcdio-paranoia10.2+0.90.
>
> Thanks for the release. Three smaller problems I found
> in libcdio-paranoia10.2+0.90:
>
> * according to COPYING:
> See COPYING-GPL and COPYING-LGPL
>
> Those files are missing.
Additionally to the missing files (which is fixed) I am unsure about the
license. According to COPYING-GPL and COPYING-LGPL it is GPLv2+ and
LGPLv2+ but there are also 19 files which show a GPLv3 license text:
$ grep "version 3" * -r | wc -l
19
Most of the files are Makefiles and examples but there are few files
which would make the whole libcdio-paranoia project rather GPLv3 then
GPLv2. Just wanted to make sure what the actual license is. Thanks.
Adrian