Change addlicense to use current year (#604)
This commit is contained in:
parent
ea761567bd
commit
b9dfb744b3
2
Makefile
2
Makefile
|
|
@ -67,7 +67,7 @@ test-with-cover:
|
|||
|
||||
.PHONY: addlicense
|
||||
addlicense:
|
||||
@ADDLICENCESEOUT=`$(ADDLICENCESE) -y 2019 -c 'OpenTelemetry Authors' $(ALL_SRC) 2>&1`; \
|
||||
@ADDLICENCESEOUT=`$(ADDLICENCESE) -y '' -c 'OpenTelemetry Authors' $(ALL_SRC) 2>&1`; \
|
||||
if [ "$$ADDLICENCESEOUT" ]; then \
|
||||
echo "$(ADDLICENCESE) FAILED => add License errors:\n"; \
|
||||
echo "$$ADDLICENCESEOUT\n"; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue