Teach check_licenses to accept license on `unicode-ident`.
The license there is (MIT OR Apache-2.0) AND Unicode-DFS-2016
,
which fine, but the existing shell script doesn't actually handle
"AND" correctly. This commit adds a workaround for licenses that
are "AND", and some comments about weaknesses in our (lack of)
boolean expression parsing.
This should fix CI.