onaio / fhir-gateway-extension

This repo holds the OpenSRP permissions checker and data access checker
Other
0 stars 1 forks source link

Clean up incorrect licensing on files #8

Closed ndegwamartin closed 11 months ago

ndegwamartin commented 11 months ago

It appears that all file types e.g. .javaand .xml appear to have a licensing header tagging Google LLC Company, we need to:

rehammuzzamil commented 11 months ago

Hi @ndegwamartin The mycila library dependency is included in Google's Gateway JARs, which are used as dependencies in your custom project. These dependent JARs were requesting a license file, which was creating an unnecessary complication in our private repository, since we are not managing any license files.

I have then added the Mycila dependency to our project, configuring it with 'skip' set to 'true.' This configuration effectively bypasses the inclusion of Mycila from Google's Gateway JARs, ensuring that the Mycila library we use is under our project's direct control.