[apologies i can't reply inline, very limited HTML mailer due to
seriously bandwidth/reliability-compromised internet connection]
hi felix,
violates my copyright by not containing my authorship assertion. in
combination with no license file they should have contacted me for
permission to distribute. whoops. they *assumed* that because it was
in some other work that *was* licensed that it was "okay".
ironic, huh?
yes it's my work (entirely), yes, confirmed, GPLv2+ licensed.
("public domain" statements are *ineffective* due to the very annoying
Berne Convention). the only modifications that people have made in
the copies that you can find online are to default paths (something
like that, it's been a while).
there is *one* annoying buglet in copyright_check.py: the search
mechanism i couldn't find a way to get it to go from the "root" level
using wildcards. consequently, you have to use a copyright file that
specifies matches against files and subdirectories, *even if those are
wildcards*.
this is the primary reason why copyright_check.py doesn't "detect"
anything on lintian itself... because lintian's *own* copyright file
is a one-liner-wildcard-match.
a way to get round that would be to take one-liner-wildcard-match
files, do a sweep of the top-level root directory, and apply the
one-liner-wildcard-match to every single entry... *then* pass that
through to the algorithm.
no, god no, i'll never rewrite it in perl: perl is a "WORN" language -
write-once, read-never :) i'm dead serious. the readability is so
bad in perl, and the algorithm itself in copyright_check.py
sufficiently obtuse that it would be a... "inadviseable" combination
:)
those false positives look... err fun. welcome to
arbitrary-pattern-matching against random human-written text: i used
qgrams to help with that, however, just as with when i was working for
Internet Security Systems and we were doing packet-pattern-recognition
it is *guaranteed* to be a losing battle that will *never* be
"complete" or "successful", please do bear that in mind, ok?
with many apologies, i have so much else going on: if you ping me
regularly and keep me interested in a conversation i will respond with
insights and so on (because i like copyright_check.py and the time it
saves), however i simply don't have time to take "initiative" if you
know what i mean, there.
thanks felix.
l.