cowtowncoder/java-uuid-generator

License inconsistancy

HSH73 opened this issue · 6 comments

The applicable license is identified as Apache 2.0, but https://github.com/cowtowncoder/java-uuid-generator/blob/java-uuid-generator-5.1.0/index.html#L56 seems to indicate a dual licensing between Apache and LGPL 2.0 "only".
Please clarify if this project is dual licensed or not, if it is not the reference to the LGPL should be deleted.

It's just Apache; LGPL used to be an option long time ago (via differently named jar, I think). Will change.

WTH? Reference is to some old tag; README.md does not have this any more.
Why report something for old obsolete version?!

Closing.

@HSH73 Correct. Definite license information should come from either LICENSE included in jar, or, if that was not there, pom.xml (Maven project def) that is included.

index.html should not be included with binary (jar), but perhaps it is included in the source bundle or something, that scanner locates. I am assuming these are all heuristic tools that try to index information from multiple sources, to the best of their abilities :)

Thank you for explaining background: I was surprised at first but your explanation makes sense.