Hi Denis,
On Thu, Mar 01, 2012 at 09:15:35PM +0100, Denis 'GNUtoo' Carikli wrote:
How did you do the analysis? Just by looking at the header of the file, or actually analyzing the author name information in the git commit logs of those files? The latter is probably more precise. Of course you can skip any trivial one-line changes as they are not copyrightable.
I just looked at the header, that was quicker.
yes, but also much less precise. doing a git log on a file and grep'ing for the author like:
git log --follow layer1/prim_fbsb.c | grep ^Auth | sort | uniq
is not that hard. Of course it only works in a repository that has the complete history.
Regards, Harald