Fix dependency license's NOTICE and binary jar included issues in the source release. (#9513)
This commit is contained in:
parent
7df469a6e8
commit
ebe0078c34
1
LICENSE
1
LICENSE
|
|
@ -217,6 +217,7 @@ The text of each license is the standard Apache 2.0 license.
|
|||
|
||||
proto files from cncf/udpa: https://github.com/cncf/udpa Apache 2.0
|
||||
proto files from envoyproxy/data-plane-api: https://github.com/envoyproxy/data-plane-api Apache 2.0
|
||||
proto files from opencensus: https://github.com/census-instrumentation/opencensus-proto/tree/master/gen-go Apache 2.0
|
||||
proto files from prometheus/client_model: https://github.com/prometheus/client_model Apache 2.0
|
||||
proto files from opentelemetry: https://github.com/open-telemetry/opentelemetry-proto/tree/main/opentelemetry/proto Apache 2.0
|
||||
flatbuffers files from istio/proxy: https://github.com/istio/proxy Apache 2.0
|
||||
|
|
|
|||
21
NOTICE
21
NOTICE
|
|
@ -3,3 +3,24 @@ Copyright 2017-2022 The Apache Software Foundation
|
|||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
This product contains code form the Prometheus Project:
|
||||
|
||||
Data model artifacts for Prometheus.
|
||||
Copyright 2012-2015 The Prometheus Authors
|
||||
|
||||
This product includes software developed at
|
||||
SoundCloud Ltd. (http://soundcloud.com/).
|
||||
-----------------------------------------------------------------------
|
||||
This product contains code form the Apache Maven Wrapper Project:
|
||||
|
||||
Apache Maven Wrapper
|
||||
Copyright 2013-2022 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
||||
|
||||
The original idea and initial implementation of the maven-wrapper module is derived
|
||||
from the Gradle Wrapper which was written originally by Hans Dockter and Adam Murdoch.
|
||||
Copyright 2007 the original author or authors.
|
||||
|
|
@ -110,5 +110,6 @@
|
|||
* Add an explanation for alerting kernel and its in-memory window mechanism.
|
||||
* Add more docs for widget details.
|
||||
* Update alarm doc introduce configuration property key
|
||||
* Fix dependency license's NOTICE and binary jar included issues in the source release.
|
||||
|
||||
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/136?closed=1)
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ tar czf ${PRODUCT_NAME}-src.tgz \
|
|||
--exclude .github \
|
||||
--exclude .gitignore \
|
||||
--exclude .gitmodules \
|
||||
--exclude .mvn/wrapper/maven-wrapper.jar \
|
||||
${PRODUCT_NAME}
|
||||
|
||||
gpg --armor --detach-sig ${PRODUCT_NAME}-src.tgz
|
||||
|
|
|
|||
Loading…
Reference in New Issue