When adding attributes for a package under the unlicense license it is missing in the package since it's not a condition of the license to keep the license file when distributing. We can not add just the license-file locally in our repo since glob cannot traverse different namespaces, from @package -> @our_repo//workspace/package:LICENSE.
This would have to be based on a policy of the organization importing rules_license.
The glob is now organization selectable, so the workaround is trivial.
Expected Behavior
Adding a license file should be optional.
Actual Behavior
When adding attributes for a package under the unlicense license it is missing in the package since it's not a condition of the license to keep the license file when distributing. We can not add just the license-file locally in our repo since glob cannot traverse different namespaces, from
@package
->@our_repo//workspace/package:LICENSE
.