Re: [eigen] List of files, licensed under MPL, BSD and LGPL

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


I think these commands will do it:

MPL2:
find . -type f | grep -v \\.hg | xargs grep 'mozilla.org/MPL/2.0' | cut -d ':' -f 1

LGPL:
find . -type f | grep -v \\.hg | xargs grep 'GNU Lesser' | cut -d ':' -f 1

GPL:
find . -type f | grep -v \\.hg | xargs grep 'GNU General' | cut -d ':' -f 1

BSD:
find . -type f | grep -v \\.hg | xargs grep 'Redistributions of source code must retain the above' | cut -d ':' -f 1

Except that the MINPACK files are missing their license header :/
 -> Thomas, does this problem already exist upstream?

Another issue is we have a ton of *~, *.rej, *.orig files checked in the repo, but it's too late for 3.1.1 and now worth a point release by itself.

Benoit


2012/7/28 Anton Gladky <gladky.anton@xxxxxxxxx>
Dear eigen-developers,

is it possible to get a list of files, licensed under MPL, BSD and
LGPL separately?
It is necessary for uploading a new 3.1.1 version to Debian.

Thank you.

Anton





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/