-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi module project fix and LGPL detection fix #16
base: master
Are you sure you want to change the base?
Conversation
- support for multi module projects and better parent pom detection; fixes mrice#3
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! |
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... |
This change is