Update NOTICE proto files

This commit is contained in:
Wu Sheng 2018-08-09 20:15:38 +08:00
parent 6ee67e6aa4
commit 48a37c89f5
3 changed files with 13 additions and 15 deletions

12
NOTICE
View File

@ -11,18 +11,18 @@ Licensed under the MIT license, confirmed by ant-design team member.
https://github.com/ant-design/ant-design/issues/10243 https://github.com/ant-design/ant-design/issues/10243
This product bundles the following proto files This product bundles the following proto files
1. apm-protocol/apm-network/src/main/proto/service-mesh-probe/istio-metric.proto 1. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/istio-metric.proto
2. apm-protocol/apm-network/src/main/proto/policy/v1beta1/type.proto 2. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/policy/v1beta1/type.proto
3. apm-protocol/apm-network/src/main/proto/policy/v1beta1/value_type.proto 3. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/policy/v1beta1/value_type.proto
4. apm-protocol/apm-network/src/main/proto/mixer/adapter/model/v1beta1/extensions.proto 4. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/mixer/adapter/model/v1beta1/extensions.proto
5. apm-protocol/apm-network/src/main/proto/mixer/adapter/model/v1beta1/report.proto 5. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/mixer/adapter/model/v1beta1/report.proto
from the istio projects, from the istio projects,
https://github.com/istio/istio https://github.com/istio/istio
https://github.com/istio/api https://github.com/istio/api
Licensed under the Apache 2.0 license. Licensed under the Apache 2.0 license.
This product bundles the following proto file This product bundles the following proto file
1. apm-protocol/apm-network/src/main/proto/gogoproto/gogo.proto 1. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/gogoproto/gogo.proto
from the gogo/protobuf project, from the gogo/protobuf project,
https://github.com/gogo/protobuf https://github.com/gogo/protobuf
Licensed under the BSD-3-Clause license. Licensed under the BSD-3-Clause license.

View File

@ -10,18 +10,18 @@ Licensed under the MIT license, confirmed by ant-design team member.
https://github.com/ant-design/ant-design/issues/10243 https://github.com/ant-design/ant-design/issues/10243
This product bundles the following proto files This product bundles the following proto files
1. apm-protocol/apm-network/src/main/proto/service-mesh-probe/istio-metric.proto 1. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/istio-metric.proto
2. apm-protocol/apm-network/src/main/proto/policy/v1beta1/type.proto 2. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/policy/v1beta1/type.proto
3. apm-protocol/apm-network/src/main/proto/policy/v1beta1/value_type.proto 3. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/policy/v1beta1/value_type.proto
4. apm-protocol/apm-network/src/main/proto/mixer/adapter/model/v1beta1/extensions.proto 4. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/mixer/adapter/model/v1beta1/extensions.proto
5. apm-protocol/apm-network/src/main/proto/mixer/adapter/model/v1beta1/report.proto 5. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/mixer/adapter/model/v1beta1/report.proto
from the istio projects, from the istio projects,
https://github.com/istio/istio https://github.com/istio/istio
https://github.com/istio/api https://github.com/istio/api
Licensed under the Apache 2.0 license. Licensed under the Apache 2.0 license.
This product bundles the following proto file This product bundles the following proto file
1. apm-protocol/apm-network/src/main/proto/gogoproto/gogo.proto 1. oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/gogoproto/gogo.proto
from the gogo/protobuf project, from the gogo/protobuf project,
https://github.com/gogo/protobuf https://github.com/gogo/protobuf
Licensed under the BSD-3-Clause license. Licensed under the BSD-3-Clause license.

View File

@ -231,9 +231,7 @@
<exclude>skywalking-ui/package.json</exclude> <exclude>skywalking-ui/package.json</exclude>
<exclude>skywalking-ui/package-lock.json</exclude> <exclude>skywalking-ui/package-lock.json</exclude>
<exclude>apm-protocols/apm-network/src/main/proto/gogoproto/*.proto</exclude> <exclude>oap-server/server-receiver-plugin/istio-telemetry-receiver-provider/src/main/proto/**/*.proto</exclude>
<exclude>apm-protocols/apm-network/src/main/proto/mixer/*.proto</exclude>
<exclude>apm-protocols/apm-network/src/main/proto/mixer/*.proto</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>