Hi,
Marco Rodrigues wrote, Wednesday, January 23, 2008 1:12 AM
[...]
(currently at directory ./src/), and I do:
$ licensecheck -r . | grep -v UNKNOWN
...
./src/xmlcopyeditorcopy.h: GPL (v2) (with incorrect FSF address)
It says the "FSF Address is incorrect".
[...]
$ licensecheck -r ~/path/to/src/xmlcopyeditorcopy.h | grep -v UNKNOWN
It doesn't says nothing about the "FSF Address".
I can't reproduce this; are you absolutely sure you're checking the same
file in both cases? The file you attached has the correct FSF address, and
none of my tests raised an issue on that front:
[EMAIL PROTECTED]:~$ licensecheck -r ./test/
./test/xmlcopyeditor.h: GPL (v2)
./test/test/xmlcopyeditor.h: GPL (v2)
[EMAIL PROTECTED]:~$ cd test/
[EMAIL PROTECTED]:~/test$ licensecheck -r .
./xmlcopyeditor.h: GPL (v2)
./test/xmlcopyeditor.h: GPL (v2)
[EMAIL PROTECTED]:~/test$ licensecheck -r ~/test/xmlcopyeditor.h
/home/adam/test/xmlcopyeditor.h: GPL (v2)
Regards,
Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]