diff --git a/src/agent/k8s-operator/__init__.py b/src/agent/k8s-operator/__init__.py new file mode 100644 index 000000000..209bd57be --- /dev/null +++ b/src/agent/k8s-operator/__init__.py @@ -0,0 +1,6 @@ +# Copyright IBM Corp, All Rights Reserved. +# +# SPDX-License-Identifier: Apache-2.0 +# +# This is for agent that interacts with Kubernetes platform using +# cello-k8s-operator, see github.com/hyperledger/cello-k8s-operator. diff --git a/src/agent/k8s/__init__.py b/src/agent/k8s/__init__.py index cc3565654..74ce39906 100644 --- a/src/agent/k8s/__init__.py +++ b/src/agent/k8s/__init__.py @@ -1,4 +1,3 @@ - # Copyright IBM Corp, All Rights Reserved. # # SPDX-License-Identifier: Apache-2.0