license-check icon indicating copy to clipboard operation
license-check copied to clipboard

multi module project fix and LGPL detection fix

Open subes opened this issue 8 years ago • 2 comments

  • support for multi module projects and better parent pom detection; fixes https://github.com/mrice/license-check/issues/3
  • prevent LGPL from being falsely identified as GPL

This change is Reviewable

subes avatar Mar 15 '16 21:03 subes

@subes

THANKS SO MUCH FOR THE PULL REQUEST!!! Especially if the LGPL is getting flagged as GPL in some instances -- definitely don't want that.

My only hesitation with your PR is that I think your IDE reformatted a lot of the code (maybe just indents) and so I can't lock in on the exact change you made...

Any way you can submit a small commit or even just comment here on the change you made (I assume it was just the regex file)??? I'm happy to do the grunt work on it since it should be easy...

Again, I'm so sorry it took me 12 days to get back to you. Time is always an issue for me, but I really do respect the time you put into the PR even though it doesn't seem like it when it takes so long to respond. Thanks!

mrice avatar Mar 28 '16 04:03 mrice

I modified the java file whitespaces so that the changes are more easily visible.

Github seems to be too stupid to diff the text file, so here is a screenshot that shows what has actually changed. The change is simple by just moving the lgpl checks before gpl checks, because the gpl regex would watch lgpl too...

textdiff

subes avatar Sep 19 '18 12:09 subes