-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix missing license.txt files #255
Comments
Any idea why we don't use the maven-rat-plugin exclusively? |
No idea. The profile |
ok, I'll have a look where this comes from. in other projects, we needed to mix rat and the license checker plugin because of a mix of GPL and ASL code (in DKPro Core) - but this should I think not apply to JWPL. |
There are some classes in JWPL, which are not ASLv2 and have a rather individual license (for example: |
If they are ASL-compatible, they should either be recognized by rat or can be excluded from the check and manually recorded in LICENSE / NOTICE files. If they are not compatible, they should probably be removed/replaced. |
They are already properly recorded in the related files and should be compatible :-) |
Probably, but me-from-ages-ago might also have missed them while vetting... |
The rat checks are active by default, so other files should be covered as well. I will do an additional check if there are classes not covered by notice files. |
The
check-license.txt
profile is failing due toLICENCE
vsLICENSE
ambiquity. In some modules the LICENSE is missing at all.The text was updated successfully, but these errors were encountered: