Update NOTICE proto files
This commit is contained in:
parent
6ee67e6aa4
commit
48a37c89f5
12
NOTICE
12
NOTICE
|
|
@ -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.
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue