Attention is currently required from: Martin L Roth, Maximilian Brune.
1 comment:
File util/lint/lint-000-license-headers:
Patch Set #1, Line 92: headerlist="$(grep -iL "${LICENSE_ID_STRING}: $1" $headerlist 2>/dev/null)"
Should we instead just teach this to parse the OR operator in general? E.g. add second line
```
headerlist="$(grep -eiL "${LICENSE_ID_STRING}: .* OR $1" $headerlist 2>/dev/null)"
```
To view, visit change 84584. To unsubscribe, or for help writing mail filters, visit settings.