diff --git a/dev-tools/notice/NOTICE.tx.tmpl b/dev-tools/notice/NOTICE.tx.tmpl deleted file mode 100644 index 1c368f049f3..00000000000 --- a/dev-tools/notice/NOTICE.tx.tmpl +++ /dev/null @@ -1,30 +0,0 @@ -{{- define "depInfo" -}} -{{- range $i, $dep := . }} -{{ "-" | line }} -Module : {{ $dep.Name }} -Version : {{ $dep.Version }} -Time : {{ $dep.VersionTime }} -Licence : {{ $dep.LicenceType }} - -{{ $dep | licenceText }} -{{ end }} -{{- end -}} - -Elastic Beats -Copyright 2014-{{ currentYear }} Elasticsearch BV - -This product includes software developed by The Apache Software -Foundation (http://www.apache.org/). - -{{ "=" | line }} -Third party libraries used by the Elastic Beats project: -{{ "=" | line }} - -{{ template "depInfo" .Direct }} - -{{ if .Indirect }} -{{ "=" | line }} -Indirect dependencies - -{{ template "depInfo" .Indirect }} -{{ end }}