We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607d717 commit 5e05873Copy full SHA for 5e05873
support/flutter.mk
@@ -285,7 +285,7 @@ todo:
285
license:
286
@echo "Files without a LICENSE:\n"
287
@-output=$$(find lib -type f -not -name '*~' -not -name 'README*' -not -name '*.g.dart' \
288
- ! -exec grep -qE '^(/// Copyright|/// Licensed)' {} \; -print | xargs printf "\t%s\n"); \
+ ! -exec grep -qE '^(///? Copyright|///? Licensed)' {} \; -print | xargs printf "\t%s\n"); \
289
if [ $$(echo "$$output" | wc -w) -ne 0 ]; then \
290
echo "$$output"; \
291
echo "\n$(CROSS) Error: Files with no license found."; \
0 commit comments