You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sanity_checks: require LICENSE.build if patch dir has license blocks
Check the patch directories of ports for Meson- or Python-style header
comment blocks that reference a license other than MIT. If found, require
the port to include a LICENSE.build file describing the port's license,
since otherwise create_release.py will add a default MIT LICENSE.build to
the patch ZIP.
self.fail(f"Found files {license_blocks_str} with license headers in a project without a LICENSE.build. The LICENSE.build file in the patch ZIP defaults to MIT unless the patch directory has its own LICENSE.build, which should state the license for the wrap's build files.")
0 commit comments