Skip to content

Commit d3ee579

Browse files
author
Juan Álvarez
authored
Merge pull request #1 from ruflin/add-notice-file
Add NOTICE file
2 parents 3ad33b3 + 1455b02 commit d3ee579

File tree

2 files changed

+5897
-5
lines changed

2 files changed

+5897
-5
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before-build:
2323

2424
# Collects all dependencies and then calls update
2525
.PHONY: collect
26-
collect: imports fields go-generate create-docs
26+
collect: imports fields go-generate create-docs notice
2727

2828
# Generates imports for all modules and metricsets
2929
.PHONY: imports
@@ -61,4 +61,8 @@ check-full: check
6161
@git diff | cat
6262
@git update-index --refresh
6363
@git diff-index --exit-code HEAD --
64-
64+
65+
.PHONY: notice
66+
notice: python-env
67+
@echo "Generating NOTICE"
68+
@$(PYTHON_ENV)/bin/python ${ES_BEATS}/dev-tools/generate_notice.py .

0 commit comments

Comments
 (0)