> On 24 Sep 2024, at 20:03, Jason Porter <[email protected]> wrote: > > I recommend running the RAT tool: https://creadur.apache.org/rat/ and > checking things for headers, NOTICE files, etc.
I ran some check on the optaplanner distribution as well. The zip file with the sources compiles the 10.0.0 jars and run the test suite accordingly I’ve tried to set the dependencies to the 10.0.0 jars in the optalanner-quickstarts repository and all tests were running as well As for the RAT tool, running from the command line gives me a lot (3000~) false positives on files in the `/target` directories and others, while running the apache maven rat plugin tells me 7 Unknown Licenses ***************************************************** Files with unapproved licenses: .ci/environments/README.md .ci/jenkins/config/branch.yaml .ci/chain-status-info.md optaplanner-docs/src/modules/ROOT/images/website/jstree/jstree.min.js optaplanner-docs/src/modules/ROOT/images/website/jquery/jquery.min.js .github/workflows/quarkus-snapshot-readme.md .github/pull_request_template.md Which I think is expected WDYT? Luca
