Ensure that the repository correctly identifies its license (typically Apache-2.0).
It's probably sufficient to simply inspect the repository object's licenseInfo property.
We could go as far as to actually check that the LICENSE file appears exactly as we want it to, however we might consider this to have been implicitly done for us by GitHub based on the contents of licenseInfo.
Ensure that the repository correctly identifies its license (typically
Apache-2.0
).It's probably sufficient to simply inspect the repository object's
licenseInfo
property.We could go as far as to actually check that the
LICENSE
file appears exactly as we want it to, however we might consider this to have been implicitly done for us by GitHub based on the contents oflicenseInfo
.