We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e88a9 commit 2a1d7eaCopy full SHA for 2a1d7ea
Makefile
@@ -384,7 +384,7 @@ oats-test-debug: oats-prereq
384
385
.PHONY: license-header-check
386
license-header-check:
387
- @licRes=$$(for f in $$(find . -type f \( -iname '*.go' -o -iname '*.sh' -o -iname '*.c' -o -iname '*.h' \) ! -path './.git/*' ) ; do \
+ @licRes=$$(for f in $$(find . -type f \( -iname '*.go' -o -iname '*.sh' -o -iname '*.c' -o -iname '*.h' \) ! -path './.git/*' ! -path './NOTICES/*' ) ; do \
388
awk '/Copyright The OpenTelemetry Authors|generated|GENERATED/ && NR<=4 { found=1; next } END { if (!found) print FILENAME }' $$f; \
389
done); \
390
if [ -n "$${licRes}" ]; then \
0 commit comments