Skip to content

Commit

Permalink
Fix dependency license's NOTICE and binary jar included issues in the…
Browse files Browse the repository at this point in the history
… source release. (apache#9513)
  • Loading branch information
CalvinKirs authored Aug 24, 2022
1 parent 7df469a commit ebe0078
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions tools/releasing/create_source_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebe0078

Please sign in to comment.