...
To find the 3rd party licenses used by OLE, I had Peri run a maven command to get the list of third-party dependencies grouped by their license typethe job that gets run is: https://ci.kuali.org/view/ole/view/list/job/ole-third-party-info/95/console
The job can be viewed: https://ci.kuali.org/view/ole/view/list/job/ole-third-party-info/
The output from the job is available: https://ci.kuali.org/resources/licenses/ole-third-party-info/THIRD-PARTY.txt
I usually copy and paste the text into a text file and print it out to compare it with the existing acknowledgements.
To modify the acknowledgements, they are located in trunk > ole-app > olefs > src > main > webapp
...