favreau / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

automake "relicenses" bullet #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since bullet has no COPYING file, "automake --add-missing" adds default one, 
which is GPL3 license.

What steps will reproduce the problem?
1. ./autogen.sh
2. head COPYING

What is the expected output? What do you see instead?

There should be no GPL3 license text since according to website bullet is not 
licensed with it.

What version of the product are you using? On what operating system?

svn trunk head

Please provide any additional information below.

Simplest fix would be to provide your own COPYING so that automake would not 
automatically copy default GPL3 one.

Original issue reported on code.google.com by cazf...@gmail.com on 8 Sep 2011 at 8:30

GoogleCodeExporter commented 9 years ago
so the LICENSE file should be renamed COPYING to satisfy automake?

Original comment by erwin.coumans on 12 Sep 2011 at 11:01

GoogleCodeExporter commented 9 years ago

Fixed in trunk, renamed LICENSE to COPYING
http://code.google.com/p/bullet/source/detail?r=2421

Thanks for the report

Original comment by erwin.coumans on 13 Sep 2011 at 7:36